Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Image button image..
  2. Debug cwh code.
  3. Most likely you did not import ZoneId and even worse, you have a stupid int there (private static final int ZoneId = 19) and probably it's reading this as ZoneId.. Do not rendomly copy/paste.. Peace was an example.. Write there your custom zone = FLAG_ZONE and you are supposed to make an IF check... if (party.isInsideZone(ZoneId.PEACE)) return false; Errrrrm
  4. isInsideZone(ZoneId.PEACE); Also, add this check under if (player.getParty() != null)
  5. for (L2PcInstance party: player.getParty().getPartyMembers()) { party.blabla(); <--- check if the party is inside your zone here
  6. Add one more check inside isAllowedEnter(), you have to check for party members (for loop) if they are inside your zone or not, if yes return false, else true.
  7. rivate static final int ZoneId = 19; //Here you have to set your zone Id It's not working, but the coutner checks for the zone id.. if (zone.getId() == zoneId) { ...
  8. This code is using zoneId check, have you created your zone with id..?
  9. You can do it only with xml. The only thing you have to do, is to create X item's/boxes for X/Y grade, like Box D/C/B/A/S and those items will use the same skill, only difference would be the skill lvl :) As recovery scrolls, check 8598 ID for example and it's skill. Bułka z masłem.
  10. You should create 2 boxes, one for lvl 20 and second for lvl 40 with the level check. Like the Recovery Scrolls. If you want to do it with one item, you should create a new itemhandler with lvl check and reward.
  11. Since when SweeTs starring in this video, it's awesome. Good job, I like it ;)
  12. Remove the records from castle table...
  13. L2ui_ch3.MenuIcon && BoardWnd (the letter icon) && MacroWnd (macro), and rest of them in another packages, you have to search, I'm lazy to do more research :P
  14. What the heck I just read :y u no?: One gif is not enough to describe this..
  15. I can say the same, looks like you did not get the point. This. I only said that those 150 accounts which waiting for approval, are mostly bots (ru bots everywhere, it's a true disaster). I did not said that you will accept them all or whatever :dat:
  16. Give this man a beer!
  17. wow, you should mention that 95% are bots :troll:
  18. We are not bad students, the teacher sux :troll:
  19. Add a check on EnterWorld / logout for example. If inside your zone, teleport outside to xyz
  20. You are repeating yourself. Im tired of you :(
  21. "Engine", it's WAY too big word. Sort of teleport/gatekeeper instance with few checks and timer + new zone :P
  22. lol... Check ANY line/config and use that structure.
  23. Yeah, let me answer your question. :D We Pray to Invite God (into our lives). SweeTs 1 : 0 crappy_rex ---- Previously, you were shining a bright light like a match, and now .. you faded.
×
×
  • Create New...