Jump to content

Recommended Posts

Hi guys

 

i need to setup quester to do this quest "Druid of the Claw". I need to kill a mob, after that use item on the corp, i sutup a UseItemOn, and set the position near the npc, i take agro and kill, but my character don't use the item, you know how to setup?

 

Thx alot

Link to comment
Share on other sites

Try with this: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=12204

Replace 

if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive && ObjectManager.Target.HealthPercent <= 25)

by 

if (ObjectManager.Target.IsValid && !ObjectManager.Target.IsAlive)

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...