Stelgar 0 Posted March 26, 2016 Share Posted March 26, 2016 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 https://wrobot.eu/forums/topic/2853-help-with-quest/ Share on other sites More sharing options...
BetterSister 367 Posted March 27, 2016 Share Posted March 27, 2016 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) Link to comment https://wrobot.eu/forums/topic/2853-help-with-quest/#findComment-13127 Share on other sites More sharing options...
Droidz 2738 Posted March 27, 2016 Share Posted March 27, 2016 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 https://wrobot.eu/forums/topic/2853-help-with-quest/#findComment-13136 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now