March 26, 201610 yr 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
March 27, 201610 yr You must use is complete conditions with some c# code. Right now i cannot assist you with this because I'm not home untill tomorrow (about 20hours from now)
March 27, 201610 yr 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)
Create an account or sign in to comment