Jump to content

tz3

Legendary Member
  • Posts

    8,231
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by tz3

  1. the noobish error is from the mmocore they dont have that :D try this one http://www.maxcheaters.com/forum/index.php?topic=110159.0 Im sorry but is for 250 posts :D
  2. maube try to explane me more ... what is HB ? :D
  3. folow that guides http://www.maxcheaters.com/forum/index.php?topic=109376.0 but if you are steel newbie it will hard ...
  4. It will be great server ! Good luck dream :)
  5. ok then the topic is ready for lock :D Go Go Go Mods
  6. disable the UNKNOWNPACKETS PROTECTION ! not the packets ....
  7. awesome work sofaki ! amaizing things you share ;D
  8. Eddy Wata rlz :D
  9. Hello. I whanna share you again one simple script that is very useful ! This script will fix the SA Stuck exploit. Index: /Server/SkyLanceR's_IL_GS/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- /Server/SkyLanceR's_IL_GS/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 345) +++ /Server/SkyLanceR's_IL_GS/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 346) @@ -8425,4 +8425,6 @@ public boolean addSubClass(int classId, int classIndex) { if (getTotalSubClasses() == 3 || classIndex == 0) return false; @@ -8430,4 +8432,8 @@ if (getSubClasses().containsKey(classIndex)) return false; + + startAbnormalEffect(L2Character.ABNORMAL_EFFECT_HOLD_1); + setIsParalyzed(true); + sendMessage("You are paralized untill your subclass load."); // Note: Never change _classIndex in any method other than setActiveClass(). @@ -8492,4 +8498,8 @@ if (Config.DEBUG) _log.info(getName() + " was given " + getAllSkills().length + " skills for their new sub class."); + + setIsParalyzed(false); + stopAbnormalEffect(L2Character.ABNORMAL_EFFECT_HOLD_1); + sendMessage("You are unparalized."); return true; I hope that I helped a little :):)
  10. Hello ! Here is mine simple script. This script will allow the normal players to equip the hero items ! And Here is it: Its realy simple. I hope that is useful
  11. yes there is a way I thing but you must know what you are doing ;D and it needs hard work :)
  12. great looking weapons but maybe you can add a weapongdrp without the hero grow ?
  13. your SQL looks like this ? INSERT INTO `npcskills` VALUES (NPC ID,SKILL ID,SKILL LEVEL); ???
  14. interlude
  15. http://svn6.assembla.com/svn/l2jdreamcode/ http://trac6.assembla.com/l2jdreamcode/timeline L2JDreamCode <<< Thats new pack as Im seeng the development is active
  16. I did not used that pack :D I just saw that is 500+ rev and I thing that is protected and fixed most bugs ...
  17. great pack ! thanks :D now I downloaded it :D
  18. http://l2wanted.tk/ try this one
  19. http://my-trac.assembla.com/L2JTeon/timeline http://my-svn.assembla.com/svn/L2JTeon/ try L2J Teon
  20. great signature !!! 10/10 :) I like it alot
  21. that helm in the picture in the post is AION helm ?
  22. John Lock missing me soooo much ;D I love that guy <3
  23. Hello ! Can Some One Give Me A Download link or a forum link to download that helmets ? couse I didnt see them in the forum ...
  24. maybe you can try this: open L2PcInstance.java and find: if (isInsideZone(ZONE_PVP) || targetPlayer.isInsideZone(ZONE_PVP)) return; and add above: String player1 = getClient().getConnection().getSocketChannel().socket().getInetAddress().getHostAddress(); String player1target = targetPlayer.getClient().getConnection().getSocketChannel().socket().getInetAddress().getHostAddress(); if (player1.equals(player1target)) this.setInJail(true, 5); this.sendMessage("You have been jailed for killing a BOT char."); return; this will jail them both for 5 minutes
  25. dude I thing that you dont need to hide the IP ... There is another way to get the server ip ! just login in the server and open your cmd type netstat -n and voala Im seeing your ip ...
×
×
  • 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..