Mellion Posted April 28, 2017 Posted April 28, 2017 Hello, I want ask, I want to know how to make NPC use skill any range, because now if skill have 900range, he not cast skill if player in 100range, how to make he cast 900range skill in 100range also. like debuffs.
0 Mellion Posted April 28, 2017 Author Posted April 28, 2017 nvm after that topic no one try to help me anymore Manage fixs myself: if(npc.isRaid()) { final L2Skill skill = Rnd.get(defaultList); if (cast(skill, dist, skill.getCastRange())) return; } can lock :)
0 SweeTs Posted April 28, 2017 Posted April 28, 2017 "An hour has already passed since I created the topic. It's 6AM why no one help me. Most likely they hate me and won't help" rofl.. Annoying orange.
Question
Mellion
Hello, I want ask, I want to know how to make NPC use skill any range, because now if skill have 900range, he not cast skill if player in 100range, how to make he cast 900range skill in 100range also.
like debuffs.
2 answers to this question
Recommended Posts