Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. If it's about a value which you have to insert, hardcode it, int value = st.hasMoreTokens() ? Integer.parseInt(st.nextToken()) : 1;
  2. Use any shared gm shop. It's only multisell and HTM.. Else create your own, it's easy.
  3. Good luck buddy, I still remember the first version :lol:
  4. Npcs are registered under castle.xml or so, if that npc is not registered as giran castle, then.. Shit happens. And ffs, it's acis.
  5. Instance - https://pastebin.com/2mqfFCPA put your htm into custom folder. The inNpc() method is not necessary, I guess. Bypass - checked L2Ro htm and seems like the npc bypass looks like, but it's not as a button [npc_%objectId%_learn|Press me] Button <button value="Press me" action="bypass npc_%objectId%_learn" width=34 height=34 back="L2UI_CT1.ItemWindow_DF_Frame_Down" fore="L2UI_CT1.ItemWindow_DF_Frame">
  6. Bypass seems wrong, such style normally is used for quests / scripts. Instance npc use bypass -h %getObjectId%_learn or so, typing from memory :P And you miss showChatWindow / getHtmlPatch? Check other instances, the structure.
  7. What he is trying to say is.. No one has the perfect geodata as no one busy to report bugs and there is no one to fix em, at least for free. So, take the geo shared on aCis forums and report bugs, Root or someone else may fix it for free. Else, deMev has geodata services.
  8. Not bad idea, sort of lucky wheel :P To make it more complete create an item which could be droppable from a Rb, let's say, and this item will generate the coupon code, else some exchange option, x item for the coupon code. :)
  9. Rofl, the moment he just shared the pack, some greek try to sell. Linked ppl to that topic.
  10. 1) it's supposed to be like that. If you want to let it change at any master, then.. VillageMaster.java (model.actor.instance), find checkVillageMaster(ClassId pclass) method and return true. 2) most likely some custom addon, search for the message over eclipse and remove checks (custom code)
  11. Not sure about sunrise enchant system, but if it's still l2jserver like, then check RequestEnchantItem, SUCCESS case, add your enchant type checks if (scrollTemplate.getChance(activeChar, item) > 0) { item.setEnchantLevel(item.getEnchantLevel() + 1); item.updateDatabase(); }
  12. But you are the only barking dog around here.
  13. Everything I said is true, if you want, go for it. Yet, we both know it, nothing will happen, so it's pointless :)
  14. You are the one who provoke,annoy and attack since long time. It's pointless to even argue with ya. There will be no action, if you like it or not. Stop playing smartass and act like a grown man, not like a pussy-drama-queen.
  15. Rofl, no. Take the one root shared on acis forum and you are ok. If you want to buy, contact with demev, he has some geo.
  16. There are many running tasks launching every sec, for all players, GTC, pvp task for example and you say that the task for 'few' ppl each 10sec is a killer o.O Yet, mby true, I'mma think about it :) Oh it's also an old version, on acis forum there is updated one, from January. Not sure how it differs, but for sure the task is the same :lol:
  17. @pirama Yea, it's just an adaptation. My point was it's fully functional. About AIO, it's supposed to be like that, one task holding all AIO players, checking it's end time. It doesn't have to be so accurate that's why I set 10sec instead of 1 :D dunno why you find it as a mistake rofl.
  18. My AIO system for example, offline shops.. You can use it for live server without fear :D
  19. Yup, well said :) opportunity to get some cash, all over the world, not moving your ass from the chair :lol:
  20. Free bump. Andrei, for one 150€ is not that much, but think about ppl from other countries, whom after the currency convertion they earn 400-500-600€ top, so yeah, for them it's 'a lot'. If not a lot, then for sure they consider if it's worth or not. :)
  21. Debug arena zone, see how cords works, then create small npoly zone, start doing small things. When you understand, you will be able to create any type :p Using cuboid, like arena zones, you can create your zone :) so, you need only 2 points.
  22. Read the guide, it's pretty easy.
  23. It is possible, not sure if via html tag or by editing client. Once tried html and didn't work while for npc works fine :P
×
×
  • 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