Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Stop your drama pirama, you said it once, it's enough. Keep working on your project, guard and/or whatever. If you have something valid to say, go for it. Supposition, keep it for yourself. They are proved to be trusted. So, mind your own business. Further spam will be deleted.
  2. Nop, it's not. I guess it's from God client.
  3. It's under XML format. Check the data/npcs folder.
  4. Here you go http://www.maxcheaters.com/topic/115825-simple-instanced-buffer/page-1
  5. Nha, I don't remember it was removed, so it's supposed to work fine, at least last time I tested. Previously few people 'reported' it as well and it was ppl issue. The HTM bypass most likely is wrong, as maintenance uses ex or exc_multisell.
  6. If it's about a value which you have to insert, hardcode it, int value = st.hasMoreTokens() ? Integer.parseInt(st.nextToken()) : 1;
  7. Use any shared gm shop. It's only multisell and HTM.. Else create your own, it's easy.
  8. Good luck buddy, I still remember the first version :lol:
  9. 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.
  10. 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">
  11. 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.
  12. 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.
  13. 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. :)
  14. Rofl, the moment he just shared the pack, some greek try to sell. Linked ppl to that topic.
  15. 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)
  16. 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(); }
  17. But you are the only barking dog around here.
  18. Everything I said is true, if you want, go for it. Yet, we both know it, nothing will happen, so it's pointless :)
  19. 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.
  20. 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.
  21. 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:
  22. @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.
  23. My AIO system for example, offline shops.. You can use it for live server without fear :D
×
×
  • Create New...