Drwolftech 25 Posted September 14, 2016 Share Posted September 14, 2016 I'm using feral druid to farm and dont use mount, so he can farm faster with stealth, but every time he leave combat he use stealth before skin the mob, i need a comand to use stealth only if there is no skinable corpse near. Link to comment https://wrobot.eu/forums/topic/3839-stealth-only-if-there-is-no-skinable-corpse/ Share on other sites More sharing options...
Droidz 2738 Posted September 15, 2016 Share Posted September 15, 2016 Hello, add this "C sharp code" condition at the spell stealth: (wManager.Wow.ObjectManager.ObjectManager.GetWoWUnitSkinnable(new List<MemoryRobot.Int128>()).Count <= 0) Drwolftech 1 Link to comment https://wrobot.eu/forums/topic/3839-stealth-only-if-there-is-no-skinable-corpse/#findComment-17939 Share on other sites More sharing options...
Drwolftech 25 Posted September 15, 2016 Author Share Posted September 15, 2016 14 hours ago, Droidz said: Hello, add this "C sharp code" condition at the spell stealth: (wManager.Wow.ObjectManager.ObjectManager.GetWoWUnitSkinnable(new List<Int128>()).Count <= 0) Got an error saying that the type FightConfigNameSettings get in conflict with the imported type FightConfigNameSettings and something about the Int128 cant be found and need some asembly reference. Link to comment https://wrobot.eu/forums/topic/3839-stealth-only-if-there-is-no-skinable-corpse/#findComment-17957 Share on other sites More sharing options...
Droidz 2738 Posted September 15, 2016 Share Posted September 15, 2016 Sorry, I have fix code: http://wrobot.eu/forums/topic/3839-stealth-only-if-there-is-no-skinable-corpse/?do=findComment&comment=17939 Link to comment https://wrobot.eu/forums/topic/3839-stealth-only-if-there-is-no-skinable-corpse/#findComment-17959 Share on other sites More sharing options...
Drwolftech 25 Posted September 15, 2016 Author Share Posted September 15, 2016 1 hour ago, Droidz said: Sorry, I have fix code: http://wrobot.eu/forums/topic/3839-stealth-only-if-there-is-no-skinable-corpse/?do=findComment&comment=17939 Still not working, but i fixed in other way. The bot used prowl right after leave combat, not even checking if there is skinable corpse or not. So i added a condition to use prowl only if im moving, them i can skin the mob before using stealth ^^ Link to comment https://wrobot.eu/forums/topic/3839-stealth-only-if-there-is-no-skinable-corpse/#findComment-17961 Share on other sites More sharing options...
da8ball 104 Posted September 15, 2016 Share Posted September 15, 2016 Id like to use this as a Rogue, but I got error as well. [E] 16:20:26 - Compilator Error : c:\Users\usaer\AppData\Local\Temp\s1w5kbo5.0.cs(104,1) : error CS1519: Token '(' inválido na declaração de membro class, struct ou interface Link to comment https://wrobot.eu/forums/topic/3839-stealth-only-if-there-is-no-skinable-corpse/#findComment-17964 Share on other sites More sharing options...
Droidz 2738 Posted September 16, 2016 Share Posted September 16, 2016 14 hours ago, da8ball said: Id like to use this as a Rogue, but I got error as well. [E] 16:20:26 - Compilator Error : c:\Users\usaer\AppData\Local\Temp\s1w5kbo5.0.cs(104,1) : error CS1519: Token '(' inválido na declaração de membro class, struct ou interface Try to copy/past again code, if this don't works can you share your fightclass or screenshot of the condition Link to comment https://wrobot.eu/forums/topic/3839-stealth-only-if-there-is-no-skinable-corpse/#findComment-17988 Share on other sites More sharing options...
Drwolftech 25 Posted September 16, 2016 Author Share Posted September 16, 2016 17 hours ago, da8ball said: Id like to use this as a Rogue, but I got error as well. [E] 16:20:26 - Compilator Error : c:\Users\usaer\AppData\Local\Temp\s1w5kbo5.0.cs(104,1) : error CS1519: Token '(' inválido na declaração de membro class, struct ou interface Just add a condition to use stealth on in move, then the bot will skin first and when you move he will go stealth. Is easier and simpler. Link to comment https://wrobot.eu/forums/topic/3839-stealth-only-if-there-is-no-skinable-corpse/#findComment-17989 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