March 25, 201610 yr Hello every1. I`M SORRY FOR MY BAD ENGLISH! I'm doing a profile for twinks to farm dungeons using 80lvl, he should not attack mobs I just need to collect them all at the end of Instance! After this I do AOE and my twink get xp How can i stop going to attack аll he sees?
March 25, 201610 yr Hello, If you want ignore when your character is attacked you cannot (or you need to create custom profile like bettersiter has said). If you want just not start attack, activate option in advanced general settings "Don't start fighting".
March 25, 201610 yr Author 1 hour ago, Droidz said: Hello, If you want ignore when your character is attacked you cannot (or you need to create custom profile like bettersiter has said). If you want just not start attack, activate option in advanced general settings "Don't start fighting". When he see mobs he stop... I need that he ran on without stopping and ignoring attacks How can i create this custom profile? mb some1 help whit that?
March 25, 201610 yr Could @Droidz add feature in settings that we can toggle if we want the bot to ignore fighting back? It shouldn't be big job to do. We could then use bot API to toggle fighting back while running to other side of dungeon and back
March 25, 201610 yr Wait next update, to disable detection when player is attacked, use this c# code: wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true; To reactive attack detection: wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = false; (don't forget to reactive it, or restart WRobot if you want use other profile/product) To use this code, you have a lot of ways, the more easy ways is to add this on your profile like this: http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ or you can run this code in tab "Tools" > "Dev... tools" > paste code in textbox and click on button "Run c# code...".
March 25, 201610 yr Just what i was looking for! 9 minutes ago, Droidz said: Wait next update, to disable detection when player is attacked, use this c# code: wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true; To reactive attack detection: wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = false; (don't forget to reactive it, or restart WRobot if you want use other profile/product) To use this code, you have a lot of way, the more easy ways is to add this on your profile like this: http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ or you can run this code in tab "Tools" > "Dev... tools" > paste code in textbox and click on button "Run c# code...".
March 25, 201610 yr Author 3 hours ago, betterSister said: wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true; i copy this code into all my action in profiles... and hi still attack mobs http://http://s019.radikal.ru/i642/1603/3e/60e76dbf05c8.png[/IMG]
March 26, 201610 yr 19 hours ago, Holyganja said: i copy this code into all my action in profiles... and hi still attack mobs http://http://s019.radikal.ru/i642/1603/3e/60e76dbf05c8.png[/IMG] You need to wait next update
Create an account or sign in to comment