Jump to content

Zake

Global Moderator
  • Posts

    5,313
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Zake

  1. I wanted to check in documentbase if there is a condition for olympiad. Unfortunately in l2jfrozen there is not. You can add a quick one though by editing ConditionPlayerState.java. All you have to do is to add an olympiad enumeration and a simple isInOlympiad() check in testImpl (or whatever this method is called in frozen)
  2. Which pack are you using?
  3. Either include them in your database_installer.bat or execute these sql files manually.
  4. http://subversion.assembla.com/svn/L2jFrozenInterlude/trunk/gameserver/head-src/com/l2jfrozen/gameserver/network/serverpackets/CharInfo.java http://subversion.assembla.com/svn/L2jFrozenInterlude/trunk/gameserver/head-src/com/l2jfrozen/gameserver/network/serverpackets/UserInfo.java Unless you mean the part of code was not there. If it's not then probably it's handled in L2PcInstance#doDie which is a bad implementation. Disconnected players may find themselves with a crappy title after the event.
  5. 1) for the love of god, i have moved like 20 topics of you. THIS is the right section. 2) userinfo and charinfo, both can be found in network.serverpackets 3) i would suggest you to use acis instead
  6. Control+h -> search for this config -> find the declaration -> open call hierarchy
  7. Locked
  8. I think he asked to cooperate with l2j many years ago and they rejected
  9. Just add a restriction on autopot start and an interruption upon olympiad join
  10. I have never tried on my own, i just read feedback from others.
  11. https://bitbucket.org/MobiusDev/l2j_mobius/src/master/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/communitybbs/CommunityBoard.java
  12. This is an intellij/eclipse feature, not a java 14 one. If you are using eclipse check at windows-> preferences-> Java-> Editor-> Save Actions, (depends on the eclipse version, path might be similar)
  13. Active anticheat seems to be the "best" option. Although nothing changed, most of them lack in support.
  14. requestbypasstoserver may help you find where cb bypasses are handled. Usually its under gameserver/communityboard. Although which pack do you use?
  15. Depends, if you just want to edit their name sysstring-e.dat is your file. If you want to edit the bypass name you should do what root mentioned. If though you want to edit/create bypasses for each button you should do it server side.
  16. Locked
  17. You're welcome, locked
  18. #rate is a table that you didn't post, although yes if you change #rate to 2 it will replace effects with stack order 1
  19. Effects with the same stacktype are going to replace each other unless there is a higher stack order
  20. Why would you do that? Either let them AUTO farm or ban bots
  21. This error means that the java compiler you used in eclipse is different than the one you use to run the server. Also l2mythras is an ancient fork, i would suggest you to use an active one such as l2j
  22. The method you are looking for is Player#checkDoCastConditions. Although this works too, players can cast the spell but it won't heal the boss
×
×
  • 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