newrobot() 0 Posted April 17, 2019 Share Posted April 17, 2019 Hey so currently I'm gathering an area but also want him to kill one specific enemy and loot it and not loot any of the other mobs at all that might be killed due to gather aggro. I made a plugin for that and tell him if he finds said enemy use Fight.StartFight and Interact.InteractGameObjectAutoLoot and this actually works fine except one little big issue. The gather bot and the plugin quarrel where to move (move to enemy vs move to next gather point location so he like spins in circles until auto blacklist happens) I tried using Products.InPause for the time the special enemy is found but Fight.StartFight unpauses it immediately. Any ideas? Link to comment https://wrobot.eu/forums/topic/11082-kill-mobs-while-gathering/ Share on other sites More sharing options...
Marsbar 228 Posted April 17, 2019 Share Posted April 17, 2019 (edited) 2 options: Easy: make a grinder that does your gathering loop and add that mob to the kill list Harder: In a plugin add a state which is at a higher priority than gathering. Have a look at the grinder example bot project that droidz posted in the tutorials section on how to make a product. This should show you how states are added to the engine and an approximate priority you should make your state. There's a little bit of info about states at the bottom of this post too but you'll get the majority of info from that example project. edit: link to droidz example Edited April 17, 2019 by Marsbar newrobot() 1 Link to comment https://wrobot.eu/forums/topic/11082-kill-mobs-while-gathering/#findComment-52863 Share on other sites More sharing options...
newrobot() 0 Posted April 17, 2019 Author Share Posted April 17, 2019 Thanks that worked for me Link to comment https://wrobot.eu/forums/topic/11082-kill-mobs-while-gathering/#findComment-52864 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