Jump to content

tz3

Legendary Member
  • Posts

    8,231
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by tz3

  1. the idea is realy cool :) good share
  2. you must check the config.java see if there is anything okay couse if in the Rates.prop file saying RateDropItem = 1 and in config.java saying ratedropitem = 1 the config will not work btw what rev of l2joff are you using ?
  3. Ok Im telling that the idea is mine ... And yes he find a mistake and fix it :)
  4. http://www.maxcheaters.com/forum/index.php?topic=126391.0;msg=884695
  5. Thanks to MaestroLuke for the code and SkyLanceR For The Idea And His Code !!! The Prove: http://trac6.assembla.com/L2J-Infinity/changeset/23
  6. its not your work ... its shared by down !
  7. joining just right now !!! I was waiting for that kind of server alot of time :)
  8. yes when you shut the server down it will ask you Restart or Quit ?
  9. do you mean that ? Index: /trunk/L2J-Infinity_IL_GS/dist/LoginServer.bat =================================================================== --- /trunk/L2J-Infinity_IL_GS/dist/LoginServer.bat (revision 43) +++ /trunk/L2J-Infinity_IL_GS/dist/LoginServer.bat (revision 46) @@ -22,3 +22,10 @@ echo server terminated echo. +:question +set choix=q +set /p choix=Restart(r) or Quit(q) +if /i %choix%==r goto start +if /i %choix%==q goto exit +:exit +exit pause Index: /trunk/L2J-Infinity_IL_GS/dist/GameServer.bat =================================================================== --- /trunk/L2J-Infinity_IL_GS/dist/GameServer.bat (revision 43) +++ /trunk/L2J-Infinity_IL_GS/dist/GameServer.bat (revision 46) @@ -24,7 +24,10 @@ echo Server terminated abnormaly echo. -:end -echo. -echo server terminated -echo. +:question +set choix=q +set /p choix=Restart(r) or Quit(q) +if /i %choix%==r goto start +if /i %choix%==q goto exit +:exit +exit pause
  10. as I remember I helped you in the project forum :) http://l2j-infinity.hostei.com/index.php?topic=11.0 but I dont get a reply thats why i thing that i helped you
  11. I dont know im not playing there but before there was alot of players ... PS: Sorry for the offtopic
  12. 10/10 ! Amaizing Work :)
  13. I dont thing thats true ... I dont thing that dimis is so dumb to make that insane stats... with that stats the server will die...
  14. The statistic buttons are looking realy nice with the web template ! :) thanks for using it and good luck with your server
  15. Already Posted: http://www.maxcheaters.com/forum/index.php?topic=123659.0 http://www.maxcheaters.com/forum/index.php?topic=97117.0 The server is realy cool but the enchant rate is LOOOOOW :(
  16. cool template just the buttons are little [...] maybe if you fix them it will be best xD
  17. did you try to edit the xml file ?
  18. do you have core support for the CHANCE skills ?
  19. Index: C:/workspace/L2_GameServer/java/net/sf/l2j/gameserver/model/actor/L2Character.java =================================================================== --- C:/workspace/L2_GameServer/java/net/sf/l2j/gameserver/model/actor/L2Character.java (revision 3338) +++ C:/workspace/L2_GameServer/java/net/sf/l2j/gameserver/model/actor/L2Character.java (working copy) @@ -759,6 +759,18 @@ return; } } + if (((L2PcInstance) this).isffaction() && ((L2PcInstance) target).isffaction() && Config.FACTION_SYSTEM_ENABLE) + { + ((L2PcInstance) this).sendMessage("Cant attack a player from your faction"); + sendPacket(ActionFailed.STATIC_PACKET); + return; + } + if (((L2PcInstance) this).issfaction() && ((L2PcInstance) target).issfaction() && Config.FACTION_SYSTEM_ENABLE) + { + ((L2PcInstance) this).sendMessage("Cant attack a player from your faction"); + sendPacket(ActionFailed.STATIC_PACKET); + return; + } // Checking if target has moved to peace zone if (target.isInsidePeaceZone((L2PcInstance)this)) { Try this code :)
  20. you whant to translate the configs ? if you do you can use google translate or try to post them here I know russian :)
  21. you are using a l2jserver interlude custom version for the augment skills you will need core support couse lot of them are CHANCE skills there is the needed support if you have core for the CHANCE skills you can easy fix the rest of the skills :)
  22. maybe the skill is NOTDONE ? couse in the branch I thing that the skill is NOTDONE try to post us the xml part of the skill
  23. great looking wings :) thanks for the share
  24. if you dont test you will never know ;D
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..