Jump to content

xMaylox

Members
  • Posts

    368
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by xMaylox

  1. yea just put the ids in the config file like: #Limit Enchant LimitItemsEnchant=<ids goes here> EnchantMaxList=16
  2. never said its special. ok if you dont want to use it just make it by urself. just dont criticize.
  3. good luck with that project guys! hope will be good
  4. well, starting a server is a major responsibility. you need to work on it everyday, fixing stuff and lots of this. the most difficult part of creating a server is to find a GOOD and RESPONSIBLE crew for it
  5. ola ta packs einai poly kala an mporis na ta alaxis opws thes esy. apla to kathe ena ehi ton tropo t ;)
  6. file pes ti provlima ehis kai an mporoume tha se voithisoume
  7. swsta ta scripts einai script. rixe ena xekarfoto script xwris brackets g arxi kai telos. script einai gt na min doulevi?
  8. good luck with the project:) i ll give a try to pack later
  9. here is a preonfigured GvE pack: http://www.maxcheaters.com/forum/index.php?topic=44179.0
  10. well, you have your gameguard protections enabled. go to your gameserver configs. open options.properties and change this lines to false so they will look like the lines below.. # Enforce gameguard for clients # GameGuardEnforce - enforces gameguard query on character login # GameGuardProhibitAction - dont allow player to perform trade, talk with npc # and move until gameguard reply received GameGuardEnforce = False GameGuardProhibitAction = False
  11. getFort().openCloseDoor(true); ---- open doors getFort().openCloseDoor(false); ---- close doors
  12. dexi click sto database installer - Edit kai allaxe afto: set mysqlBinPath=C:\Program Files\MySQL\MySQL Server 5.1\bin me to folder pou einai mesa to mysql s sinithos den einai to 5.1 alla 5.0 etsi diladi: set mysqlBinPath=C:\Program Files\MySQL\MySQL Server 5.0\bin
  13. here is the XML file just link it with your shop HTML file with this code: <td align=center><button value="Scrolls" action="bypass -h npc_%objectId%_multisell 66668" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> save this code ass 66668.xml and put it into your multisell folder <?xml version='1.0' encoding='utf-8'?> <list maintainEnchantment="true"> <!-- Scroll: Enchant Armor (S) --> <item id="1"> <ingredient id="57" count="7000000"/> <production id="960" count="1"/> </item> <!-- Scroll: Enchant Weapon (S) --> <item id="2"> <ingredient id="57" count="7000000"/> <production id="959" count="1"/> </item> <!-- Scroll: Enchant Armor (A) --> <item id="3"> <ingredient id="57" count="5000000"/> <production id="730" count="1"/> </item> <!-- Scroll: Enchant Weapon (A) --> <item id="4"> <ingredient id="57" count="5000000"/> <production id="729" count="1"/> </item> <!-- Scroll: Enchant Armor (B) --> <item id="5"> <ingredient id="57" count="3000000"/> <production id="948" count="1"/> </item> <!-- Scroll: Enchant Weapon (B) --> <item id="6"> <ingredient id="57" count="3000000"/> <production id="947" count="1"/> </item> <!-- Scroll: Enchant Armor (C) --> <item id="7"> <ingredient id="57" count="2000000"/> <production id="952" count="1"/> </item> <!-- Scroll: Enchant Weapon (C) --> <item id="8"> <ingredient id="57" count="2000000"/> <production id="951" count="1"/> </item> <!-- Scroll: Enchant Armor (D) --> <item id="9"> <ingredient id="57" count="1000000"/> <production id="956" count="1"/> </item> <!-- Scroll: Enchant Weapon (D) --> <item id="10"> <ingredient id="57" count="1000000"/> <production id="955" count="1"/> </item> </list>
  14. ok, ill just stay back of all shares. no need to express my opinion so i ll not be flaming with anybody. i was just trying to help. anw good luck
  15. now why you was pissed off? i was just saying about what i believe and i am not c/p stuff omg you people. anw i am out of here. see ya in another life.
  16. hmm about the siege thingy why not: Siege siege = SiegeManager.getInstance().getSiege(activeChar); if (siege != null && siege.getIsInProgress()) { /*code here*/ }
  17. you can add to the class changer to give them the caradine letter on the 3rd class change otherwise you must edit the java files i figured out sometin but i am not sure if it works. you can try it. use the following patch: Index: L2ClassMasterInstance.java =================================================================== --- L2ClassMasterInstance.java (revision 5187) +++ L2ClassMasterInstance.java (working copy) @@ -244,7 +244,7 @@ player.rewardSkills(); if (newJobLevel == 3) - // System sound 3rd occupation + player.setNoble(True); player.sendPacket(SystemMessageId.THIRD_CLASS_TRANSFER); else // System sound for 1st and 2nd occupation NOT TESTED
  18. edit your l2.ini find this line in it where it says ServerAddr= and edit it to this: ServerAddr=l2authd.lineage2.com and just send them the hosts file
  19. you must give them your hosts files like: <your ip or no-ip here> l2authd.lineage2.com or edit the l2.ini file and send it to them
  20. you should let the program opened. did you closed it?
  21. hmm a good idea about this is to make a button to minimize it on tray, not on bar:)
  22. Np. as far as i used it there are no other bugs. if i noticed any i will let you know! and again good job:)
  23. O M G man! amazing share! good job keep on creating such excellent things!! ok here is the first thing. you added the password field to be required. what if root password is "null"?
  24. lmao? just use the one stefoullis shared then
  25. a brv. tr einai ok. nai file stin nea ekdosi tou eclipse einai afto to menu tou help. mpes sto software updates. to idio einai me to proigoumeno guide meta.
×
×
  • Create New...