Krazycdn 0 Posted March 6, 2018 Share Posted March 6, 2018 Hi Guy's I seem to have got into a snag here, i am creating a Horde profile ( Undead Zone) Doing the quest http://www.wowhead.com/quest=6395/marlas-last-wish it is a 2 part quest. I created 2 quest 1 to go kill Samuel and it work I got his remain. The 2nd quest doesn't work I tried useitemon with Id 16333 ( Samuel's remain) Also tried Gatherer and putting the id and it doesnt work :( if anyone can just make a file with the quest completed I would appreciate and share the file please so I can see what I am doing wrong.. Thanks. Link to comment https://wrobot.eu/forums/topic/8830-marias-last-wish-quest-i-am-stuck-help/ Share on other sites More sharing options...
FNV316 65 Posted March 6, 2018 Share Posted March 6, 2018 Step RunCode. Add the position of the grave, but not the exact position, use a position that is a few yards away instead: wManager.wManagerSetting.ClearBlacklistOfCurrentProductSession(); wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(XXX.xxx, YYY.yyy, ZZZ.zzz), 178090); Nosferatuepic 1 Link to comment https://wrobot.eu/forums/topic/8830-marias-last-wish-quest-i-am-stuck-help/#findComment-40757 Share on other sites More sharing options...
Krazycdn 0 Posted March 6, 2018 Author Share Posted March 6, 2018 30 minutes ago, FNV316 said: Step RunCode. Add the position of the grave, but not the exact position, use a position that is a few yards away instead: wManager.wManagerSetting.ClearBlacklistOfCurrentProductSession(); wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(XXX.xxx, YYY.yyy, ZZZ.zzz), 178090); Thank you FNV316, How would i learn to do this. I am not big on asking for help every little snag I get is there a way to have a full tutorial on playing with Quester ? Link to comment https://wrobot.eu/forums/topic/8830-marias-last-wish-quest-i-am-stuck-help/#findComment-40761 Share on other sites More sharing options...
FNV316 65 Posted March 6, 2018 Share Posted March 6, 2018 This posting is pretty helpful: There is no actual tutorial. It's more learning by doing + basic coding knowledge Krazycdn 1 Link to comment https://wrobot.eu/forums/topic/8830-marias-last-wish-quest-i-am-stuck-help/#findComment-40762 Share on other sites More sharing options...
Nosferatuepic 2 Posted September 8, 2018 Share Posted September 8, 2018 How you going to grave? i use kill and loot in quester, and after kill he stay and wait respawn again. Kill Samuel again and again and go to grave Link to comment https://wrobot.eu/forums/topic/8830-marias-last-wish-quest-i-am-stuck-help/#findComment-47253 Share on other sites More sharing options...
FNV316 65 Posted September 8, 2018 Share Posted September 8, 2018 You have to split the quest up. First part is to kill and loot the NPC. After that has been completed, make a follow path quest to the grave and execute the RunCode step. You might need a custom complete condition for the kill & loot quest like this: return Quest.IsObjectiveComplete(1, 6395) || ItemsManager.GetItemCountById(16333) > 0; Returns true, if the quest objective has been completed or your bot has Samuel's Remains in his inventory Nosferatuepic 1 Link to comment https://wrobot.eu/forums/topic/8830-marias-last-wish-quest-i-am-stuck-help/#findComment-47259 Share on other sites More sharing options...
Nosferatuepic 2 Posted September 9, 2018 Share Posted September 9, 2018 7 hours ago, FNV316 said: You have to split the quest up. First part is to kill and loot the NPC. After that has been completed, make a follow path quest to the grave and execute the RunCode step. You might need a custom complete condition for the kill & loot quest like this: return Quest.IsObjectiveComplete(1, 6395) || ItemsManager.GetItemCountById(16333) > 0; Returns true, if the quest objective has been completed or your bot has Samuel's Remains in his inventory wow, awesome. Big thanks! Link to comment https://wrobot.eu/forums/topic/8830-marias-last-wish-quest-i-am-stuck-help/#findComment-47292 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