December 24, 20178 yr 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
December 24, 20178 yr 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
December 24, 20178 yr Author 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.
Create an account or sign in to comment