What's new

Knight [PACC] [35] Edron Cyclopolis

Status
Not open for further replies.

Xinum

Never Give Up!
Joined
Dec 23, 2009
Messages
578
Reaction score
66
[EK][35] Edron Cyclopolis

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>
    </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>no</PlaySound>
      <FlashClient>no</FlashClient>
      <PauseBot>no</PauseBot>
    </Disconnect>
    <Enabled>no</Enabled>
  </Alerts>
  <Healer>
    <Rules>
      <Exura-Ico>
        <HealRange>41 to 80 %</HealRange>
        <ManaRange>0 to 100 %</ManaRange>
        <HealMethod>Wound Cleansing</HealMethod>
        <ExtraCondition>No condition</ExtraCondition>
        <CooldownControl>yes</CooldownControl>
        <CheckItem>no</CheckItem>
        <SpamRate>200 to 400</SpamRate>
        <Enabled>yes</Enabled>
      </Exura-Ico>
      <HP>
        <HealRange>0 to 40 %</HealRange>
        <ManaRange>0 to 100 %</ManaRange>
        <HealMethod>Strong 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 125</ManaRange>
        <HealMethod>Mana Potion</HealMethod>
        <ExtraCondition>No condition</ExtraCondition>
        <CooldownControl>yes</CooldownControl>
        <CheckItem>no</CheckItem>
        <SpamRate>200 to 400</SpamRate>
        <Enabled>yes</Enabled>
      </MP>
      <Utura>
        <HealRange>81 to 90 %</HealRange>
        <ManaRange>140 to all</ManaRange>
        <HealMethod>Recovery</HealMethod>
        <ExtraCondition>No condition</ExtraCondition>
        <CooldownControl>yes</CooldownControl>
        <CheckItem>no</CheckItem>
        <SpamRate>200 to 400</SpamRate>
        <Enabled>yes</Enabled>
      </Utura>
    </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>
      <Loot-Destination>
        <Script>setsettings("Settings\\Looting\\List\\Gold Coin\\Destination", BpGold)

setsettings("Settings\\Looting\\List\\Strong Health Potion\\Destination", BpMain)
setsettings("Settings\\Looting\\List\\Mana Potion\\Destination", BpMain)

setsettings("Settings\\Looting\\List\\Cyclops Toe\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Iron Ore\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Small Amethyst\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Orc Tooth\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Health Potion\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Orc Leather\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Piece of Warrior Armor\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Minotaur Horn\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Coal\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Heaven Blossom\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Elvish Talisman\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Strong Mana Potion\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Holy Orchid\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Small Diamond\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Dragons Tail\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Green Dragon Scale\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Green Dragon Leather\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Bear Paw\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Wolf Paw\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Honeycomb\\Destination", BpRare)


setsettings("Settings\\Looting\\List\\War Hammer\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Warrior Helmet\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Wand of Cosmic Energy\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Minotaur Trophy\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Elvish Bow\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Yellow Gem\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Elvish Amulet\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Spiked Squelcher\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Wand of Inferno\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Dragon Hammer\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Serpent Sword\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Dragon Shield\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Dragonbone Staff\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Piece of Archer Armor\\Destination", BpRare)
setsettings("Settings\\Looting\\List\\Broken Crossbow\\Destination", BpRare)</Script>
        <SpamRate>800 to 1000</SpamRate>
        <Enabled>yes</Enabled>
      </Loot-Destination>
      <Aoe>
        <Script>if pvpServer and maround(1, unpack(creaturesToHit)) >= exoriCount and paround(1) == 0 then cast("exori")
elseif not pvpServer and maround(1, unpack(creaturesToHit)) >= exoriCount then cast("exori") end</Script>
        <SpamRate>800 to 1000</SpamRate>
        <Enabled>yes</Enabled>
      </Aoe>
    </List>
    <Setup>-- Backpack Setup
