Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Told you already, it's validation period. 24h without oly, configurable, oly configs.
  2. From the beginning, what's your whole idea? If time < 10s from previous kill send other message than default? Counting from first kill, or 2nd - > 3rd send other message as well?
  3. 6 days 4 hours do the math. If you set validation few hours, oly starts the same day.
  4. No idea the code you use. Set configs as you want and keep few hours validation. Example, end 00:00 validation till 16:00 and at 18:00 oly starts. What you showed now, looks ok. As those 5h is validation.
  5. Change the validation to few hours. So, the same day 18 new cycle should start.
  6. There is a 24h 'validation' window.
  7. Put the long out of the method. Like the assassins, under it.
  8. No no no. You have to create a new long variable, set the time using system current time + 10sec on kill, then on the switch compare the time if your variable > current time.
  9. What about reading/showing the error? No one will find, code this line especially for you to see the error / correct method usage.
  10. Yeah, that line. Else you have not enough ram.
  11. Right click on the bat and edit Xmx, if your OS is x32 max is like 1,7G, if you use x64 then set it to 2G. If you decrease don't forget to deactivate geodata, fully or some blocks. Read the properties.
  12. if (!player.destroyItemByItemId("ex", REQUIRE_ITEM_FOR_EX[0], REQUIRE_ITEM_FOR_EX[1], null, true)) player.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.NOT_ENOUGH_REQUIRED_ITEMS)); else player.addItem("rew", REWARD_ITEM[0], REWARD_ITEM[1], null, true); You could make it like if (!player.destroyItemByItemId("ex", REQUIRE_ITEM_FOR_EX[0], REQUIRE_ITEM_FOR_EX[1], null, true)) return; player.addItem("rew", REWARD_ITEM[0], REWARD_ITEM[1], null, true); If destroyItem.. return false, you get the message about incorect item count. With your message, you get it twice.
  13. Skillgrp and skillname.
  14. http://acis.i-live.eu/index.php?topic=8892.0
  15. Your welcome. Locked.
  16. Look your screen, main method. That's the correct place and method is registerHandler. You have registered tvt command. Do the same.
  17. Typical Access arrived.
  18. Well, I will be honest. It's enough to look on it. Don't you feel like your line is in wrong method and the method you call doesn't exists (it exists under other name)? Hint, you have one command already registered.
  19. Open skill name file with file edit and search by name.
  20. True, better make a legit bot in game so ppl can configure it, rather than fake players, pretty much the same, but not rly :D
  21. Right, my bad. But you got the point :D
  22. More like your packet has an error rather than client itself.
  23. Br language on an eng/gr forum, sounds like a good idea.. :D
  24. "I tried, but nothing.." :troll: First line from error is pointing to file and line where the error comes from.
×
×
  • 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