Jump to content

Detroitas

Members
  • Posts

    119
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Detroitas

  1. Same.. [/url]
  2. L2FlagZone.java [/url] any help?
  3. http://www.maxcheaters.com/topic/172697-tvt-event/ - that
  4. thank you! Maybe you know about that tvt color? http://www.maxcheaters.com/topic/210720-tvt-event/page-2
  5. Hello. How to remove curse in Zaken zone? [/url] From Zaken's removed skills, but still i got that.
  6. and same in CharInfo.java
  7. I can't find where to add that
  8. So i need remove that: if (_activeChar.getTeam() == 1 || (Config.PLAYER_SPAWN_PROTECTION > 0 && _activeChar.isSpawnProtected())) writeC(0x01); // team circle around feet 1= Blue, 2 = red And add that: if (_activeChar.getTeam() == 1 || (Config.PLAYER_SPAWN_PROTECTION > 0 && _activeChar.isSpawnProtected() && _activeChar.isInFunEvent())) writeC(0x01); // team circle around feet 1= Blue, 2 = red Remove that: else if (_activeChar.getTeam() == 2) Add that: else if (_activeChar.getTeam() == 2 && _activeChar.isInFunEvent()) Or i'm wrong?
  9. https://www.lordcraft.net/topic/11387-acis-spawn-protection-effect/ - it's not that code?
  10. and where need to add that code?
  11. Wtf, after i change mass vote reward time, again for me no work hopzone:
  12. But how to set colors on teams? Because here is without colors teams.
  13. Thank you all.
  14. that changed, thanks. But what about announcment import?
  15. And, is this fine?
  16. [/url] what about that?
  17. Or need to import? And i need to delete annoncments import or not? [
  18. [/url] nothing changed on that
  19. Hello. I'm trying to add TvT for acis, but something goes wrong. Code - http://pastebin.com/ESxADxRV sf/l2j/gameserver/handler/usercommandhandlers/Escape.java sf/l2j/gameserver/events/EventManager.java sf/l2j/gameserver/events/TvTEvent.java Any help?
  20. now ok with code, i will check it later then i fix tvt problems.
  21. what do you mean? Sorry for a lot of questions, i'm really new on it..
×
×
  • 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..