Jump to content

Zake

Global Moderator
  • Posts

    5,313
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Zake

  1. You'd better use your own imagination in order to make your server fun to play.
  2. You can search in your source which file loads this txt and see how data are parsed. Edit: Topic moved to help section.
  3. Remove static modifier from list, parse a bunch of locations in ZoneManager for each zone, do some data entry on each boss xml. Quick examples: forEach(zoneNode, "location", locationNode -> { temp.addLocation(parseLocation(locationNode)); //you will have to implement this method on abstract ZoneType class or directly in this type of zone depending on ur needs. }); <zone shape="Cylinder" minZ="1" maxZ="1" rad="1"> <node x="1" y="2"/> <location x="1" y="1" z="1" /> </zone> numbers on 2nd one are placeholders. You will need accesor methods like getRandomLocation() for each zone too.
  4. Probably @deMEV can help you
  5. 16 for gs would be more than enough, 1-2 for login.
  6. CharInfo/UserInfo Siege status
  7. clientpackets/RequestSocialAction.java you can debug social id for each action.
  8. Even if this happens some day (which i highly doubt), every single low post account can simply use a new ip/email and scam/flame or whatever again.
  9. Problem solved, locked.
  10. Didn't see that coming
  11. You will have to switch java verion to 8 in your environment variables.
  12. Can you describe "anti-enchant" a bit better?
  13. Ok locked.
  14. clientpackets#RequestRestart.java (path in almost every pack) has pretty much what you need.
  15. There is an error marker on the left, just click and read the hover out of this. Also do not create 100 topics related to the same request.
  16. Topic locked.
  17. This is not a fix, you should avoid parsing data with every getInstance() call which you already did and parse data once in a private constructor. Reload method should be called on admin commands/bypasses. Anyway, i'm locking this topic since you feel satisfied with this solution. In case you want to unlock send me a dm.
  18. config/server.properties -> ServerBypassTime, although it's default value is 500ms
  19. Locked.
  20. Your assumption is reasonable but this still remains a client problem. If you just copy pasted this from another server then you are probably missing some files (assuming that this specific interface works in other servers as you said). You have mentioned above that you use acis 382, although you edited your post like a million times. https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/network/serverpackets/CharInfo.java server already sends information to client about cp. So probably client doesn't read/handle these information properly.
  21. Npc bypasses won't work in community board.
×
×
  • 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