Jump to content

Zake

Global Moderator
  • Posts

    5,312
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Zake

  1. Is there any evidence that he introduced his name as the author? If he was asked to edit the map and create geodata i don't see any scam. People ask me to edit other dev's stuff almost every day, that doesn't make me a scammer.
  2. You'd better use your own imagination in order to make your server fun to play.
  3. You can search in your source which file loads this txt and see how data are parsed. Edit: Topic moved to help section.
  4. 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.
  5. Probably @deMEV can help you
  6. 16 for gs would be more than enough, 1-2 for login.
  7. CharInfo/UserInfo Siege status
  8. clientpackets/RequestSocialAction.java you can debug social id for each action.
  9. 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.
  10. Problem solved, locked.
  11. Didn't see that coming
  12. You will have to switch java verion to 8 in your environment variables.
  13. Can you describe "anti-enchant" a bit better?
  14. Ok locked.
  15. clientpackets#RequestRestart.java (path in almost every pack) has pretty much what you need.
  16. 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.
  17. Topic locked.
  18. 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.
  19. config/server.properties -> ServerBypassTime, although it's default value is 500ms
  20. Locked.
×
×
  • Create New...