Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. What help you need.. You have there Door check example, just do the same but use L2RaidBossInstance..
  2. Try to switch the geodata files. Recently on acis I converted l2off geodata files and result was similar in some regions, I switched to previous files and all is ok.
  3. Depends what instance type the NPC is and how looks like the instance code. If it missed super.onBypass... then the sell bypass won't work. If it's Merchant or Npc/Folk (the default one) it should work.
  4. Shouldn't it be getNpc? :D
  5. gameserver.data.xml package. You have there sooome examples of parsing xml data.
  6. It's the skeletor of anti-buff. The real skill restriction is located in Continuous.java#useSkill#case BUFF if (skill.getId() == skill_id_to_check) continue; // skip the skill
  7. More like, a custom fence xml, parsed and spawned on server load.
  8. Check the manor bypass, it uses direct link to htm.
  9. You would be surprised. I send a patch to a guy and he was like "you didn't send me full patch" and he "knows" how to add patches, he was like "I am not stupid, I know how to".. :D
  10. Not even a developer. But you ask 'why', while the answer is more technical and depends of 'dev' pov. As you ask, I assume that you don't have a clue about l2j 'world'. So, simply download both packs and make your choice. I also bet that you barely know how to apply a diff patch. So, acis is definitely not for you. No hate, no offense, just pure facts. =)
  11. He's not the dev, so he don't rly care. For your needs frozen is OK, or any other Russian, leaked or not, pack.
  12. Most likely protected file.
  13. Guess what, we are not reading all posts and we won't. Plus there is a report button, use it.
  14. Atm you expect miracles. You won't do it with xml. Making all buffs the same stack type stack order, will replace buffs, so you can have only one at a time. I believe you have to hard-code that behavior.
  15. Posting real server updates, even after an hour, two, three.. I don't mind. But if he post some random or not image and write 'download system' and after an hour 'some clans reach lvl 3, download system' then yeah obviously that's a spam to bump the topic. He could always edit his previous post, but he didn't. Guess why. Also, why should we care he wasted money for those images or something else lol. If he don't follow rules and post get deleted, it's his fault, blame him.
  16. Show us the code. Not the xml.
  17. Are you talking to yourself? It looks like. You ask and in next line you give answer. You get error / warning bcs your npc is not registered for that xml / you use another npc instance bypass. Normally npc type should be merchant. So change npc type to merchant, if your npc only has the exchange/upgrade option. As trainer instance as a shop is just lol.
  18. Then how the heck you want to upgrade it.. That's the only way, take armor id 1 (with other ingredients) - > give armor id 2. No matter if it's multisell or hard-coded stuff.
  19. You can't freely use another npc instance bypass. If you want to use that bypass from that npc instance, you must add the code to the instance.
  20. File name doesn't matter. Most likely there is a typo, so create new file (copy existing, remove npcs and keep only one, change type and done). Use the 50000 xml as it co twins custom npc so you have rdy, working structure.
  21. Don't expect it to work as it's other pack. If you want to use static value, chance for all skills hard-code it. Otherwise create new xml rows. Make it read the xml value.
  22. All you need to do, basically, is to edit this part, Creature.java https://github.com/St3eT/L2jUnity/commit/c56a6e3d5296e47e7e7f4f95fc9af744351d8383#diff-f55fd9caccdc31fcf01dd7c803f38bb9 You must include this check Rnd.get(100) < getStat().getValue(Stats.ABSORB_DAMAGE_CHANCE)
  23. To be honest, who cares about log while the whole structure is plain wrong. Like I said, simply compare the structure with other skills and do the same.
×
×
  • Create New...