Jump to content

`Rοmeο

Legendary Member
  • Posts

    8,223
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by `Rοmeο

  1. It will be great server ! Good luck dream :)
  2. ok then the topic is ready for lock :D Go Go Go Mods
  3. disable the UNKNOWNPACKETS PROTECTION ! not the packets ....
  4. awesome work sofaki ! amaizing things you share ;D
  5. Eddy Wata rlz :D
  6. 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 :):)
  7. 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
  8. yes there is a way I thing but you must know what you are doing ;D and it needs hard work :)
  9. great looking weapons but maybe you can add a weapongdrp without the hero grow ?
  10. your SQL looks like this ? INSERT INTO `npcskills` VALUES (NPC ID,SKILL ID,SKILL LEVEL); ???
  11. interlude
  12. http://svn6.assembla.com/svn/l2jdreamcode/ http://trac6.assembla.com/l2jdreamcode/timeline L2JDreamCode <<< Thats new pack as Im seeng the development is active
  13. I did not used that pack :D I just saw that is 500+ rev and I thing that is protected and fixed most bugs ...
  14. great pack ! thanks :D now I downloaded it :D
  15. http://l2wanted.tk/ try this one
  16. http://my-trac.assembla.com/L2JTeon/timeline http://my-svn.assembla.com/svn/L2JTeon/ try L2J Teon
  17. great signature !!! 10/10 :) I like it alot
  18. that helm in the picture in the post is AION helm ?
  19. John Lock missing me soooo much ;D I love that guy <3
  20. 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 ...
  21. 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
  22. 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 ...
  23. the fastest fix is to disable your unknowpackets protection ... but if you whant to run the unknownpackets protection try to readd it :)
  24. too late :D hope that you were faster and you check it our couse that was the last copy of the oneo source :D Some one lock the topic
  25. damn it I cant wait to start the 6 season ! I count the days backward
×
×
  • Create New...