Jump to content
  • 0

How To Make Skill Use Any Range


Question

Posted

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

  • 0
Posted

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
Posted

"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.

Guest
This topic is now closed to further replies.


×
×
  • Create New...