Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. No, it's not another npc. At least on interlude. It's using a skill to grow up. If there is 3rd form npc, tell me the ID.
  2. There is no bugs related to siege. You can only say that guard spawn is 'missing', which you can add back, few code lines. Ye, it is.
  3. Put some logs over camera code, see which one bugs (the last log appeared) and check it's timer. Maybe it has some crazy big value. About legs in the ground, workaround would be to remove the transformation part :D
  4. I already told you where to put htm. Also the npc type must be L2DonateShop as it's an instance npc not script as you said.
  5. All htms should be under data/html/mods/donate/ folder.
  6. The htm location is defined inside the code. You should follow the overall code pattern. If it's a script, should be inside location as other scripts, as it's 'root' location is there.
  7. Nop, it's caused by halisha's transformation. It's like big head effect, tezza grows up and down and so, legs are underground. I tried to deal with that issue long time ago, and even despawn/respawn with a higher z didn't solve the issue or I simply facked it up :D I don't remember exactly as it was like 2y ago. If what I did was legit, then looks like the 'big head' effect is the issue, as it's not rly increasing the npcs high.
  8. That's true, won't defend him or so. But you have to understand one thing, not a excuse tho. Lucera is a business, so they made 'basic things' playable and working to get customer base. While acis is a hobby for Tk, not a business. So, he don't rly care about not working basic things that much and he don't feel like to code, fix some features. As he don't treat it as a serious business and he's not interested in getting rich by developing the pack, it's semi broken/working, but still usable. If he would make it private and ask 100-200€ as other projects, or whatsoever, for the access, guess what. The pack would be completed already.
  9. Npc, and obviously you need the htms.
  10. Don't yes me here, I gave you ready code, lol.
  11. I guess there isn't, but you could 'rotate' it playing with flames length values.
  12. There is no something like this. You would have to code new xml param and then add corresponding check related to damage.
  13. Topic cleaned from bump posts. @zacks you have been warned by Celestine back in 2017. If I see again that you break rules aka post 'up, updated, bump', you will be chat banned for (few) day(s).
  14. Pointless to tell you how, as you won't code it. So, search for ready code or pay someone to code it.
  15. ClassID.java change the ClassType.FIGHTER to MYSTIC.
  16. You have to register gameserver. As you said you have some error/warning while running the file. Make sure you have servernames.xml or whatever your pack should have and try again. Don't forget about editing loginserver.prop the username and pass.
  17. Wrong link, perhaps.
  18. Building server based on request section :D
  19. For example writeD(_npc.isInvisible() ? _npc.getAbnormalEffect() | AbnormalEffect.STEALTH.getMask() : _npc.getAbnormalEffect()); ? And : works like an if else.
  20. Client stuff. Operation type, 3rd value controls that, set it to 1.
  21. There are hundreds of skills which increase (add/mul/sub/div) stats, all you need is.. logical thinking. "I want to increase by some % p atk. What skill does that? Might! Let's copy its line. It's working!".
  22. I gave him the answer. If 1.01 is 1% (as 1. is a base) so, 20% is.. Hmm 1.2? Simple logic, everyone should understand once explained with an example. If he still don't understand then well.. Back to first grade. I simply let him learn rather than giving a ready answer so he can copy/paste and still, he would have no idea why is that. We don't need (more) monkeys.
  23. By changing the value, atm it's 1,2 and 3 %. Do the math.
  24. Seriously.. All you need is the getIcon mechanism and the sql file with icon path. Lazy people. http://letmegooglethat.com/?q=Droplist+icons+maxcheaters.com
×
×
  • Create New...