Jump to content

Maker

Members
  • Posts

    98
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by Maker

  1. look if he got problem he have to open first gameserver and the loginserver ;)
  2. ok when you get this open loginserver and you are ok
  3. try to open first the gameserver and when tell you that can connect with the java open and the loginserver
  4. 8a pas se ena katastima tis cosmote kai 8a sto kanou autoi.
  5. :O please dose mou e-mail se parakalw to 8elw auto PLEASE SOY LEW !!@!@!@!@!@@!@!@!
  6. it's very useful i like it. ;) ;)
  7. gamoto giati na min eimai dimotiko oi palio m*l*kes ta afinoun anoixta ta gymnasia omg!
  8. or rr your pc or re-install l2 or download the GG killer by mordaneus ;)
  9. gameguard problem. look 1st solution turn off your pc and open it again doesn't work 2nd solution re-install Lineage II
  10. einai sto topic pou edose o thanos dn itan anagi na to peis.
  11. ti enois ??? dn se pianw ean enois tous kodikou gia ta xrwmata einai auto Code for colors: http://www.immigration-usa.com/html_colors.html Ean pali 8es ena guide gia to pos mporeis na alla3eis to glow ton weapon des edw: http://www.maxcheaters.com/forum/index.php?topic=19303.0
  12. I think i figured out about 99% of this fun little thing hers what I have so far 1) Get yourself to a place where you want to have your event. then type //eventmatch create 1 team1 team2 1 1 1 100 100 you wont get any conformation if it worked but that’s where step 2 comes in 2) Type //eventmatch list you should see something like SYS:--Event Match List Begin-- SYS: 1: 'team1' vs 'team2' SYS --Event match List End-- The number in front of the line that has the 2 teams that you setup in step 1 is your match ID, *The match ID is reset to 1 every server reboot* 3) Next type //eventmatch manage 1, again change the 1 to your match ID. This will bring up the handy match command screen 4) In the top right corner there is a button that says Remove a Race Track *will read "move a Race Tr" * Click that. Now it changed to Create a Race Track *reads "eate a Race Tra"*. in this window click the button that says My Coordinates, that will fill in the X, Y, Z of the center of the new Arena, or Race track as they refer to it as. then the last 2 boxes are the height and width *height is the length of the arena from North to South and the width is the length from East to West in the world. Once that window is all filled in, click Ok 5) Now that your back at the main window, the 2 important items for right now are the Race Setup File and Command File fields. These are the full path to the files, I suggest putting them right in your C: Drive for easy typing, So for example put C:\arena_setup.ini in the Race Setup field and C:\command.ini in the Command File field. *file specs are at the end of this topic* 6) next, we need to setup some teams have the players create parties with the players they wants on there team *Or you can do solo fights*, after they have create there parties select a player from the first team and click Select a target and there name should now be in the represenitive field of that team. Next click Lockup a party to add all the players from that team to the Formation of Team X field below. Repeat this for team 2. 7) After that, your pretty much ready to fight. Have the players come to the inside the 4 posts that where made in step 4. Once there in Click the Fence Up Button, This will put of the wall to the arena, Click it again to lower the wall. 8 ) I would you then type //eventmatch dispelall 1 to debuff everyone in the match *Remember to change the 1 to your match ID* This can be done with the command file also 9) Your ready, Click Start of a Race to get the fancy countdown and big START prompts to all players in the match. 10) After the match is over, for fun you can have fire works go on the winning team players by clicking either, Team1 Fireworks or Team2 Fireworks. The counter towards the bottom should put a point in the winning teams block or you can change it and click Apply 11) After you Res. the dead players you can click Fence Down to let them out, also click Lift a lockup buttons to remove the teams. Or you can click Start a Race again to do a best of 3 or 5 or what ever. 12) Restart at step 6 for your next battle. Notes - The message field at the bottom it to send a message to the players in the match, type your message and click Forward , the message length is not that big so be careful - The Ending Message button will display a big GAME OVER message *It does not end a match or remove a arena* - To open the command File, click Command at the bottom of the window. Race Setup File Format The format is in standard INI format. here is an example one that will - Buff all players with lvl 70 Dark Elf Elder buffs - Not allow Hero weapons - Not allow Cancel, any resurrections or party recall [etc] TeleportDelay=2 [buff] BuffCnt=10 //Mental shield lvl 4 BuffID0=1035 BuffLv0=4 //Shield lvl 3 BuffID1=1040 BuffLv1=3 //Greater Empower lvl 3 BuffID2=1059 BuffLv2=3 //Might lvl 3 BuffID3=1068 BuffLv3=3 //Focus lvl 3 BuffID4=1077 BuffLv4=3 //Concentration lvl 6 BuffID5=1078 BuffLv5=6 //Resist Wind lvl 3 BuffID6=1189 BuffLv6=3 //Wind Walk lvl 2 BuffID7=1204 BuffLv7=2 //Guidence lvl 3 BuffID8=1240 BuffLv8=3 //Death Whisper lvl 3 BuffID9=1242 BuffLv9=3 [skill] DefaultAllow=1 ExpSkillCnt=4 //Cancel ExpSkillID0=1056 //Return ExpSkillID1=1050 //Resurrection ExpSkillID2=1016 //Mass Ressurection ExpSkillID3=1054 [item] DefaultAllow=1 ExpItemCnt=11 //Infinity Blade ExpItemID0=6611 //Infinity Cleaver ExpItemID1=6612 //Infinity Axe ExpItemID2=6613 //Infinity Rod ExpItemID3=6614 //Infinity Crusher ExpItemID4=6615 //Infinity Scepter ExpItemID5=6616 //Infinity Stinger ExpItemID6=6617 //Infinity Fang ExpItemID7=6618 //Infinity Bow ExpItemID8=6619 //Infinity Wings ExpItemID9=6620 //Infinity Spear ExpItemID10=6621 I commented it as much as possible but a few things to remember, the XxxCnt items are the amount of things your adding like BuffCnt=7 says your going to list 7 buffs also the XXXXXID and XXXXXlvl are 0 based (a lot like the eventdata.ini in the server scripts folder) another thing to remember, if you disallow a weapon or armor, it is NOT disarmed when the match starts, so be on the look out for that. The AllowDefult option seems to say weather to read the file of just allow the default, but its backwards DefaultAllow=1 means use the file DefaultAllow=0 means ignore the file Command File format Like the race setup file, this is an INI format but a lot simpler, Here's my Example File [cmd] CmdCnt=3 Cmd0="//announce Hello World" Cmd1="//announce Finally figured it out :)" Cmd2="//eventmatch dispelall 1" **Good commands added by blondeamon** Mass Res. //eventmatch useskill [match_Id] 1016 5 Mass CP recharge //eventmatch useskill [match_Id] 1306 6 just put the full command in quotes and your done, Dont forget to change the CmdCnt to the ammount of commands you have, and change the number after Cmd if you add more IE Cmd3= would be the next one. I have not been able to see if there is a variable for the match_id so you will have to change the file to match your match_id. The one thing I have not figured out is the TeleportDelay option in the Race setup file. Notes - Tested and ready to use locations for Gludin Arena: -87908 142217 -3645 910x900 (Thanks blondeamon) - Tested and ready to use locations for Giran Arena: 72982 142759 -3772 920x900 (Thanks blondeamon) I hope you all find this to be useful. Hopefully I fixed all spelling mistakes :P Credits to [OTS]G-Man and Maker
  13. Please, when you finish reading this guide read the notes at the bottom. Editing the glow of the weapons is quite easy, just follow this steps: 1. Grab your env.int file on your client's system folder. 2. Decrypt it ( striping its header ) with l2encdec ( -s ). 3. Open the file with your favorite text-editor. 4. Scroll down untill you see [EnchantEffect] Ok, now, here comes the part to explain, you will see exactly 21 enchant lines, what are those?, those are the different levels the weapon will glow like, in other words the Enchant5 is how it will glow at +5 Enchant7 is how it will glow at +7 and so goes on. Now, the part we want to know is this: ( I wrote X because it wont matter wich one you take ) EnchantX=(R1=0,G1=0,B1=0,R2=0,G2=0,B2=0,Opacity=0, Num=0) I wont take too much time to explain this as i guess many of you just by seeing it can know how it works, well, this is just a RGB line ( Red, Green, Blue ), to have lets say....a green weapon?, just set the G to....150? and leave the other ones on 0, or well, use your imagination, you can do wich color you want ( i think ), opacity is just the transparency of the glow, leave that to "1", also, i am not totally sure what num does, ill check out in a bit. Ok, now you edited the color as you wanted, lets finish this up. 5. Save your changes. 6. Encrypt the file with a 111 header ( - 111 ). 7. Replace this file with the on on your system folder. 8. Enjoy! Well, thats all, i will add a few notes tough. a. I didnt find out this, digital posted it on the chineese section, here is the link: http://www.postpacific.com/forum/viewtopic.php?t=1124 b. I wrote this to explain it a little easier than what you would get trough google translator ( wich if you re-read it a couple of times will be enough to understand it ) c. I'm sure this question will pop up, so ill answer at once IF YOUR L2 SERVER WONT HANDLE THE ENCHANT LEVEL DIFFERENCE THEN BY EDITING THIS THE GLOW WONT HAVE A DIFFERENCE ON DIFFERENT LEVELS, but if you edit all the levels with the same one you will see the color of the glow you made ( Yes, the red/blue glow l2server wont handle it ). d. And no, i havent fixed the glow issure, i wrote point c beacuse im almost sure someone will post that it wont work, just pure prevention. Well, i hope this guide can help. Yours. Credits to my friend EntroX
  14. welcome dude have an nice stay and don't forget to read the rules ;)
  15. you choose the language in the site are russian because the site is russian.
  16. UPDATED ON 19/2/2008 (ADDED NEW PACK AND ALSO ADDED NPC ONEO BUFFER)
  17. thank you but i am using the .freehostia ;)
  18. thank you i will try it and i will tell you the results.
  19. Maker

    GAMATO!XAXAXA

    ok ka8e fora pou 8a einai klista ta sxoleia 8a kanoume kai ena neo topic ;)
  20. hello and from our community stay away from spamming and enjoy Hacking ;)
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock