Jump to content

L2 TokTil

Members
  • Posts

    63
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by L2 TokTil

  1. thats announce is in announcements.sql, you can edit before install or just edit that value using navicat
  2. to run smoothly with geo you need 6GB memory then change Xmx4096m/Xmx5096m
  3. if ((_actor == null) || _actor.isDead() || _actor.isInOlympiadMode())
  4. try this, window => preferences => general => workspace change file text encoding to utf-8
  5. example if (command.equalsIgnoreCase("change_sex")) { if (activeChar.getInventory().getCountOf(Config.getChangeSexPriceId()) >= Config.getChangeSexPriceCount()) { activeChar.getInventory().destroyItemByItemId(Config.getChangeSexPriceId(), Config.getChangeSexPriceCount(), "SexChange"); . . . Your Code Here . . . } else activeChar.sendMessage("Error: You don't have items to pay."); }
  6. use this https://mega.nz/#!yo9A1aCR!gi2yoHPHqn4UWJhDoFBqXj0cZXaYJbF0idwcwa68BBk
  7. thanks bro, sekalian geodatanya kalau boleh
  8. thanks, very inspiring
×
×
  • 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