- Dołączył
- Grudzień 23, 2009
- Posty
- 578
- Liczba reakcji
- 64
[EK] Port Hope Crocodile -1-2-3
Kod:
<Settings>
<Alerts>
<Player>
<OnScreen>
<PlaySound>no</PlaySound>
<FlashClient>yes</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>
</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>
</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>
<Disconnect>
<PlaySound>yes</PlaySound>
<FlashClient>no</FlashClient>
<PauseBot>no</PauseBot>
</Disconnect>
<Enabled>yes</Enabled>
</Alerts>
<Healer>
<Rules>
<exura-ico>
<HealRange>0 to 85 %</HealRange>
<ManaRange>40 to all</ManaRange>
<HealMethod>Wound Cleansing</HealMethod>
<ExtraCondition>No condition</ExtraCondition>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</exura-ico>
<mana-potion>
<HealRange>40 to 100 %</HealRange>
<ManaRange>0 to 40 %</ManaRange>
<HealMethod>Mana Potion</HealMethod>
<ExtraCondition>No condition</ExtraCondition>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</mana-potion>
<health-potion>
<HealRange>0 to 45 %</HealRange>
<ManaRange>0 to all</ManaRange>
<HealMethod>Health Potion</HealMethod>
<ExtraCondition>No condition</ExtraCondition>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</health-potion>
</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>
<ON>
<Script>if windowcount() < 3 then
setcavebot("no")
settargeting("no")
closewindows()
wait(1000)
openitem(MainBP, "back")
wait(1000,2000)
openitem(GoldBP, MainBP, true)
wait(1000,2000)
resizewindows()
openitem(LootBP, MainBP, true)
wait(1000,2000)
resizewindows()
setcavebot("yes")
settargeting("yes")
setlooting("yes")
end</Script>
<SpamRate>800 to 1000</SpamRate>
<Enabled>yes</Enabled>
</ON>
<Loot>
<Script>if cap < 5 then
setlooting("no")
else
setlooting("yes")
end</Script>
<SpamRate>800 to 1000</SpamRate>
<Enabled>yes</Enabled>
</Loot>
<Reconnect>
<Script>-- cr?ditos BlakW
accountNameIs = ("enter here") -- Account Name
passwordNameIs = ("enter here") -- Password
characterNameIs = ("enter here") -- Character Name
if (connected == false)
then
connect(accountNameIs, passwordNameIs, characterNameIs)
wait(600, 1800)
pausewalking(5000)
setcavebot("no")
wait(300)
settargeting("no")
wait(300)
setlooting("no")
wait(1000)
end</Script>
<SpamRate>800 to 1000</SpamRate>
<Enabled>no</Enabled>
</Reconnect>
<AlertLife>
<Script>if hp < 300 then
playsound("alert.wav")
end</Script>
<SpamRate>800 to 1000</SpamRate>
<Enabled>yes</Enabled>
</AlertLife>
</List>
<Setup>----------------- {APES SCRIPT} 1.0 BY MINDINGO
---- [Alerts]
---------- check on whether this ON
---- [Healer]
---------- Configure for your char
---- [Actions]
---------- ON (always enabled, this start script)
---------- Loot (stop looting if cap < 5)
---------- Reconnect (reconnect after logout) Configure
---------- Alert Life (Triggers the alarm if life < that x) Configure
---- [Looting]
---------- Turn on and off as desired
----* YOU CAN EDIT ACTIONS FOR BETTER RESULTS
-- Backpack (don't use same color)
MainBP = "dragon backpack"
GoldBP = "golden backpack"
LootBP = "camouflage backpack"
DpBP = "camouflage backpack"
LootDpBP = "backpack"
-- Pots
manaPotion = "Mana Potion" -- pot name
healthPotion = "Health Potion" -- pot name
mpAmount = 60 -- Amount mp to buy
hpAmount = 55 -- Amount hp to buy
mpPrice = 50 -- one mp price
hpPrice = 50 -- one hp price
mpMin = 15 -- min mp to go to refil
hpMin = 50 -- min hp to go to refil
-- Cap
minCap = 50</Setup>
<Library>Standard</Library>
<Enabled>yes</Enabled>
</Actions>
<CaveBot>
<Waypoints>
<start>Stand 32632 32740 7</start>
<deposita>Action 32634 32741 7 reachgrounditem("depot");wait(1000,2000);openitem("depot");wait(700,900);openitem(3502, "locker");wait(700,900);openitem(DpBP, "depot chest");wait(700,900);depotdeposit(LootDpBP, "piece of crocodile leather", "crocodile boots", "turtle shell", "tortoise egg", "bunch of winterberries", "crab pincers", "white Pearl")</deposita>
<w067>Stand 32629 32749 7</w067>
<w101>Stand 32632 32739 6</w101>
<w066>Action 32632 32739 6 if not islocation() then;gotolabel("w067");end</w066>
<bank>Action 32632 32739 6 -- Depositar;;wait (800, 1200);depositall();wait (800, 1200);;-- Sacar;;mptobuy = ((mpAmount - itemcount(manaPotion)) * mpPrice) ;if mptobuy < 0 then;mptobuy = 0;end;hptobuy = ((hpAmount - itemcount(healthPotion)) * hpPrice);if hptobuy < 0 then;hptobuy = 0;end;withdraw = mptobuy + hptobuy;if withdraw > 0 then;say("hi");wait (800, 1200);npcsay("withdraw");wait (800, 1200);npcsay(withdraw);wait (800, 1200);npcsay("yes");else;gotolabel("w068");end</bank>
<w068>Use 32630 32742 6</w068>
<w102>Stand 32624 32740 5</w102>
<w069>Action 32624 32740 5 if not islocation() then;gotolabel("w068");end</w069>
<potion>Action 32624 32740 5 settargeting("yes");-- Potion;;opentrade();wait(800,1400);sellflasks();wait(800,1400);;--MP;mptobuy = mpAmount - itemcount(manaPotion);if mptobuy > 0 then;while mptobuy > 100 do;buyitems(manaPotion, 100);mptobuy = mptobuy - 100;end;if mptobuy < 100 and mptobuy > 0 then;buyitems(manaPotion, mptobuy);end;end;;--HP;hptobuy = hpAmount - itemcount(healthPotion);if hptobuy > 0 then;while hptobuy > 100 do;buyitems(healthPotion, 100);hptobuy = hptobuy - 100;end;if hptobuy < 100 and hptobuy > 0 then;buyitems(healthPotion, hptobuy);end;end;wait(800,1400)</potion>
<w000>Stand 32626 32742 5</w000>
<w065>Stand 32625 32749 6</w065>
<hunt>Node 32613 32705 7</hunt>
<w002>Stand 32613 32704 7</w002>
<w003>Shovel 32613 32703 7</w003>
<w004>Stand 32613 32703 7</w004>
<w005>Stand 32612 32710 8</w005>
<w006>Stand 32612 32711 8</w006>
<w007>Node 32593 32710 9</w007>
<w008>Node 32611 32672 9</w008>
<w009>Node 32583 32655 9</w009>
<w010>Stand 32583 32654 9</w010>
<w011>Node 32570 32670 10</w011>
<w012>Node 32532 32707 10</w012>
<w013>Rope 32531 32708 10</w013>
<w014>Node 32536 32725 9</w014>
<w015>Node 32550 32741 9</w015>
<w016>Node 32578 32745 9</w016>
<w017>Node 32578 32730 9</w017>
<w018>Stand 32578 32729 9</w018>
<w019>Stand 32578 32728 9</w019>
<w020>Node 32601 32747 10</w020>
<w021>Node 32620 32757 10</w021>
<w022>Rope 32621 32758 10</w022>
<w023>Node 32602 32732 9</w023>
<w024>Node 32617 32719 9</w024>
<w025>Node 32639 32715 9</w025>
<w026>Stand 32639 32714 9</w026>
<w027>Node 32612 32716 10</w027>
<w028>Node 32585 32703 10</w028>
<w029>Node 32576 32678 10</w029>
<w030>Node 32583 32654 10</w030>
<w031>Rope 32583 32654 10</w031>
<w032>Node 32592 32674 9</w032>
<w033>Node 32537 32728 9</w033>
<w034>Rope 32537 32729 9</w034>
<w035>Node 32571 32702 8</w035>
<w036>Node 32593 32715 8</w036>
<w037>Node 32595 32703 8</w037>
<w038>Node 32609 32670 8</w038>
<w039>Node 32593 32665 8</w039>
<w040>Node 32578 32684 8</w040>
<w041>Stand 32578 32685 8</w041>
<w042>Node 32595 32681 9</w042>
<w043>Node 32612 32709 9</w043>
<w044>Rope 32612 32711 9</w044>
<stop>Stand 32613 32709 8</stop>
<verific>Action 32613 32709 8 if mpMin < itemcount(manaPotion) and hpMin <; itemcount(healthPotion) and cap >; minCap then;gotolabel("hunt");else;settargeting("no");gotolabel("sair");end</verific>
<sair>Rope 32613 32703 8</sair>
<w046>Node 32632 32750 7</w046>
</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>if cavebot enabled</OpenNextBp>
<AutoMount>no</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>
<Piece-of-Crocodile-Leather>
<Id>10279</Id>
<Destination>02</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Piece-of-Crocodile-Leather>
<Crocodile-Boots>
<Id>3556</Id>
<Destination>02</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Crocodile-Boots>
<Turtle-Shell>
<Id>5899</Id>
<Destination>02</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Turtle-Shell>
<Tortoise-Egg>
<Id>5678</Id>
<Destination>02</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Tortoise-Egg>
<Gold-Coin>
<Id>3031</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Gold-Coin>
<Bunch-of-Winterberries>
<Id>11471</Id>
<Destination>02</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Bunch-of-Winterberries>
<Crab-Pincers>
<Id>10272</Id>
<Destination>02</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Crab-Pincers>
<Bloody-Pincers>
<Id>9633</Id>
<Destination>02</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Bloody-Pincers>
<White-Pearl>
<Id>3026</Id>
<Destination>02</Destination>
<AlarmOn>No Alarm</AlarmOn>
</White-Pearl>
</List>
<Condition>Targeting corpses</Condition>
<Style>After melee kill</Style>
<Range>10</Range>
<EatFood>yes</EatFood>
<Enabled>yes</Enabled>
</Looting>
<Targeting>
<Monsters>
<Blood-Crab>
<Categories>-</Categories>
<Danger>2</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>No movement</Stance>
<Avoid>None</Avoid>
<Distance>0</Distance>
<Attack>Attack</Attack>
<ListSpell />
<SpellRate>500 to 1000</SpellRate>
<AttackMode>Chase/Offensive</AttackMode>
</Setting0>
</ListSettings>
<Looting>yes</Looting>
<MustAttackMe>no</MustAttackMe>
<OnlyIfTrapped>no</OnlyIfTrapped>
</Blood-Crab>
<Tortoise>
<Categories>-</Categories>
<Danger>10</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>No movement</Stance>
<Avoid>None</Avoid>
<Distance>0</Distance>
<Attack>Attack</Attack>
<ListSpell />
<SpellRate>500 to 1000</SpellRate>
<AttackMode>Chase/Offensive</AttackMode>
</Setting0>
</ListSettings>
<Looting>yes</Looting>
<MustAttackMe>no</MustAttackMe>
<OnlyIfTrapped>no</OnlyIfTrapped>
</Tortoise>
<Crocodile>
<Categories>-</Categories>
<Danger>1</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>No movement</Stance>
<Avoid>None</Avoid>
<Distance>0</Distance>
<Attack>Attack</Attack>
<ListSpell />
<SpellRate>500 to 1000</SpellRate>
<AttackMode>Chase/Offensive</AttackMode>
</Setting0>
</ListSettings>
<Looting>yes</Looting>
<MustAttackMe>no</MustAttackMe>
<OnlyIfTrapped>no</OnlyIfTrapped>
</Crocodile>
<Carrion-Worm>
<Categories>-</Categories>
<Danger>0</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>No movement</Stance>
<Avoid>None</Avoid>
<Distance>0</Distance>
<Attack>Attack</Attack>
<ListSpell />
<SpellRate>500 to 1000</SpellRate>
<AttackMode>Chase/Offensive</AttackMode>
</Setting0>
</ListSettings>
<Looting>yes</Looting>
<MustAttackMe>no</MustAttackMe>
<OnlyIfTrapped>no</OnlyIfTrapped>
</Carrion-Worm>
<Centipede>
<Categories>-</Categories>
<Danger>0</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>No movement</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>yes</OnlyIfTrapped>
</Centipede>
<Cave-Rat>
<Categories>-</Categories>
<Danger>0</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>No movement</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>yes</OnlyIfTrapped>
</Cave-Rat>
<Slime>
<Categories>-</Categories>
<Danger>0</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>No movement</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>yes</OnlyIfTrapped>
</Slime>
<Swamp-Troll>
<Categories>-</Categories>
<Danger>0</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>No movement</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>yes</OnlyIfTrapped>
</Swamp-Troll>
<Cobra>
<Categories>-</Categories>
<Danger>0</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>No movement</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>yes</OnlyIfTrapped>
</Cobra>
<Crab>
<Categories>-</Categories>
<Danger>0</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>No movement</Stance>
<Avoid>None</Avoid>
<Distance>0</Distance>
<Attack>Attack</Attack>
<ListSpell />
<SpellRate>500 to 1000</SpellRate>
<AttackMode>Chase/Offensive</AttackMode>
</Setting0>
</ListSettings>
<Looting>yes</Looting>
<MustAttackMe>no</MustAttackMe>
<OnlyIfTrapped>no</OnlyIfTrapped>
</Crab>
<Wasp>
<Categories>-</Categories>
<Danger>0</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>No movement</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>yes</OnlyIfTrapped>
</Wasp>
<Spider>
<Categories>-</Categories>
<Danger>0</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>No movement</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>yes</OnlyIfTrapped>
</Spider>
<Bug>
<Categories>-</Categories>
<Danger>0</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>No movement</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>yes</OnlyIfTrapped>
</Bug>
<Bat>
<Categories>-</Categories>
<Danger>0</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>No movement</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>yes</MustAttackMe>
<OnlyIfTrapped>no</OnlyIfTrapped>
</Bat>
</Monsters>
<Settings>
<ListOrder>9</ListOrder>
<Health>7</Health>
<Proximity>3</Proximity>
<Danger>5</Danger>
<PlayerOnScreenSecurity>If cavebotting</PlayerOnScreenSecurity>
<MustBeReachable>yes</MustBeReachable>
<MustBeShootable>no</MustBeShootable>
</Settings>
<Enabled>yes</Enabled>
</Targeting>
<Hud>
<List>
<GeneralInfo>
<Script>null</Script>
<RefreshRate>10000</RefreshRate>
<Enabled>no</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>