Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Then you did something wrong. Since you dont need any core change.
  2. Then you should create that topic directly on aCis forum.. :P
  3. What's the point of this removal and why would you do that?
  4. 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.
  5. Wat :o Get me one and you will be l2mod :troll:
  6. 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. ;)
  7. Stop creating and deleting(?) the same topic over and over again.. It's like 3rd topic about this server that I see.
  8. No problem. Locked.
  9. 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) {
  10. You are repeating yourself, but still, I don't understand your accent. End of story.
  11. Okay then, looks like the problem is inside PvpFlagTaskManager like Tk said. Let me see :P
  12. What about updatePvPStatus() and updatePvPStatus(L2Character target)?
  13. 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.
  14. Sorry, but I don't understand your accent.
  15. I have some weird problems with YT, I can't watch any video o.O
  16. 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.
  17. 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.
  18. 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); }
  19. 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 ^_^
  20. How did you get ~85k euro (or even more, at least) to buy it? :D
  21. @Root Leave it.. Just leave it.. You have realized that he has no idea what he's talking about.. @pirama I will not provide you links, you will c/p them. It's sad, you won't do that. Huehue. Good, good. You coded everything alone, you don't c/p from l2jserver the dimension system / instance. Ofc ofc.. Now, let it go. I'm already tired of this guy :)
  22. You almost did it. But why you put " ! " and " || " .. :) Remove ! and change || to &&
  23. You miss the check here public void updatePvPStatus(L2Character target)
×
×
  • 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