BpMain = 'beach backpack' -- ID for main backpack (back).
BpRare = 'yellow backpack' -- ID for backpack for loot (in main backpack ).
BpGold = 'golden backpack' -- ID for backpack for gold ( one in one ).
BpDepot = 'backpack' -- ID for backpack in depot chest.
BpStacks = 'blue backpack' -- ID for stackable's bp inside BpDepot.
BpLoot = 'orange backpack' -- ID for loot bp's inside BpDepot.

 -- Supply Setup
MpCount = 200 -- amount of mana potions to start
MpType = 'mana potion'
MpPrice = '50' -- price of your type of manas?

HpCount = 35 -- amount of health potions to start
HpType = 'strong health potion' -- which type of health potion?
HpPrice = '100' -- price of your type of healths?

MpLeave = 35 -- amount of mana potions to go refill
HpLeave = 10 -- amount of mana potions to go refill
CapLeave = 50 -- amount of cap to go refill

 -- Hunt Setup
dominus2 = true -- Do you want to hunt - 2?
dominus3 = false -- Do you want to hunt - 3?
dominus4 = false -- Do you want to hunt - 4?

 -- Exori
pvpServer = true -- Do you play on  PvP Server?

exoriCount = 4 -- Use exevo mas san when there are this many monsters
creaturesToHit = {"Cyclops", "Cyclops Drone", "Cyclops Smith", "Fire Elemental", "Dragon", "Dwarf Guard", "Dwarf Soldier", "Orc Berserker", "Orc Leader", "Minotaur Guard"} -- List the monsters to cast exori on</Setup>
    <Enabled>yes</Enabled>
  </Actions>
  <CaveBot>
    <Waypoints>
      <Start>Stand 33169 31807 7</Start>
      <Backpacks>Action 33169 31807 7 wait(1000);closewindows();wait(1000);openitem(BpMain, 'back', true,0);wait(500, 1000);openitem(BpRare, BpMain, true,0);wait(500, 1000);resizewindows() ;wait(500, 1000);openitem(BpGold, BpMain, true,0);wait(500, 1000);resizewindows()</Backpacks>
      <Gotobank>Stand 33169 31807 7</Gotobank>
      <w000>Stand 33173 31803 7</w000>
      <w012>Action 33173 31803 7 if not islocation() then gotolabel("Gotobank") end</w012>
      <w002>Stand 33173 31803 7</w002>
      <DepositGold>Action 33173 31803 7 wait(1000);npcsay("hi");wait(1000);npcsay("deposit all");wait(1000);npcsay("yes");wait(1000)</DepositGold>
      <WithdrawGold>Action 33173 31803 7 npcsay("hi");wait(2000);npcsay("withdraw "..((HpCount-itemcount(HpType))*HpPrice));wait(1000);npcsay("yes");wait(1000);npcsay("withdraw"..((MpCount-itemcount(MpType))*MpPrice));wait(1000);npcsay("yes");wait(1000);npcsay("balance")</WithdrawGold>
      <GobuyPotions>Stand 33173 31803 7</GobuyPotions>
      <w001>Node 33171 31806 7</w001>
      <w003>Node 33172 31818 7</w003>
      <w004>Node 33186 31819 7</w004>
      <w005>Node 33191 31831 7</w005>
      <w006>Node 33195 31837 7</w006>
      <w007>Node 33198 31845 7</w007>
      <w008>Node 33215 31842 7</w008>
      <w009>Node 33234 31841 7</w009>
      <w010>Stand 33246 31841 7</w010>
      <w011>Action 33246 31841 7 if not islocation() then gotolabel("GobuyPotions") end</w011>
      <w013>Stand 33246 31841 7</w013>
      <w014>Walk 33247 31841 7</w014>
      <w015>Stand 33255 31839 6</w015>
      <w016>Walk 33255 31838 6</w016>
      <w017>Stand 33255 31841 7</w017>
      <w018>Action 33255 31841 7 if not islocation() then gotolabel("w013") end</w018>
      <w019>Stand 33255 31841 7</w019>
      <w020>Action 33255 31841 7 npcsay("hi");wait(1000);npcsay("trade");wait(1000);sellflasks();wait(1000);buyitemsupto(HpType, HpCount);wait(1000);buyitemsupto(MpType, MpCount);wait(1000)</w020>
      <w021>Stand 33255 31839 7</w021>
      <w022>Walk 33255 31838 7</w022>
      <w023>Stand 33248 31841 6</w023>
      <w024>Walk 33247 31841 6</w024>
      <w025>Stand 33247 31842 7</w025>
      <Backpacks2>Action 33247 31842 7 wait(1000);closewindows();wait(1000);openitem(BpMain, 'back', true,0);wait(500, 1000);openitem(BpRare, BpMain, true,0);wait(500, 1000);resizewindows() ;wait(500, 1000);openitem(BpGold, BpMain, true,0);wait(500, 1000);resizewindows()</Backpacks2>
      <ReachHunt>Node 33240 31841 7</ReachHunt>
      <w027>Node 33237 31826 7</w027>
      <w028>Node 33243 31811 7</w028>
      <w029>Node 33244 31793 7</w029>
      <w030>Node 33250 31781 7</w030>
      <w026>Stand 33242 31767 7</w026>
      <w031>Action 33242 31767 7 if not islocation() then gotolabel("ReachHunt") end</w031>
      <w032>Stand 33242 31767 7</w032>
      <w033>Walk 33241 31767 7</w033>
      <w034>Node 33234 31768 6</w034>
      <w035>Stand 33216 31758 6</w035>
      <w036>Walk 33216 31757 6</w036>
      <w037>Node 33217 31741 7</w037>
      <w038>Node 33231 31717 7</w038>
      <w039>Stand 33251 31698 7</w039>
      <w040>Walk 33251 31697 7</w040>
      <w041>Stand 33251 31699 8</w041>
      <CheckHunt>Action 33251 31699 8 if not islocation() then gotolabel("ReachHunt") end</CheckHunt>
      <StartHunt>Stand 33251 31699 8</StartHunt>
      <w042>Node 33250 31711 8</w042>
      <w043>Node 33242 31696 8</w043>
      <w044>Node 33271 31703 8</w044>
      <w045>Node 33270 31727 8</w045>
      <w046>Node 33236 31722 8</w046>
      <w047>Node 33220 31714 8</w047>
      <w048>Node 33241 31727 8</w048>
      <w049>Node 33272 31724 8</w049>
      <w050>Node 33270 31698 8</w050>
      <w051>Node 33284 31683 8</w051>
      <w052>Node 33300 31703 8</w052>
      <w177>Node 33289 31720 8</w177>
      <w053>Node 33288 31695 8</w053>
      <w054>Node 33266 31684 8</w054>
      <w055>Node 33211 31683 8</w055>
      <w056>Node 33222 31693 8</w056>
      <w057>Node 33267 31670 8</w057>
      <w058>Node 33277 31667 8</w058>
      <w059>Node 33268 31658 8</w059>
      <w060>Node 33265 31664 8</w060>
      <w061>Node 33249 31670 8</w061>
      <w062>Node 33219 31669 8</w062>
      <w063>Node 33198 31669 8</w063>
      <w064>Node 33190 31662 8</w064>
      <w065>Node 33181 31678 8</w065>
      <w066>Stand 33181 31679 8</w066>
      <w067>Action 33181 31678 8 if not dominus2 then gotolabel("Endminus2") end</w067>
      <Startminus2>Stand 33181 31679 8</Startminus2>
      <w069>Walk 33181 31680 8</w069>
      <w068>Node 33199 31683 9</w068>
      <w070>Node 33210 31690 9</w070>
      <w071>Node 33215 31704 9</w071>
      <w072>Node 33229 31691 9</w072>
      <w073>Node 33244 31691 9</w073>
      <w074>Node 33244 31704 9</w074>
      <w075>Node 33238 31691 9</w075>
      <w076>Node 33216 31687 9</w076>
      <w077>Node 33225 31671 9</w077>
      <w078>Node 33228 31665 9</w078>
      <w079>Node 33233 31650 9</w079>
      <w080>Node 33244 31649 9</w080>
      <w081>Node 33264 31648 9</w081>
      <w082>Stand 33283 31634 9</w082>
      <w083>Action 33283 31634 9 if not dominus3 then gotolabel("Endminus3") end</w083>
      <Startminus3>Stand 33283 31634 9</Startminus3>
      <w084>Walk 33283 31635 9</w084>
      <w085>Node 33277 31636 10</w085>
      <w086>Node 33262 31639 10</w086>
      <w087>Node 33263 31653 10</w087>
      <w088>Node 33251 31660 10</w088>
      <w089>Node 33240 31661 10</w089>
      <w090>Node 33260 31660 10</w090>
      <w091>Node 33274 31661 10</w091>
      <w092>Node 33277 31664 10</w092>
      <w093>Node 33275 31680 10</w093>
      <w094>Stand 33254 31681 10</w094>
      <w095>Action 33254 31681 10 if not dominus4 then gotolabel("Endminus4") end</w095>
      <Startminus4>Stand 33254 31681 10</Startminus4>
      <w097>Walk 33254 31682 10</w097>
      <w096>Node 33257 31682 11</w096>
      <w098>Node 33271 31674 11</w098>
      <w099>Node 33272 31658 11</w099>
      <w100>Node 33286 31657 11</w100>
      <w101>Node 33304 31648 11</w101>
      <w102>Node 33313 31656 11</w102>
      <w103>Node 33313 31666 11</w103>
      <w104>Node 33313 31680 11</w104>
      <w105>Node 33331 31682 11</w105>
      <w106>Node 33326 31682 11</w106>
      <w107>Node 33312 31691 11</w107>
      <w108>Node 33314 31651 11</w108>
      <w109>Node 33270 31667 11</w109>
      <w110>Stand 33255 31682 11</w110>
      <w111>Walk 33254 31682 11</w111>
      <Endminus4>Stand 33254 31681 10</Endminus4>
      <w112>Node 33270 31682 10</w112>
      <w113>Node 33277 31674 10</w113>
      <w114>Node 33260 31651 10</w114>
      <w115>Node 33280 31634 10</w115>
      <w116>Stand 33282 31635 10</w116>
      <w117>Walk 33283 31635 10</w117>
      <Endminus3>Stand 33283 31634 9</Endminus3>
      <w118>Node 33275 31635 9</w118>
      <w119>Node 33265 31647 9</w119>
      <w120>Node 33249 31650 9</w120>
      <w121>Node 33229 31660 9</w121>
      <w122>Node 33225 31670 9</w122>
      <w123>Node 33215 31676 9</w123>
      <w124>Node 33214 31688 9</w124>
      <w125>Node 33199 31682 9</w125>
      <w126>Stand 33182 31680 9</w126>
      <w127>Walk 33181 31680 9</w127>
      <Endminus2>Stand 33181 31679 8</Endminus2>
      <w128>Node 33181 31675 8</w128>
      <w129>Node 33181 31663 8</w129>
      <w130>Node 33192 31668 8</w130>
      <w131>Node 33216 31670 8</w131>
      <w132>Node 33234 31669 8</w132>
      <w133>Node 33250 31675 8</w133>
      <w134>Node 33250 31689 8</w134>
      <w135>Stand 33253 31697 8</w135>
      <w136>Action 33253 31697 8 if itemcount(HpType) < HpLeave or;itemcount(MpType) < MpLeave or;cap < CapLeave then;gotolabel("LeaveHunt");end</w136>
      <w137>Stand 33253 31697 8</w137>
      <w138>Action 33253 31697 8 gotolabel("StartHunt")</w138>
      <LeaveHunt>Stand 33252 31697 8</LeaveHunt>
      <w139>Walk 33251 31697 8</w139>
      <w140>Node 33247 31704 7</w140>
      <w141>Node 33230 31725 7</w141>
      <w142>Node 33221 31734 7</w142>
      <w143>Node 33215 31750 7</w143>
      <w144>Stand 33216 31755 7</w144>
      <w145>Walk 33216 31756 7</w145>
      <w146>Node 33216 31760 6</w146>
      <w147>Node 33230 31768 6</w147>
      <w148>Stand 33241 31768 6</w148>
      <w149>Walk 33241 31767 6</w149>
      <w150>Node 33248 31767 7</w150>
      <w151>Node 33245 31788 7</w151>
      <w152>Node 33244 31807 7</w152>
      <w153>Node 33242 31815 7</w153>
      <w154>Node 33240 31824 7</w154>
      <w155>Node 33222 31827 7</w155>
      <w156>Node 33215 31839 7</w156>
      <w157>Node 33197 31842 7</w157>
      <w158>Node 33193 31834 7</w158>
      <w159>Node 33181 31820 7</w159>
      <CheckDepo>Stand 33167 31813 7</CheckDepo>
      <w161>Action 33167 31813 7 if not islocation() then gotolabel("LeaveHunt") end</w161>
      <w162>Stand 33167 31813 7</w162>
      <w163>Walk 33167 31812 7</w163>
      <w164>Stand 33167 31809 8</w164>
      <w165>Walk 33167 31808 8</w165>
      <w166>Stand 33166 31809 9</w166>
      <w167>Walk 33166 31808 9</w167>
      <DepositItems>Stand 33170 31805 10</DepositItems>
      <w169>Action 33170 31805 10 closewindows();wait(2000);openitem(BpMain, "back", true);wait(2000);openitem(BpRare, BpMain, true);wait(400,500);resizewindow(BpRare, 1);wait(2000);;reachgrounditem("depot");wait(1000,1500);openitem('depot');wait(1000,1500);openitem('Depot Chest','Locker',false,0);wait(1000,1500);openitem(BpDepot,'Depot Chest',false,0);wait(1000,1500);;depotdeposit(BpStacks,'Cyclops Toe', 'Iron Ore', 'Small Amethyst', 'Orc Tooth', 'Orc Leather', 'Health Potion', 'Piece of warrior Armor', 'Minotaur Horn', 'Coal', 'Heaven Blossom', 'Elvish Talisman', 'Strong Mana Potion', 'Holy Orchid', 'Small Diamond', 'Dragons Tail', 'Green Dragon Leather', 'Green Dragon Scale', 'Bear Paw', 'Wolf Paw', 'Honeycomb', 'broken crossbow', 'piece of archer armor', 'Elven scouting glass');wait(700,900);depotdeposit(BpLoot, 'War Hammer','Warrior Helmet', 'Wand of Cosmic Energy', 'Minotaur Trophy', 'Elvish Bow', 'Yellow Gem', 'Elvish Amulet', 'Spiked Squelcher', 'Wand of Inferno', 'Dragon Hammer', 'Serpent Sword', 'Dragon Shield', 'Dragonbone Staff', 'cyclops trophy');openitem(BpRare,BpRare);depotdeposit(BpStacks,'Cyclops Toe', 'Iron Ore', 'Small Amethyst', 'Orc Tooth', 'Orc Leather', 'Health Potion', 'Piece of warrior Armor', 'Minotaur Horn', 'Coal', 'Heaven Blossom', 'Elvish Talisman', 'Strong Mana Potion', 'Holy Orchid', 'Small Diamond', 'Dragons Tail', 'Green Dragon Leather', 'Green Dragon Scale', 'Bear Paw', 'Wolf Paw', 'Honeycomb', 'broken crossbow', 'piece of archer armor', 'elven scouting glass');wait(700,900);depotdeposit(BpLoot, 'War Hammer','Warrior Helmet', 'Wand of Cosmic Energy', 'Minotaur Trophy', 'Elvish Bow', 'Yellow Gem', 'Elvish Amulet', 'Spiked Squelcher', 'Wand of Inferno', 'Dragon Hammer', 'Serpent Sword', 'Dragon Shield', 'Dragonbone Staff', 'cyclops trophy');openitem(BpRare,BpRare);depotdeposit(BpStacks,'Cyclops Toe', 'Iron Ore', 'Small Amethyst', 'Orc Tooth', 'Orc Leather', 'Health Potion', 'Piece of warrior Armor', 'Minotaur Horn', 'Coal', 'Heaven Blossom', 'Elvish Talisman', 'Strong Mana Potion', 'Holy Orchid', 'Small Diamond', 'Dragons Tail', 'Green Dragon Leather', 'Green Dragon Scale', 'Bear Paw', 'Wolf Paw', 'Honeycomb', 'broken crossbow', 'piece of archer armor', 'elven scouting glass');wait(700,900);depotdeposit(BpLoot, 'War Hammer','Warrior Helmet', 'Wand of Cosmic Energy', 'Minotaur Trophy', 'Elvish Bow', 'Yellow Gem', 'Elvish Amulet', 'Spiked Squelcher', 'Wand of Inferno', 'Dragon Hammer', 'Serpent Sword', 'Dragon Shield', 'Dragonbone Staff', 'cyclops trophy');</w169>
      <w160>Stand 33170 31807 10</w160>
      <w168>Walk 33170 31808 10</w168>
      <w170>Stand 33170 31807 9</w170>
      <w171>Stand 33169 31807 9</w171>
      <w172>Walk 33169 31808 9</w172>
      <w173>Stand 33169 31811 8</w173>
      <w174>Walk 33169 31812 8</w174>
      <w175>Stand 33169 31808 7</w175>
      <w176>Action 33169 31808 7 gotolabel("Start")</w176>
    </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>
      <Cyclops-toe>
        <Id>9657</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </Cyclops-toe>
      <strong-health-potion>
        <Id>236</Id>
        <Destination>beach backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </strong-health-potion>
      <iron-ore>
        <Id>5880</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </iron-ore>
      <small-amethyst>
        <Id>3033</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </small-amethyst>
      <orc-tooth>
        <Id>10196</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </orc-tooth>
      <orc-leather>
        <Id>11479</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </orc-leather>
      <health-potion>
        <Id>266</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </health-potion>
      <mana-potion>
        <Id>268</Id>
        <Destination>beach backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </mana-potion>
      <piece-of-warrior-armor>
        <Id>11482</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </piece-of-warrior-armor>
      <minotaur-horn>
        <Id>11472</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </minotaur-horn>
      <coal>
        <Id>12600</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </coal>
      <heaven-blossom>
        <Id>5921</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </heaven-blossom>
      <elvish-talisman>
        <Id>9635</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </elvish-talisman>
      <strong-mana-potion>
        <Id>237</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </strong-mana-potion>
      <holy-orchid>
        <Id>5922</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </holy-orchid>
      <small-diamond>
        <Id>3028</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </small-diamond>
      <dragons-tail>
        <Id>11457</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </dragons-tail>
      <green-dragon-leather>
        <Id>5877</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </green-dragon-leather>
      <green-dragon-scale>
        <Id>5920</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </green-dragon-scale>
      <bear-paw>
        <Id>5896</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </bear-paw>
      <wolf-paw>
        <Id>5897</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </wolf-paw>
      <honeycomb>
        <Id>5902</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </honeycomb>
      <war-hammer>
        <Id>3279</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </war-hammer>
      <warrior-helmet>
        <Id>3369</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </warrior-helmet>
      <wand-of-cosmic-energy>
        <Id>3073</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </wand-of-cosmic-energy>
      <minotaur-trophy>
        <Id>7401</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </minotaur-trophy>
      <elvish-bow>
        <Id>7438</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </elvish-bow>
      <yellow-gem>
        <Id>3037</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </yellow-gem>
      <elvish-amulet>
        <Id>0</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </elvish-amulet>
      <spiked-squelcher>
        <Id>7452</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </spiked-squelcher>
      <wand-of-inferno>
        <Id>3071</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </wand-of-inferno>
      <dragon-hammer>
        <Id>3322</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </dragon-hammer>
      <serpent-sword>
        <Id>3297</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </serpent-sword>
      <dragon-shield>
        <Id>3416</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </dragon-shield>
      <dragonbone-staff>
        <Id>7430</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </dragonbone-staff>
      <Gold-Coin>
        <Id>3031</Id>
        <Destination>golden backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </Gold-Coin>
      <Piece-of-archer-armor>
        <Id>11483</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </Piece-of-archer-armor>
      <broken-crossbow>
        <Id>11451</Id>
        <Destination>yellow backpack</Destination>
        <AlarmOn>No Alarm</AlarmOn>
      </broken-crossbow>
    </List>
    <Condition>Targeting corpses</Condition>
    <Style>After melee kill</Style>
    <OpenBodyTime>300</OpenBodyTime>
    <Range>10</Range>
    <EatFood>yes</EatFood>
    <Enabled>yes</Enabled>
  </Looting>
  <Targeting>
    <Monsters>
      <Cyclops>
        <Categories>-</Categories>
        <Danger>0</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Cyclops>
      <Cyclops-Drone>
        <Categories>-</Categories>
        <Danger>7</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Cyclops-Drone>
      <Cyclops-Smith>
        <Categories>-</Categories>
        <Danger>8</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Cyclops-Smith>
      <Dwarf>
        <Categories>-</Categories>
        <Danger>0</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Dwarf>
      <Dwarf-Soldier>
        <Categories>-</Categories>
        <Danger>0</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Dwarf-Soldier>
      <Dwarf-Guard>
        <Categories>-</Categories>
        <Danger>9</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Dwarf-Guard>
      <Wild-Warrior>
        <Categories>-</Categories>
        <Danger>0</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Wild-Warrior>
      <Orc-Leader>
        <Categories>-</Categories>
        <Danger>6</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Orc-Leader>
      <Orc-Berserker>
        <Categories>-</Categories>
        <Danger>4</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Orc-Berserker>
      <Minotaur-Mage>
        <Categories>-</Categories>
        <Danger>0</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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-Mage>
      <Minotaur-Archer>
        <Categories>-</Categories>
        <Danger>0</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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-Archer>
      <Minotaur-Guard>
        <Categories>-</Categories>
        <Danger>0</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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-Guard>
      <Elf-Scout>
        <Categories>-</Categories>
        <Danger>0</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Elf-Scout>
      <Elf-Arcanist>
        <Categories>-</Categories>
        <Danger>5</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Elf-Arcanist>
      <Scorpion>
        <Categories>-</Categories>
        <Danger>0</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Scorpion>
      <Fire-Elemental>
        <Categories>-</Categories>
        <Danger>9</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Fire-Elemental>
      <Bear>
        <Categories>-</Categories>
        <Danger>0</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Bear>
      <Wolf>
        <Categories>-</Categories>
        <Danger>0</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</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>
      </Wolf>
      <Dragon>
        <Categories>-</Categories>
        <Danger>9</Danger>
        <ListSettings>
          <Setting0>
            <Count>Any</Count>
            <HpRange>0 to 100 %</HpRange>
            <Stance>Approach</Stance>
            <Avoid>Wave</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>
      </Dragon>
    </Monsters>
    <Settings>
      <ListOrder>1</ListOrder>
      <Health>9</Health>
      <Proximity>1</Proximity>
      <Danger>1</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>
 
Status
Not open for further replies.
Top