Xinum
Never Give Up!
- Joined
- Dec 23, 2009
- Messages
- 578
- Reaction score
- 66
[RP] Yalahar Minotaur ~ Full Afk
Code:
<Settings>
<Alerts>
<Player>
<OnScreen>
<PlaySound>no</PlaySound>
<FlashClient>no</FlashClient>
<PauseBot>no</PauseBot>
<Disconnect>no</Disconnect>
<SafeList>null</SafeList>
</OnScreen>
<Attacking>
<PlaySound>yes</PlaySound>
<FlashClient>yes</FlashClient>
<PauseBot>no</PauseBot>
<Disconnect>no</Disconnect>
<SafeList>null</SafeList>
</Attacking>
<GMOnScreen>
<PlaySound>yes</PlaySound>
<FlashClient>yes</FlashClient>
<PauseBot>yes</PauseBot>
<Disconnect>no</Disconnect>
</GMOnScreen>
</Player>
<Creature />
<Item />
<Message>
<PrivateMessage>
<PlaySound>no</PlaySound>
<FlashClient>no</FlashClient>
<PauseBot>no</PauseBot>
<Disconnect>no</Disconnect>
<SafeList>null</SafeList>
</PrivateMessage>
<Advanced>
<PlaySound>no</PlaySound>
<FlashClient>no</FlashClient>
<PauseBot>no</PauseBot>
<Disconnect>no</Disconnect>
<Screenshot>no</Screenshot>
</Advanced>
<Raid>
<PlaySound>no</PlaySound>
<FlashClient>no</FlashClient>
<PauseBot>no</PauseBot>
<Disconnect>no</Disconnect>
<Warnings>All</Warnings>
</Raid>
<SafeBank>
<PlaySound>yes</PlaySound>
<FlashClient>yes</FlashClient>
<PauseBot>yes</PauseBot>
<CloseTibia>no</CloseTibia>
<Disconnect>yes</Disconnect>
</SafeBank>
<HealCreature>
<PlaySound>yes</PlaySound>
<FlashClient>yes</FlashClient>
<PauseBot>yes</PauseBot>
<CloseTibia>no</CloseTibia>
<Disconnect>yes</Disconnect>
<Screenshot>no</Screenshot>
</HealCreature>
<YourAttack>
<PlaySound>yes</PlaySound>
<FlashClient>yes</FlashClient>
<PauseBot>yes</PauseBot>
<CloseTibia>no</CloseTibia>
<Disconnect>yes</Disconnect>
<Screenshot>no</Screenshot>
<SafeList>null</SafeList>
</YourAttack>
<Unjust>
<PlaySound>yes</PlaySound>
<FlashClient>yes</FlashClient>
<PauseBot>yes</PauseBot>
<CloseTibia>no</CloseTibia>
<Disconnect>yes</Disconnect>
</Unjust>
</Message>
<Capacity>
<Value>100</Value>
<PlaySound>no</PlaySound>
<FlashClient>no</FlashClient>
<PauseBot>no</PauseBot>
<Disconnect>no</Disconnect>
</Capacity>
<StandTime>
<Value>30000</Value>
<PlaySound>no</PlaySound>
<FlashClient>no</FlashClient>
<PauseBot>no</PauseBot>
<Disconnect>no</Disconnect>
</StandTime>
<Stamina>
<Value>841</Value>
<PlaySound>yes</PlaySound>
<FlashClient>yes</FlashClient>
<PauseBot>yes</PauseBot>
<CloseTibia>no</CloseTibia>
<Disconnect>yes</Disconnect>
</Stamina>
<Disconnect>
<PlaySound>no</PlaySound>
<FlashClient>no</FlashClient>
<PauseBot>no</PauseBot>
</Disconnect>
<Enabled>no</Enabled>
</Alerts>
<Healer>
<Rules>
<exura>
<HealRange>66 to 90 %</HealRange>
<ManaRange>20 to all</ManaRange>
<HealMethod>Light Healing</HealMethod>
<ExtraCondition>No condition</ExtraCondition>
<CooldownControl>yes</CooldownControl>
<CheckItem>no</CheckItem>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</exura>
<exrura-gran>
<HealRange>31 to 65 %</HealRange>
<ManaRange>70 to all</ManaRange>
<HealMethod>Intense Healing</HealMethod>
<ExtraCondition>No condition</ExtraCondition>
<CooldownControl>yes</CooldownControl>
<CheckItem>no</CheckItem>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</exrura-gran>
<hp>
<HealRange>0 to 30 %</HealRange>
<ManaRange>0 to all</ManaRange>
<HealMethod>Health Potion</HealMethod>
<ExtraCondition>No condition</ExtraCondition>
<CooldownControl>yes</CooldownControl>
<CheckItem>no</CheckItem>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</hp>
<mp>
<HealRange>0 to 100 %</HealRange>
<ManaRange>0 to 30 %</ManaRange>
<HealMethod>Mana Potion</HealMethod>
<ExtraCondition>No condition</ExtraCondition>
<CooldownControl>yes</CooldownControl>
<CheckItem>no</CheckItem>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</mp>
<paralyze>
<HealRange>0 to all</HealRange>
<ManaRange>20 to all</ManaRange>
<HealMethod>Light Healing</HealMethod>
<ExtraCondition>If paralyzed</ExtraCondition>
<CooldownControl>yes</CooldownControl>
<CheckItem>no</CheckItem>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</paralyze>
</Rules>
<PingCompensation>10</PingCompensation>
<Enabled>yes</Enabled>
</Healer>
<FriendHealer>
<Rules />
<Enabled>no</Enabled>
</FriendHealer>
<Refiller>
<Rules />
<Enabled>no</Enabled>
</Refiller>
<HotKeys>
<List>
<ShowBot>
<Script>showbot()</Script>
<MainKey>66</MainKey>
<ComboKey>Alt</ComboKey>
<Enabled>yes</Enabled>
</ShowBot>
<PauseBot>
<Script>local cavebot = getsettings("Settings/CaveBot/Enabled")
local targeting = getsettings("Settings/Targeting/Enabled")
if cavebot == 'no' or targeting == 'no' then
setcavebot('on')
settargeting('on')
setlooting('on')
else
setcavebot('off')
settargeting('off')
setlooting('off')
end
wait(500)</Script>
<MainKey>19</MainKey>
<ComboKey>None</ComboKey>
<Enabled>yes</Enabled>
</PauseBot>
<ShowClient>
<Script>focusclient()</Script>
<MainKey>84</MainKey>
<ComboKey>Alt</ComboKey>
<Enabled>yes</Enabled>
</ShowClient>
<ShowSettings>
<Script>showsettings()</Script>
<MainKey>83</MainKey>
<ComboKey>Alt</ComboKey>
<Enabled>yes</Enabled>
</ShowSettings>
</List>
<Condition>Client focus required</Condition>
<Enabled>yes</Enabled>
</HotKeys>
<Actions>
<List>
<safebank>
<Script>local msgs = getmessages("NPCs")
local qtd = msgs.count-1
for i=0,qtd do
if msgs[qtd].text:find('There is not enough gold on your account.') then
setcavebot('off')
wait(5000,10000)
closetibia()
end
end</Script>
<SpamRate>800 to 1000</SpamRate>
<Enabled>yes</Enabled>
</safebank>
<OB-Knife>
<Script>if Obk then
if maround(7) == 0 then
skin(5, false)
end
end</Script>
<SpamRate>800 to 1000</SpamRate>
<Enabled>no</Enabled>
</OB-Knife>
<Mount>
<Script>-----------Mount-------------------------------------------------
if Mount then
setsettings("Settings\\CaveBot\\Settings\\AutoMount", "yes")
elseif not Mount then
setsettings("Settings\\CaveBot\\Settings\\AutoMount", "no")
end
</Script>
<SpamRate>800 to 1000</SpamRate>
<Enabled>yes</Enabled>
</Mount>
<vial>
<Script>if (itemcount(284) > 20) or (itemcount(283) > 20) or (itemcount(285) > 20) then
dropitems(285)
dropitems(284)
dropitems(283)
wait (600, 800)
end</Script>
<SpamRate>800 to 1000</SpamRate>
<Enabled>yes</Enabled>
</vial>
</List>
<Setup>-- Customize your Backpacks Settings:
MainBP = "Yellow Backpack" -- Backpack that you use as the main
LootBP = "camouflage Backpack" -- Backpack with items (rares, stackable)
GoldBP = "grey Backpack" -- Backapck with gold
-- Customize Depot Backpack Settings:
MainDPBP = "Expedition Backpack"
StackItems = "Orange Backpack"
LootDPBP = "Golden Backpack"
-- Customize your Supplies Settings:
MPtobuy = 70 -- Amount of wanted Mana Potions
MPname = "mana potion"
MPprice = 85
MPtoleave = 5
HPname = "health potion"
HPprice = 50
HPtoleave = 2
HPtobuy = 10
Spearname = "royal spear"
Spearprice = 15
Speartoleave = 3
Speartobuy = 15
Floor_3 = true -- Recommended level 40+
Mount = true
Obk = false</Setup>
<Enabled>yes</Enabled>
</Actions>
<CaveBot>
<Waypoints>
<w058>Action 32786 31248 6 if not islocation() then; gotolabel('start');end</w058>
<resp>Stand 32740 31310 7</resp>
<w001>Stand 32745 31310 7</w001>
<w002>Action 32745 31310 7 wait(300)</w002>
<w003>Stand 32745 31309 7</w003>
<w004>Stand 32744 31307 8</w004>
<w005>Stand 32745 31310 8</w005>
<w006>Action 32745 31310 8 wait(300)</w006>
<w008>Stand 32746 31312 7</w008>
<w009>Action 32746 31312 7</w009>
<w007>Stand 32745 31309 8</w007>
<w010>Stand 32746 31312 7</w010>
<w011>Action 32746 31312 7 wait(300)</w011>
<w012>Stand 32745 31312 7</w012>
<w013>Stand 32747 31315 6</w013>
<w014>Stand 32746 31315 6</w014>
<w015>Action 32746 31315 6 wait(300)</w015>
<w016>Stand 32745 31315 6</w016>
<w017>Stand 32746 31318 5</w017>
<w018>Stand 32744 31315 5</w018>
<w019>Action 32744 31315 5 wait(300)</w019>
<w020>Stand 32745 31315 5</w020>
<w021>Stand 32747 31323 6</w021>
<w022>Stand 32745 31334 6</w022>
<w023>Stand 32740 31341 6</w023>
<check1>Action 32790 31235 7 if itemcount(MPname) > MPtoleave and (itemcount(Spearname) + weaponamount) > Speartoleave then;gotolabel('w110');else;gotolabel('Ignore_floor_3');end</check1>
<w110>Action 32783 31252 7 if (Floor_3) then return;else;gotolabel('Ignore_floor_3');end</w110>
<floor_3>Stand 32735 31341 6</floor_3>
<w024>Action 32735 31341 6 wait(300)</w024>
<w025>Stand 32734 31341 6</w025>
<w026>Stand 32730 31342 5</w026>
<w027>Stand 32727 31334 5</w027>
<w028>Stand 32728 31323 5</w028>
<w029>Stand 32725 31320 5</w029>
<w030>Action 32725 31320 5 wait(300)</w030>
<w031>Stand 32725 31321 5</w031>
<w032>Stand 32727 31327 6</w032>
<w033>Stand 32727 31333 6</w033>
<w034>Stand 32730 31314 6</w034>
<w035>Stand 32728 31314 6</w035>
<w036>Action 32728 31314 6 wait(300)</w036>
<w037>Stand 32728 31315 6</w037>
<Ignore_floor_3>Stand 32734 31343 6</Ignore_floor_3>
<w038>Stand 32729 31344 6</w038>
<w048>Action 32729 31344 6 wait(300)</w048>
<w049>Stand 32730 31344 6</w049>
<terreo>Stand 32729 31321 7</terreo>
<w039>Stand 32725 31320 7</w039>
<w040>Action 32725 31320 7 wait(300)</w040>
<w041>Stand 32725 31321 7</w041>
<w042>Stand 32724 31319 8</w042>
<w043>Stand 32725 31322 8</w043>
<w044>Action 32725 31322 8 wait(300)</w044>
<w045>Stand 32725 31321 8</w045>
<w046>Stand 32732 31316 7</w046>
<w047>Stand 32740 31311 7</w047>
<w050>Stand 32740 31309 7</w050>
<checksuply>Action 32740 31309 7 if itemcount(MPname) > MPtoleave and (itemcount(Spearname) + weaponamount) > Speartoleave then;gotolabel('resp');else;gotolabel('depo');end;</checksuply>
<depo>Stand 32740 31309 7</depo>
<w000>Stand 32739 31308 7</w000>
<w051>Action 32739 31308 7 wait (300)</w051>
<w052>Stand 32739 31307 7</w052>
<w053>Stand 32739 31305 6</w053>
<w054>Stand 32732 31301 7</w054>
<w055>Stand 32726 31295 7</w055>
<w056>Stand 32735 31278 7</w056>
<w057>Stand 32740 31264 7</w057>
<GateBack>Stand 32747 31256 7</GateBack>
<w059>Stand 32748 31256 7</w059>
<w060>Stand 32750 31256 6</w060>
<w061>Stand 32750 31256 6</w061>
<w062>Stand 32755 31251 5</w062>
<w063>Stand 32760 31251 5</w063>
<w064>Stand 32761 31251 5</w064>
<w065>Stand 32763 31251 6</w065>
<w066>Stand 32767 31250 7</w066>
<start>Stand 32782 31249 7</start>
<bps2>Action 32782 31249 7 setsettings("Settings\\CaveBot\\Settings\\OpenNextBp", "no");wait(1000);closewindows();openitem(MainBP, 'back');wait(500, 1000);resizewindows() ;wait(500, 1000);openitem(LootBP, MainBP, true);wait(500, 1000);resizewindows();wait(500, 1000)</bps2>
<w068>Action 32782 31249 7 if windowcount () < 2 then gotolabel ('bps2');end;</w068>
<w067>Stand 32784 31247 7</w067>
<w069>Action 32784 31247 7 reachgrounditem("depot");while (windowcount("Locker") ==0) do ; openitem("depot"); wait(700,900);end;;while (windowcount("Depot Chest") == 0) do; openitem(3502, "locker"); wait(800,1000);end;; openitem(MainDPBP, "Depot Chest", false); wait(800,1000);;for i=1,2 do;wait(500);depotdeposit(StackItems, "minotaur leather", 'purple robe', 'minotaur horn', 'piece of warrior armor', 'broken crossbow', 'piece of archer armor');wait(500,1000);depotdeposit(LootDPBP, "wand of cosmic energy", 'taurus mace', 'minotaur trophy');wait(1000);openitem(LootBP, LootBP, false);wait(1500);end;</w069>
<w070>Stand 32783 31249 7</w070>
<go1>Stand 32788 31249 7</go1>
<w071>Stand 32801 31250 7</w071>
<w072>Stand 32812 31254 7</w072>
<w073>Stand 32824 31249 7</w073>
<w074>Action 32824 31249 7 if not islocation() then; gotolabel('go1');end</w074>
<w075>Stand 32824 31249 7</w075>
<w076>Action 32824 31249 7 local mana = positive(MPtobuy - itemcount(MPname)) * MPprice;local health = positive(HPtobuy - itemcount(HPname)) * HPprice;local spear = positive(Speartobuy - weaponamount) * Spearprice;local Total = mana + health + spear + 500;;wait(1000,1500);say('hi');wait(400,500);npcsay("Deposit all");wait(300,400);npcsay("yes");wait(200,400); ;if Total > 0 then; npcsay("withdraw "..Total); wait(200,300); npcsay("yes"); wait(400,500); npcsay("withdraw 1000"); wait(400,500); npcsay("yes"); wait(400,500); npcsay("balance");end;</w076>
<w077>Stand 32824 31249 7</w077>
<mana>Stand 32830 31245 7</mana>
<go2>Stand 32797 31232 7</go2>
<w078>Stand 32790 31238 7</w078>
<w081>Stand 32790 31238 7</w081>
<w082>Stand 32790 31239 7</w082>
<w083>Stand 32789 31239 6</w083>
<w080>Action 32789 31238 5 if not islocation() then; gotolabel('mana');end</w080>
<w084>Action 32789 31238 5 say ('hi');wait (500, 800);sellflasks();wait(500,900);opentrade();wait(500, 1000);if itemcount(HPname) < HPtobuy then;buyitemsupto(HPname, HPtobuy);end;wait(500,1000);buyitemsupto(MPname, MPtobuy);npcsay('Bye');wait(500,1000)</w084>
<Spears>Stand 32790 31238 5</Spears>
<w086>Stand 32790 31239 5</w086>
<w087>Stand 32789 31239 4</w087>
<w088>Stand 32790 31238 3</w088>
<w085>Action 32790 31238 3 if not islocation() then;gotolabel('Spears');end</w085>
<w089>Action 32790 31238 3 local Spear1 = Speartobuy - weaponamount;;reachcreature('Vincent');wait(1200, 1500);;say('hi');wait (1500, 2000);npcsay('trade');wait(1200, 1500);;buyitems(Spearname, Spear1);wait(1200, 1500)</w089>
<Spear2>Stand 32789 31238 3</Spear2>
<w079>Stand 32789 31238 3</w079>
<w090>Stand 32789 31239 3</w090>
<w111>Stand 32790 31239 4</w111>
<w112>Stand 32789 31239 5</w112>
<w113>Stand 32790 31239 6</w113>
<w109>Action 32790 31240 7 if not islocation() then;gotolabel('Spear2');end</w109>
<mana2>Stand 32789 31239 5</mana2>
<w093>Stand 32790 31239 6</w093>
<w092>Stand 32789 31233 7</w092>
<w095>Action 32789 31233 7 if not islocation() then; gotolabel('mana2');end</w095>
<Gate>Stand 32785 31232 7</Gate>
<w096>Stand 32767 31250 7</w096>
<w097>Stand 32764 31250 7</w097>
<w098>Stand 32763 31251 7</w098>
<w099>Stand 32761 31251 6</w099>
<w100>Stand 32750 31256 5</w100>
<w101>Stand 32748 31256 6</w101>
<w102>Stand 32738 31267 7</w102>
<w103>Stand 32730 31282 7</w103>
<w104>Stand 32731 31300 7</w104>
<w105>Stand 32739 31303 7</w105>
<bps3>Action 32739 31303 7 closewindows();openitem(MainBP, 'back');wait(500, 1000);resizewindows() ;wait(500, 1000);openitem(GoldBP, MainBP, true);wait(500, 1000);resizewindows();wait(500, 1000);openitem(LootBP, MainBP, true);wait(500, 1000);resizewindows();wait(500, 1000)</bps3>
<w106>Action 32739 31303 7 if windowcount () < 3 then gotolabel ('bps3');end</w106>
<w107>Stand 32739 31304 7</w107>
<w108>Stand 32739 31307 6</w108>
<w094>Action 32739 31300 6 if not islocation() then; gotolabel('resp');end</w094>
</Waypoints>
<Pathfinding>
<SpecialAreas />
<WalkThroughPlayers>no</WalkThroughPlayers>
<WalkingMethod>Map Clicks</WalkingMethod>
<MapWalkDistance>20 to 50</MapWalkDistance>
<WalkableIds>140;404;831;832;833;834;883;2118;2119;2120;2121;2122;2123;2124;2125;2126;2127;2131;2132;2133;2134;2135;2314;2315;2316;2319;2346;2347;2348;2349;2350;2351;2352;2353;2354;2355;2356;2357;2358;2359;2360;2361;2362;2363;2364;2365;2366;2367;2368;2369;2370;2371;2372;2373;2374;2375;2376;2377;2378;2379;2380;2381;2382;2383;2384;2385;2418;2419;2420;2421;2422;2423;2424;2425;2426;2431;2432;2433;2434;2441;2442;2443;2444;2469;2471;2472;2473;2478;2480;2481;2482;2483;2484;2485;2486;2519;2523;2775;2776;2777;2778;2779;2780;2781;2782;2783;2784;2785;2786;2787;2788;2789;2790;2791;2792;2793;2794;2795;2796;2797;2798;2799;2800;2801;2802;2803;2804;2805;2806;2807;2808;2809;2810;2811;2812;2981;2983;2982;2984;2985;2987;2988;3503;3504;3514;3807;5086;5087;5088;6114;6115;6355;6356;6357;6358;6359;6360;6361;6362;6371;6372;7864;8455;8763;9061;9062;10207;10209;10216;10286;10287;10288;11009;11800;11801;11802;11803;11804;11805;11806;11807;11808;11809;11810</WalkableIds>
</Pathfinding>
<Settings>
<Rope>3003</Rope>
<Shovel>3457</Shovel>
<Pick>3456</Pick>
<Machete>3308</Machete>
<NodeRange>4</NodeRange>
<Priority>Target</Priority>
<OpenNextBp>no</OpenNextBp>
<AutoMount>yes</AutoMount>
<Anti-idle>no</Anti-idle>
<EatFood>yes</EatFood>
<FoodToEat>3725;3587;3600;3595;3589;3598;8014;3583;3606;3578;3592;3582;3577;3593;3586;3585;3581;3723</FoodToEat>
<PauseOnDeath>yes</PauseOnDeath>
</Settings>
<Enabled>yes</Enabled>
</CaveBot>
<Looting>
<List>
<gold-coin>
<Id>3031</Id>
<Destination>1</Destination>
<AlarmOn>No Alarm</AlarmOn>
</gold-coin>
<minotaur-leather>
<Id>5878</Id>
<Destination>2</Destination>
<AlarmOn>No Alarm</AlarmOn>
</minotaur-leather>
<minotaur-horn>
<Id>11472</Id>
<Destination>2</Destination>
<AlarmOn>No Alarm</AlarmOn>
</minotaur-horn>
<broken-crossbow>
<Id>11451</Id>
<Destination>2</Destination>
<AlarmOn>No Alarm</AlarmOn>
</broken-crossbow>
<piece-of-archer-armor>
<Id>11483</Id>
<Destination>2</Destination>
<AlarmOn>No Alarm</AlarmOn>
</piece-of-archer-armor>
<minotaur-trophy>
<Id>7401</Id>
<Destination>2</Destination>
<AlarmOn>No Alarm</AlarmOn>
</minotaur-trophy>
<piece-of-warrior-armor>
<Id>11482</Id>
<Destination>2</Destination>
<AlarmOn>No Alarm</AlarmOn>
</piece-of-warrior-armor>
<wand-of-cosmic-energy>
<Id>3073</Id>
<Destination>2</Destination>
<AlarmOn>No Alarm</AlarmOn>
</wand-of-cosmic-energy>
<taurus-mace>
<Id>7425</Id>
<Destination>2</Destination>
<AlarmOn>No Alarm</AlarmOn>
</taurus-mace>
</List>
<Condition>Corpses with listed items</Condition>
<Style>After all dead</Style>
<OpenBodyTime>100</OpenBodyTime>
<Range>10</Range>
<EatFood>yes</EatFood>
<Enabled>yes</Enabled>
</Looting>
<Targeting>
<Monsters>
<minotaur-archer>
<Categories>-</Categories>
<Danger>3</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>Keep Away</Stance>
<Avoid>None</Avoid>
<Distance>3</Distance>
<Attack>Attack</Attack>
<ListSpell />
<SpellRate>500 to 1000</SpellRate>
<AttackMode>No Change</AttackMode>
</Setting0>
</ListSettings>
<Looting>yes</Looting>
<MustAttackMe>no</MustAttackMe>
<OnlyIfTrapped>no</OnlyIfTrapped>
</minotaur-archer>
<minotaur-guard>
<Categories>-</Categories>
<Danger>5</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>Keep Away</Stance>
<Avoid>None</Avoid>
<Distance>2</Distance>
<Attack>Attack</Attack>
<ListSpell />
<SpellRate>500 to 1000</SpellRate>
<AttackMode>No Change</AttackMode>
</Setting0>
</ListSettings>
<Looting>yes</Looting>
<MustAttackMe>no</MustAttackMe>
<OnlyIfTrapped>no</OnlyIfTrapped>
</minotaur-guard>
<minotaur-mage>
<Categories>-</Categories>
<Danger>10</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>Keep Away</Stance>
<Avoid>None</Avoid>
<Distance>3</Distance>
<Attack>Attack</Attack>
<ListSpell />
<SpellRate>500 to 1000</SpellRate>
<AttackMode>No Change</AttackMode>
</Setting0>
</ListSettings>
<Looting>yes</Looting>
<MustAttackMe>no</MustAttackMe>
<OnlyIfTrapped>no</OnlyIfTrapped>
</minotaur-mage>
<minotaur>
<Categories>-</Categories>
<Danger>1</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>Reach</Stance>
<Avoid>None</Avoid>
<Distance>0</Distance>
<Attack>Attack</Attack>
<ListSpell />
<SpellRate>500 to 1000</SpellRate>
<AttackMode>No Change</AttackMode>
</Setting0>
</ListSettings>
<Looting>yes</Looting>
<MustAttackMe>no</MustAttackMe>
<OnlyIfTrapped>no</OnlyIfTrapped>
</minotaur>
<all>
<Categories>-</Categories>
<Danger>0</Danger>
<ListSettings>
<Setting0>
<Count>3+</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>Keep Away</Stance>
<Avoid>None</Avoid>
<Distance>3</Distance>
<Attack>Attack</Attack>
<ListSpell>
<Spell0>Ethereal Spear</Spell0>
</ListSpell>
<SpellRate>500 to 1000</SpellRate>
<AttackMode>No Change</AttackMode>
</Setting0>
</ListSettings>
<Looting>yes</Looting>
<MustAttackMe>no</MustAttackMe>
<OnlyIfTrapped>yes</OnlyIfTrapped>
</all>
</Monsters>
<Settings>
<ListOrder>7</ListOrder>
<Health>9</Health>
<Proximity>3</Proximity>
<Danger>5</Danger>
<PlayerOnScreenSecurity>If cavebotting</PlayerOnScreenSecurity>
<CooldownControl>yes</CooldownControl>
<CheckItem>no</CheckItem>
<MustBeReachable>yes</MustBeReachable>
<MustBeShootable>no</MustBeShootable>
</Settings>
<Enabled>yes</Enabled>
</Targeting>
<Hud>
<List>
<GeneralInfo>
<Script>setsize(100,100)
setfontcolor("white")
addtext(name,10,30)
addtext("LvL :", 150,30)
addtext(level, 180,30)
addtext("Next LvL :", 150,45)
addtext(exptolevel(), 210,45)
addtext("Pos X : ", 10,45)
addtext(posx, 54,45)
addtext("Pos Y : ", 10,60)
addtext(posy, 54,60)
addtext("Pos Z : ", 10,75)
addtext(posz, 54,75)</Script>
<RefreshRate>1000</RefreshRate>
<Enabled>yes</Enabled>
</GeneralInfo>
</List>
<Show>If focused</Show>
<Enabled>no</Enabled>
</Hud>
<Input>
<Keyboard>
<Mode>Simulate</Mode>
<StuckCtrlShift>If cavebot on, release after 1 sec</StuckCtrlShift>
<TypingStyle>Keyboard keys</TypingStyle>
<PressWaitTime>45 to 65</PressWaitTime>
</Keyboard>
<Mouse>
<Mode>Simulate</Mode>
<Scroll>Use mouse wheel</Scroll>
<MoveSpeed>Instantaneous</MoveSpeed>
<ClickWaitTime>30 to 50</ClickWaitTime>
</Mouse>
<OpenMenuPolicy>Confirm if cavebotting</OpenMenuPolicy>
<Enabled>yes</Enabled>
</Input>
</Settings>