Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. http://www.maxcheaters.com/topic/174042-unique-complete-retail-freya-server/ About H5, simply pick l2jserver H5 and hire a developer if any error / bug occurs. Simple.
  2. Player rr, you won't delete item, player will drop it and so on.. Simply make a limit directly from the buffer instance, imo it's a better way. Anyway player.getInventory().destroyItemByItemId(
  3. There is like XX hats/masks in game, using left/right/all slot(s). Simply check their structure and you will find out on your own :)
  4. Change body_part from xml
  5. xp-dev.com, but now they kinda limited the space for free users :o
  6. Then you did something wrong. Since you dont need any core change.
  7. Then you should create that topic directly on aCis forum.. :P
  8. What's the point of this removal and why would you do that?
  9. Probably you messed the cov line. I don't remember what was causing it :P @le memer Screen is not needed. When he take the cov, the icon is like previous buff. For example, you have Shield and Might, now you cast cov -> cov icon = might.
  10. Wat :o Get me one and you will be l2mod :troll:
  11. True, C4 > C6 when it comes about "balance" which can't be rly achieved, but on c4 few skills are way better - useful ;) Maybe I will give it a try. I miss c4 server(s). The best moments I had was on c4. Good luck. ;)
  12. Stop creating and deleting(?) the same topic over and over again.. It's like 3rd topic about this server that I see.
  13. No problem. Locked.
  14. Add this check inside PvpFlagTaskManager final L2PcInstance player = entry.getKey(); final long timeLeft = entry.getValue(); + if (player.isInsideZone(ZoneId.FLAG_ZONE)) + return; + // Time is running out, clear PvP flag and remove from list. if (currentTime > timeLeft) {
  15. You are repeating yourself, but still, I don't understand your accent. End of story.
  16. Okay then, looks like the problem is inside PvpFlagTaskManager like Tk said. Let me see :P
  17. What about updatePvPStatus() and updatePvPStatus(L2Character target)?
  18. Are you sure you have registered the zone, is it working correctly? Do you see the msg onEnter to the zone? :D I will check it on my own, then you can compare the code and check if you missed something.
  19. Sorry, but I don't understand your accent.
  20. I have some weird problems with YT, I can't watch any video o.O
  21. Guess why.. While you walk inside the zone with flag, you break it all. Remove this if (activeChar.getPvpFlag() == 0) Use the code I gave you.
  22. The flag should not disappear, since you update the flag once again onEnter. Test the structure I gave you. Most likely it's cause of your messy logic (wrong order).. :P Else, you forgot about the check about update pvp status.
  23. You are canceling the flag and right after you are setting the flag. activeChar.updatePvPFlag(0); activeChar.updatePvPFlag(1); Also, your onEnter is kinda errrm :P if (character instanceof L2PcInstance This should be as first, before your updatePvPFlag, like @Override protected void onEnter(L2Character character) { if (character instanceof L2PcInstance) { L2PcInstance activeChar = ((L2PcInstance) character); activeChar.updatePvPFlag(1); activeChar.sendPacket(SystemMessageId.ENTERED_COMBAT_ZONE); } character.setInsideZone(ZoneId.FLAG_ZONE, true); character.setInsideZone(ZoneId.NO_SUMMON_FRIEND, true); }
  24. Lies like? Btw, you are lying from the beginning, so what? I don't care what you have to say, you have your "truth" and keep believing in this. If you will still continue to "troll" (level over 1..), I will simply lock the topic. Your sense of humour is so damn crappy, you don't know to troll and I'm tired of you already, so I won't contunie this ^_^
×
×
  • Create New...