arkhan 11 Posted February 17, 2017 Share Posted February 17, 2017 Hello, i try to create a quest profile for Tol-Barad (ally side) I'ved encounter an issue with this quest (Magnets, how do they works?). I need to use an item onto a hotspot and after that gather an item. But it seems impossible to do the both, only one type of quest. (only UseItemOn or Gather). If i create an UseItemOn quest type,the bot use only the QuestObject. If i create a Gather quest type, the bot only want to gather but don't use the item. How can i do the both ? Link to comment https://wrobot.eu/forums/topic/5139-tol-baradmagnets-how-do-they-works/ Share on other sites More sharing options...
Droidz 2738 Posted February 18, 2017 Share Posted February 18, 2017 Hello, use quest type UseItemOn, but before pulse this step add step type runcode with c# code; wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(123456); (replace 123456 by the entry id of gameobject at havest) Link to comment https://wrobot.eu/forums/topic/5139-tol-baradmagnets-how-do-they-works/#findComment-23784 Share on other sites More sharing options...
arkhan 11 Posted February 18, 2017 Author Share Posted February 18, 2017 Thank you, that works perfectly now Link to comment https://wrobot.eu/forums/topic/5139-tol-baradmagnets-how-do-they-works/#findComment-23806 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