Jump to content

Matim

Legendary Member
  • Posts

    4,504
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Matim

  1. And where is ...... QUESTION?
  2. You can bump your thread once per 24h, remember that or you will be dekarmed next time.
  3. As i remember there isnn't such bypass already created. SO, create new bypass, with this function:
  4. Download doesn't work, topic locked.
  5. Shared already, use search instead of creating such threads, locked.
  6. Problem solved, topic locked.
  7. Datapack. data/WalkerRoutes.xml
  8. You will just have to send proper packets, depends from your needs.
  9. To the author: if you call this an "advertisement", I will call it SHIT. There isn't even info about chronicle in main post, pathetic. Interlude prefix added.
  10. Spam deleted, user warned, he was also reported at staff section. Locked, thanks.
  11. Done, except this (left for G.mod, lack of privs there)
  12. Good, problem solved, topic locked.
  13. Conquerable Locations mod price: 30€ Mysterious Elven Ruins mod price: 20€ Others java npcs from the list price: 10€ Your own ideas price: deepends from complexity, to discuss. Constant free updates (extending features, conquerable one especially) Free Support. Payment via Paypal or PaySafeCard, payment before receiving code/s. Each price may be discussed, conquerable mod is really expanded and unique aswell. Contact via MSN or pm here.
  14. Moved to the proper section.
  15. Next time simply read sticked guides >.>
  16. Post more info such as pack revision etc. And it would be strongly recommended to ask your pack devs instead.
  17. Code for CharacterCreate.java if (Config.STARTING_LEVEL > 1) { if(Config.STARTING_LEVEL > Experience.MAX_LEVEL) Config.STARTING_LEVEL = Experience.MAX_LEVEL; newChar.addExpAndSp(Experience.LEVEL[Config.STARTING_LEVEL], 0); } Code for Config.java Variable at begining: public static byte STARTING_LEVEL; Second part: int startLevel = Integer.parseInt(L2JModSettings.getProperty("StartingLevel", "1")); STARTING_LEVEL = (byte) startLevel; At the end: else if (pName.equalsIgnoreCase("StartingLevel")) { STARTING_LEVEL = Byte.parseByte(pValue); } Done, I won't make patch its so easy to add it.
  18. What do you mean by "auto chat" You mean some kind of "announcements" but with at this chat with this color? Simply use:
  19. Spam deleted, stay on topic.
  20. Locked.
×
×
  • 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