Jump to content

Bobi

Members
  • Posts

    793
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Bobi

  1. Im looking for special Interlude server like ... rate x50 or more NPC buff in town , all buffs need for fight , buff slot limit 38 or more , buff time 2h+ no custom items or only tatto like +100 attack/casting speed online players 200+ no lag no bugs
  2. Im Looking for server like , l2imperium or pvpkills rate 1000+ enchant rate blessed 85% + easy farm system status like 20-30k p.attack , 50-60k HP .... custom items 200+ online safe zone english speak ppl no donator power items
  3. this is for gracia final ? or.. ? btw tnx for share
  4. yes and when PK guard see PK players first guard attack players and after (4-5sec.) that make paralyza , if players is not use bsoe i want guard make paralyza wihout attack
  5. Hello . How to make my PK guard when see PK player get him paralyza effect 100% or someting like that
  6. mmm realy i will :)
  7. for what use it ? and how to work ? becouse i dont understand
  8. when i start this server kick me for ilegal action maybe program klick very fast...
  9. yes i use Interlude l2joff btw tnx for help but i want to know how to impoert and other code from mxc
  10. ok tnx i read guide but i have more one question so i need import this is L2PcInstance.java but my code need like this ? @@ -8425,4 +8425,6 @@ public boolean addSubClass(int classId, int classIndex) { + L2PcInstance player = getClient().getActiveChar(); + if (getTotalSubClasses() == 3 || classIndex == 0) return false; @@ -8430,4 +8432,8 @@ if (getSubClasses().containsKey(classIndex)) return false; + + player.startAbnormalEffect(L2Character.ABNORMAL_EFFECT_HOLD_1); + player.setIsParalyzed(true); + player.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."); + + player.setIsParalyzed(false); + player.stopAbnormalEffect(L2Character.ABNORMAL_EFFECT_HOLD_1); + player.sendMessage("You are unparalized."); return true; or need like this : public boolean addSubClass(int classId, int classIndex) { + L2PcInstance player = getClient().getActiveChar(); + if (getTotalSubClasses() == 3 || classIndex == 0) return false; @@ -8430,4 +8432,8 @@ if (getSubClasses().containsKey(classIndex)) return false; + + player.startAbnormalEffect(L2Character.ABNORMAL_EFFECT_HOLD_1); + player.setIsParalyzed(true); + player.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."); + + player.setIsParalyzed(false); + player.stopAbnormalEffect(L2Character.ABNORMAL_EFFECT_HOLD_1); + player.sendMessage("You are unparalized."); return true;
  11. aha , and what is this ? @@ -8425,4 +8425,6 @@
  12. ok tnx dude :) now lest learn how to import someting :) -------------------------------------------------- now i have other problem i try import it in my server http://www.maxcheaters.com/forum/index.php?topic=121108.0 but i have this problem ... what i need change from original code to work in my server My code + image problem Index: /trunk/l2joff-GS/java/net/l2off/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- /trunk/l2joff-GS/java/net/l2off/gameserver/model/actor/instance/L2PcInstance.java (revision 86) +++ /trunk/l2joff-GS/java/net/l2off/gameserver/model/actor/instance/L2PcInstance.java (revision 86) @@ -8425,4 +8425,6 @@ public boolean addSubClass(int classId, int classIndex) { + L2PcInstance player = getClient().getActiveChar(); + if (getTotalSubClasses() == 3 || classIndex == 0) return false; @@ -8430,4 +8432,8 @@ if (getSubClasses().containsKey(classIndex)) return false; + + player.startAbnormalEffect(L2Character.ABNORMAL_EFFECT_HOLD_1); + player.setIsParalyzed(true); + player.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."); + + player.setIsParalyzed(false); + player.stopAbnormalEffect(L2Character.ABNORMAL_EFFECT_HOLD_1); + player.sendMessage("You are unparalized."); return true;
  13. a question : Why i have bad Pc lag only in your Interlude server when i back in town ? what i need remove from your patch for fix it . When i back in town first 1-2 min i have bad Pc lag and this is all time when i back in town and this is only in town
  14. this is very good man , i like it tnx
  15. How to get source files on this pack rev 86 http://www.maxcheaters.com/forum/index.php?topic=113600.0
  16. old chars stil here ? befor u stop server and change to x50
  17. that is easy , do you have alerdy vesper weapons for interlude ?
  18. a have question ...... how can make your program add me skills enchanted +30 and for what is this last number 0 ECHO INSERT INTO `character_skills` VALUES (%id%, 229, '7', 'Fast Mana Recovery', 0); > %mysqlPath% -h %gshost% -u %gsuser% --password=%gspass% -D %gsdb% < aiobuffer.sql
  19. if put " dhair " when equipt it go on left and right accessary slot
  20. sorry but maybe u dont understand what i want... when Equipt with aion helm i want it to be in the helmet place from set slots look this image : If i change in DB "hairall" with helmet , when equipt i dont see animation it look like invisible like nornal helmet , HOW TO FIX IT?
  21. ok when u found it give me link becouse i dont find what i need
  22. what u think im doing here in request section ?
  23. this is about in DB ?
  24. aha ok tnx for info... about it http://www.maxcheaters.com/forum/index.php?topic=99061.0 i need more post , some day i will see it :) tnx again
×
×
  • 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