thakane 7 Posted December 24, 2017 Share Posted December 24, 2017 How to edit my bot, to run away from Elite Mobs? Everytime my Bot dying from overpowered Elitemobs. but my Bot need to go this waypoint to pass the way, but my bot is attacking this mob because it took damage from Mob I need something special for elite mobs, not for normal mobs Link to comment https://wrobot.eu/forums/topic/8091-running-away-from-elite-mobs/ Share on other sites More sharing options...
Matenia 628 Posted December 24, 2017 Share Posted December 24, 2017 while(Conditions.InGameAndConnectedAndProductStartedNotInPause) { if(ObjectManager.Target.IsElite) { Conditions.ForceIgnoreIsAttacked = true; Fight.StopFight(); Lua.LuaDoString("ClearTarget();"); } if(ObjectManager.Me.InCombatFlagOnly) { Conditions.ForceIgnoreIsAttacked = false; } Thread.Sleep(500); } that code should work if you have the correct inputs and run it in a plugin or fightclass Link to comment https://wrobot.eu/forums/topic/8091-running-away-from-elite-mobs/#findComment-37018 Share on other sites More sharing options...
thakane 7 Posted December 24, 2017 Author Share Posted December 24, 2017 i didnt find a tutorial how to create a plugin, if i try to reedit a exists plugin i become an error if i start it. Link to comment https://wrobot.eu/forums/topic/8091-running-away-from-elite-mobs/#findComment-37021 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