xtenshisanx
Community Developer
- Joined
- Dec 4, 2012
- Messages
- 212
- Reaction score
- 1
Guys you could always delete the "#" lines for better readbility.YUP, WAY BETTER Now! :3 btw here is my IB mara:
Code:#Basic Settings FightDistance = 40 PotHealth = 75 PotMana = 40 UseQuicksilverFlask_EnemyDistance = 80 UseQuicksilverFlask = true #AttackFields #Name = undefined #MinManaPercent = 0 #MinLifePercent = 0 #MinEnemyLifePercent = 0 #Mobsarround_Distance = 0 #Mobsarround_Count = 0 #Mobsarround_Target = 0 // 0 -> Main Target / 1 -> Me #EnemyDistance = 0 #MaxCount = 0 // For Raising/Trap Skills -> MaxCount of Minions/Traps #CheckForMobsarround = false #OnlyBosses = false #IsSummon = false #IsTrap = false #IsCurse = false #IsTotem = false #After a Skill you must Set 'CastEnd' then the CR knows a new Skill begins #Examples #//Unlimited Attacks #Name = Fireball #CastEnd #Name = Ice Spear #CastEnd #Name = Spark #CastEnd #//Infernal Blow only when 2 Mobs surround our MainTarget Name = Infernal Blow MinEnemyLifePercent = 10 Mobsarround_Distance = 10 Mobsarround_Count = 2 Mobsarround_Target = 0 CheckForMobsarround = true CastEnd Name = Ground Slam Mobsarround_Distance = 15 Mobsarround_Count = 2 Mobsarround_Target = 0 CheckForMobsarround = True CastEnd #//Crushing Blows #//Normal Infernal Blow Name = Infernal Blow MinEnemyLifePercent = 10 CastEnd Name = Heavy Strike OnlyBosses = true CastEnd #//Dominating Blow #Name = Dominating Blow #MinEnemyLifePercent = 5 #//SummonSkills #Name = Raise Zombie #MinManaPercent = 50 #MaxCount = 5 #IsSummon = True #CastEnd #Name = Raise Spectre #MinManaPercent = 50 #MaxCount = 1 #IsSummon = True #CastEnd #//TrapSkill #Name = Lightning Trap #Mobsarround_Distance = 10 #Mobsarround_Count = 3 #Mobsarround_Target = 0 #MaxCount = 3 #IsTrap = True #CastEnd #//TotemSkill #Name = Decoy Totem #IsTotem = true #MaxCount = 1 #CastEnd #//AOE/Defense AOE #Name = Ice Nova #Mobsarround_Distance = 20 #Mobsarround_Count = 2 #Mobsarround_Target = 1 #CastEnd Name = Default Attack CastEnd
if you forgot a linename just rename your config and start the bot again you get a fresh template with all comments

and thank you for your feedback