Xinum
Never Give Up!
- Joined
- Dec 23, 2009
- Messages
- 578
- Reaction score
- 66
[RP] Yalahar Magicians ~ 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>yes</Enabled>
</Alerts>
<Healer>
<Rules>
<Exura>
<HealRange>70 to 85 %</HealRange>
<ManaRange>0 to 100 %</ManaRange>
<HealMethod>Light Healing</HealMethod>
<ExtraCondition>No condition</ExtraCondition>
<CooldownControl>yes</CooldownControl>
<CheckItem>no</CheckItem>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</Exura>
<Exura-Gran>
<HealRange>50 to 69 %</HealRange>
<ManaRange>0 to 100 %</ManaRange>
<HealMethod>Intense Healing</HealMethod>
<ExtraCondition>No condition</ExtraCondition>
<CooldownControl>yes</CooldownControl>
<CheckItem>no</CheckItem>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</Exura-Gran>
<Exura-San>
<HealRange>0 to 55 %</HealRange>
<ManaRange>0 to 100 %</ManaRange>
<HealMethod>Divine Healing</HealMethod>
<ExtraCondition>No condition</ExtraCondition>
<CooldownControl>yes</CooldownControl>
<CheckItem>no</CheckItem>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</Exura-San>
<MP>
<HealRange>0 to 100 %</HealRange>
<ManaRange>0 to 250</ManaRange>
<HealMethod>Mana Potion</HealMethod>
<ExtraCondition>No condition</ExtraCondition>
<CooldownControl>yes</CooldownControl>
<CheckItem>no</CheckItem>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</MP>
</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>
<Script-Made-By-Gallagher-Scripts>
<Script>----------------------gggggggggggggggggg------------------------
----------------------gggggggggggggggggg------------------------
----------------------gggggggggggggggggg------------------------
----------------------ggggg-------------------------------------
----------------------ggggg-------------------------------------
----------------------ggggg-------------------------------------
----------------------ggggg-------gggggg------------------------
----------------------ggggg---------gggg------------------------
----------------------ggggg---------gggg------------------------
----------------------gggggggggggggggggg------------------------
----------------------gggggggggggggggggg------------------------
----------------------gggggggggggggggggg------------------------
----------------------------------------------------------------
----------------------Gallagher-Scripts-------------------------
|
BEFORE LOADING OUR SCRIPTS, PLEASE READ CAREFULLY FOR A BETTER |
BOT EXPERIENCE! |
|
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Do you have any question? Post it here! http://bit.ly/U7WluJ +
+ Have you found any bug? Report it here! http://bit.ly/U7WluJ +
+ Visit our homepage: http://bit.ly/U7WluJ +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++</Script>
<SpamRate>800 to 1000</SpamRate>
<Enabled>no</Enabled>
</Script-Made-By-Gallagher-Scripts>
<Close-tibia-if-Dead>
<Script>local ListTempleNpcs = {"Alia", "Tyrias", "Brewster", "Rahkem", "Kasmir", "Amanda", "Isimov", "Yberius", "Maealil", "Quentin", "Lynda", "Lorietta", "Prezil", "Kjesse", "Asralius"}
if ((pzone) and (maround(7, unpack(ListTempleNpcs)) >= 1))
then
wait(500)
closetibia()
end</Script>
<SpamRate>800 to 1000</SpamRate>
<Enabled>yes</Enabled>
</Close-tibia-if-Dead>
<SS-If-Dead>
<Script>local printscreen = true
if hppc == 0 then
if (printscreen == true) then
screenshot()
end
printscreen = false
else
printscreen = true
end</Script>
<SpamRate>800 to 1000</SpamRate>
<Enabled>yes</Enabled>
</SS-If-Dead>
<Safe-Bank>
<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")
settargeting("off")
setsettings("Settings\\Alerts\\Disconnect\\PlaySound", "no")
setsettings("Settings\\Actions\\List\\Auto Reconnect\\Enabled", "no")
wait(5000,10000)
closetibia()
end
end</Script>
<SpamRate>800 to 1000</SpamRate>
<Enabled>yes</Enabled>
</Safe-Bank>
</List>
<Setup>-- Backpack Settings --
MainBP = "beach Backpack"
GoldBP = "yellow Backpack"
LootBP = "golden Backpack"
MainDPBP = "fur Backpack"
LootDPBP = "camouflage Backpack"
StackableDPBP = "brocade Backpack"
-- Potions Settings --
MPtype = "mana potion"
MPmax = 75
MPmin = 30
MPprice = 50
-- Distance Settings --
SpearType = "royal spear"
SpearMax = 26
SpearMin = 13
SpearPrice = 15
-- Hunt Settings --
CapToLeave = 0</Setup>
<Enabled>yes</Enabled>
</Actions>
<CaveBot>
<Waypoints>
<w000>Stand 32777 31244 7</w000>
<Depositer>Action 32777 31244 7 -- Dp Depositer.;closewindows();wait(500, 1000);openitem(MainBP, 'back');wait(500, 1000);resizewindows() ;wait(500, 1000);openitem(LootBP, MainBP, true);wait(500, 1000);resizewindows() ;reachgrounditem("depot");wait(1000,2000);openitem("depot");wait(700,900);openitem(3502, "locker");wait(700,900);openitem(MainDPBP, "depot chest");wait(700,900);depotdeposit(StackableDPBP, "life crystal", "Health Potion", "Mastermind Potion");wait(700,900);depotdeposit(LootDPBP, "Reins", "Wand Of Dragonbreath", "necrotic rod", "Small enchanted Amethyst")</Depositer>
<w001>Stand 32788 31249 7</w001>
<w002>Stand 32810 31254 7</w002>
<w003>Stand 32829 31254 7</w003>
<w004>Stand 32824 31249 7</w004>
<Bank>Action 32824 31249 7 local SpearMoney = positive(SpearMax - weaponamount) * SpearPrice;local ManaMoney = positive(MPmax - itemcount(MPtype)) * MPprice;local All = SpearMoney + ManaMoney;;depositall();npcsay("withdraw "..All) wait(1000);npcsay("yes") wait(1000)</Bank>
<w005>Stand 32829 31244 7</w005>
<w006>Stand 32813 31234 7</w006>
<w007>Stand 32790 31238 7</w007>
<w008>Stand 32790 31239 7</w008>
<w009>Stand 32789 31240 6</w009>
<w010>Stand 32789 31239 6</w010>
<w012>Stand 32789 31238 5</w012>
<w011>Action 32789 31238 5 wait(1000);say("hi");wait(1000);npcsay("trade");wait(1000);sellflasks();buyitemsupto(MPtype,MPmax)</w011>
<w013>Stand 32790 31238 5</w013>
<w014>Stand 32790 31239 5</w014>
<w015>Stand 32789 31240 4</w015>
<w016>Stand 32789 31239 4</w016>
<w017>Stand 32789 31238 3</w017>
<w018>Stand 32790 31238 3</w018>
<w019>Action 32790 31238 3 local SpearToBuy = SpearMax - weaponamount;;opentrade();buyitemsupto(SpearType, SpearToBuy) wait(1000);npcsay("bye") wait(600)</w019>
<w020>Stand 32789 31238 3</w020>
<w021>Stand 32789 31239 3</w021>
<w022>Stand 32790 31240 4</w022>
<w023>Stand 32790 31239 4</w023>
<w024>Stand 32789 31240 5</w024>
<w025>Stand 32789 31239 5</w025>
<w026>Stand 32790 31240 6</w026>
<w027>Stand 32790 31239 6</w027>
<w028>Stand 32790 31235 7</w028>
<w029>Stand 32805 31230 7</w029>
<w030>Stand 32818 31219 7</w030>
<w048>Action 32777 31244 7 closewindows();wait(500, 1000);openitem(MainBP, 'back');wait(500, 1000);resizewindows();wait(500, 1000);resizewindows();openitem(LootBP, MainBP, true);wait(500, 1000);resizewindows();openitem(GoldBP, MainBP, true);wait(500, 1000);resizewindows()</w048>
<w031>Stand 32828 31200 7</w031>
<w032>Stand 32837 31182 7</w032>
<w033>Stand 32836 31162 7</w033>
<w034>Stand 32835 31157 7</w034>
<w035>Stand 32835 31156 7</w035>
<w036>Stand 32835 31155 7</w036>
<w037>Stand 32835 31153 6</w037>
<w038>Stand 32835 31152 5</w038>
<w039>Stand 32835 31146 5</w039>
<w040>Stand 32835 31145 5</w040>
<w041>Stand 32835 31143 6</w041>
<w042>Stand 32835 31142 7</w042>
<w043>Stand 32845 31122 7</w043>
<w044>Stand 32861 31129 7</w044>
<w045>Stand 32861 31130 7</w045>
<w046>Stand 32861 31132 6</w046>
<w047>Stand 32861 31133 6</w047>
<Start>Stand 32853 31137 7</Start>
<w049>Stand 32851 31137 7</w049>
<w050>Stand 32850 31137 7</w050>
<w051>Stand 32848 31137 6</w051>
<w052>Stand 32846 31137 5</w052>
<w053>Stand 32845 31137 4</w053>
<w054>Stand 32845 31136 4</w054>
<w055>Stand 32849 31129 3</w055>
<w056>Stand 32849 31130 3</w056>
<w057>Stand 32848 31132 4</w057>
<w058>Stand 32848 31131 4</w058>
<w059>Stand 32847 31132 5</w059>
<w060>Stand 32847 31131 5</w060>
<w061>Stand 32848 31131 7</w061>
<w062>Stand 32849 31134 6</w062>
<w063>Stand 32847 31132 6</w063>
<w064>Stand 32847 31131 6</w064>
<w065>Stand 32848 31132 5</w065>
<w066>Stand 32848 31131 5</w066>
<w067>Stand 32850 31129 4</w067>
<w068>Stand 32849 31131 4</w068>
<w069>Stand 32849 31130 4</w069>
<w070>Stand 32849 31129 3</w070>
<w071>Stand 32845 31135 3</w071>
<w072>Stand 32845 31136 3</w072>
<w073>Stand 32846 31137 4</w073>
<w074>Stand 32848 31137 5</w074>
<w075>Stand 32850 31137 6</w075>
<w076>Stand 32851 31137 7</w076>
<w077>Stand 32862 31146 7</w077>
<w078>Stand 32859 31149 7</w078>
<w079>Stand 32858 31149 7</w079>
<w080>Stand 32856 31149 6</w080>
<w081>Stand 32854 31149 5</w081>
<w082>Stand 32853 31148 4</w082>
<w083>Stand 32855 31144 3</w083>
<w084>Stand 32855 31143 3</w084>
<w085>Stand 32856 31144 4</w085>
<w086>Stand 32856 31143 4</w086>
<w087>Stand 32855 31144 5</w087>
<w088>Stand 32855 31143 5</w088>
<w089>Stand 32855 31144 6</w089>
<w090>Stand 32858 31144 6</w090>
<w091>Stand 32855 31144 6</w091>
<w092>Stand 32855 31143 6</w092>
<w093>Stand 32856 31144 5</w093>
<w094>Stand 32856 31143 5</w094>
<w095>Stand 32855 31142 4</w095>
<w096>Stand 32855 31143 4</w096>
<w097>Stand 32855 31142 3</w097>
<w098>Stand 32853 31147 3</w098>
<w099>Stand 32853 31148 3</w099>
<w100>Stand 32853 31149 4</w100>
<w101>Stand 32854 31149 4</w101>
<w102>Stand 32856 31149 5</w102>
<w103>Stand 32858 31149 6</w103>
<w104>Stand 32859 31149 7</w104>
<w105>Stand 32874 31152 7</w105>
<w106>Stand 32875 31157 7</w106>
<w107>Stand 32874 31158 7</w107>
<w108>Stand 32874 31157 7</w108>
<w109>Stand 32874 31155 6</w109>
<w110>Stand 32874 31153 5</w110>
<w111>Stand 32874 31151 4</w111>
<w112>Stand 32874 31150 3</w112>
<w113>Stand 32870 31155 3</w113>
<w114>Stand 32868 31147 3</w114>
<w115>Stand 32867 31147 3</w115>
<w116>Stand 32867 31148 4</w116>
<w117>Stand 32868 31157 4</w117>
<w118>Stand 32868 31158 4</w118>
<w119>Stand 32868 31159 4</w119>
<w120>Stand 32868 31160 5</w120>
<w121>Stand 32867 31148 5</w121>
<w122>Stand 32867 31147 5</w122>
<w123>Stand 32867 31148 6</w123>
<w124>Stand 32865 31147 6</w124>
<w125>Stand 32867 31148 6</w125>
<w126>Stand 32867 31147 6</w126>
<w127>Stand 32869 31149 5</w127>
<w128>Stand 32868 31158 5</w128>
<w129>Stand 32868 31159 5</w129>
<w130>Stand 32868 31158 4</w130>
<w131>Stand 32867 31150 4</w131>
<w132>Stand 32867 31148 4</w132>
<w133>Stand 32867 31147 4</w133>
<w134>Stand 32874 31150 3</w134>
<w135>Stand 32874 31151 3</w135>
<w136>Stand 32874 31153 4</w136>
<w137>Stand 32874 31155 5</w137>
<w138>Stand 32874 31157 6</w138>
<w139>Stand 32874 31152 7</w139>
<w140>Stand 32862 31146 7</w140>
<w141>Stand 32861 31134 7</w141>
<Check>Action 32861 31134 7 if weaponamount <= SpearMin or itemcount(MPtype) <= MPmin or cap <= CapToLeave then;gotolabel("Leave");else;gotolabel("Start");end</Check>
<Leave>Stand 32861 31133 7</Leave>
<w143>Stand 32861 31132 6</w143>
<w144>Stand 32861 31131 6</w144>
<w145>Stand 32861 31129 7</w145>
<w146>Stand 32844 31121 7</w146>
<w147>Stand 32836 31133 7</w147>
<w148>Stand 32834 31141 7</w148>
<w149>Stand 32834 31142 7</w149>
<w150>Stand 32834 31143 7</w150>
<w151>Stand 32834 31145 6</w151>
<w152>Stand 32834 31146 5</w152>
<w153>Stand 32834 31152 5</w153>
<w154>Stand 32834 31153 5</w154>
<w155>Stand 32834 31155 6</w155>
<w156>Stand 32834 31156 7</w156>
<w157>Stand 32844 31173 7</w157>
<w158>Stand 32829 31186 7</w158>
<w159>Stand 32825 31209 7</w159>
<w160>Stand 32817 31220 7</w160>
<w161>Stand 32802 31234 7</w161>
<w162>Stand 32794 31247 7</w162>
<w163>Stand 32783 31247 7</w163>
</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>
<Gold-Coin>
<Id>3031</Id>
<Destination>02</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Gold-Coin>
<Reins>
<Id>12308</Id>
<Destination>00</Destination>
<AlarmOn>Loot announced</AlarmOn>
</Reins>
<Wand-Of-Dragonbreath>
<Id>3075</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Wand-Of-Dragonbreath>
<Necrotic-Rod>
<Id>3069</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Necrotic-Rod>
<Small-Enchanted-Amethyst>
<Id>678</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Small-Enchanted-Amethyst>
<Life-Crystal>
<Id>3061</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Life-Crystal>
<Mana-Potion>
<Id>268</Id>
<Destination>00</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Mana-Potion>
<Health-Potion>
<Id>266</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Health-Potion>
<Mastermind-Potion>
<Id>7440</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Mastermind-Potion>
</List>
<Condition>Corpses with listed items</Condition>
<Style>After all dead</Style>
<OpenBodyTime>300</OpenBodyTime>
<Range>100</Range>
<EatFood>yes</EatFood>
<Enabled>yes</Enabled>
</Looting>
<Targeting>
<Monsters>
<Dark-Magician>
<Categories>-</Categories>
<Danger>0</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>
</Dark-Magician>
<Mad-Scientist>
<Categories>-</Categories>
<Danger>6</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>
</Mad-Scientist>
<Dark-Apprentice>
<Categories>-</Categories>
<Danger>0</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>
</Dark-Apprentice>
</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>yes</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>