- Dołączył
- Marzec 9, 2013
- Posty
- 170
- Liczba reakcji
- 2
[EK] Yalahar Elfs 100% AFK
Kod:
- <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>yes</Enabled>
</Alerts>
- <Healer>
- <Rules>
- <Exura-Ico>
<HealRange>40 to 65 %</HealRange>
<ManaRange>40 to all</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>
- <Mana-Potion>
<HealRange>1 to 100 %</HealRange>
<ManaRange>1 to 40</ManaRange>
<HealMethod>Mana Potion</HealMethod>
<ExtraCondition>No condition</ExtraCondition>
<CooldownControl>yes</CooldownControl>
<CheckItem>no</CheckItem>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</Mana-Potion>
- <Health-Potion>
<HealRange>1 to 39 %</HealRange>
<ManaRange>1 to 100 %</ManaRange>
<HealMethod>Health Potion</HealMethod>
<ExtraCondition>No condition</ExtraCondition>
<CooldownControl>yes</CooldownControl>
<CheckItem>no</CheckItem>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</Health-Potion>
- <Mana-Training>
<HealRange>66 to 100 %</HealRange>
<ManaRange>95 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>
</Mana-Training>
</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>-- NPC name local npcname = 'Znozel' local index = 0 local msgs = getmessages("NPCs") local qtd = msgs.count-1 for i=0,qtd do if msgs[qtd].sender == npcname and 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>no</Enabled>
</SafeBank>
</List>
<Setup>-- YalaHar Elf's By BimBo -- -- Script Strat Yalahar Depot Floor +1 -- -- Rep+ If You Like It -- -- Backpack Settings -- MainBP = "Backpack" LootBP = "Brocade Backpack" GoldBP = "Golden Backpack" -- Depot BackPack Settings -- MainDPBP = "Camouflage Backpack" LootDPBP = "Beach Backpack" StackDPBP = "Blue Backpack" -- Potions Settings -- MPtype = "mana potion" MPmax = 50 -- Potions To Buy MPmin = 15 -- Potions To Leave Spawn MPprice = 50 -- Potions Price HPtype = "health potion" HPmax = 30 -- Potions To Buy HPmin = 15 -- Potions To Leave spawn HPprice = 45 -- Potions Price --Other Setting Capmin = 50 -- How much cap to back reffil? -- Do You Want 'Easy' Hunt Or 'Hard'? -- Set It true / false --Select One easy = false -- Only Hunt Ground Floor hard = true -- Go Every Where (Up / Down)And Kill 'Elf Arcanist'..! --World Type npvp = false -- Do You Play On ( Option PvP World ? ) true / false</Setup>
<Enabled>yes</Enabled>
</Actions>
- <CaveBot>
- <Waypoints>
<openbp1>Action 32783 31247 6 --Script Start Yalahar Floor +1 --;setsettings("Settings\\CaveBot\\Pathfinding\\WalkThroughPlayer","yes");setsettings("Settings\\CaveBot\\Settings\\OpenNextBp","no") ;--Open BackPack --;closewindows();wait(500, 1000);openitem(MainBP, 'back');wait(500, 1000);resizewindows() ;wait(500, 1000);openitem(LootBP, MainBP, true);wait(500, 1000);resizewindows();wait(500, 1000)</openbp1>
<w000>Action 32783 31247 6 if windowcount() < 2 then;gotolabel("openbp1");end</w000>
<w001>Stand 32783 31247 6</w001>
<Depot>Action 32783 31247 6 --Deposit Items --;setsettings("Settings\\CaveBot\\Pathfinding\\WalkThroughPlayer","no");;reachgrounditem("depot");wait(1000, 2000);openitem("depot");wait(1000, 2000);openitem(3502, 'locker');wait(1000, 2000);openitem(MainDPBP, 3502);wait(1000, 2000);;--stack items;depotdeposit(StackDPBP, "Elvish Talisman", "Elven Astral Observer", "Strong Mana Potion", "Holy Orchid", "Life Crystal", "Elven Scouting Glass", "Heaven Blossom", "gauze bandage", "miraculum", "ghoul snack", "half disgested piece of meat", "piece of scarab shell", "rotten piece of cloth", "pelvis bone", "flask of embalming fluid", "scorpion tail", "pile of grave earth", "cobra tongue");;--non stack items;depotdeposit(LootDPBP, "Elven Amulet", "Wand of Cosmic Energy", "Yellow Gem", "Elvish Bow");;;--stack items;depotdeposit(StackDPBP, "Elvish Talisman", "Elven Astral Observer", "Strong Mana Potion", "Holy Orchid", "Life Crystal", "Elven Scouting Glass", "Heaven Blossom", "gauze bandage", "miraculum", "ghoul snack", "half disgested piece of meat", "piece of scarab shell", "rotten piece of cloth", "pelvis bone", "flask of embalming fluid", "scorpion tail", "pile of grave earth", "cobra tongue");;--non stack items;depotdeposit(LootDPBP, "Elven Amulet", "Wand of Cosmic Energy", "Yellow Gem", "Elvish Bow");;--Setting--;setsettings("Settings\\CaveBot\\Pathfinding\\WalkThroughPlayer","yes")</Depot>
<w002>Node 32789 31247 6</w002>
<w003>Stand 32797 31246 6</w003>
<w004>Stand 32798 31246 7</w004>
<w005>Action 32798 31246 7 --Check Location;if not islocation(4) then; gotolabel("w003"); return;end</w005>
<w171>Action 32782 31247 6 -- check World type --;if npvp then;wait(500,1000);setsettings("Settings\\CaveBot\\Pathfinding\\WalkThroughPlayer","yes");else;setsettings("Settings\\CaveBot\\Pathfinding\\WalkThroughPlayer","no");end;</w171>
<w006>Node 32801 31239 7</w006>
<w007>Node 32802 31233 7</w007>
<gobank>Node 32816 31233 7</gobank>
<w009>Node 32829 31233 7</w009>
<w010>Node 32830 31241 7</w010>
<w011>Node 32829 31248 7</w011>
<w012>Node 32826 31248 7</w012>
<w013>Action 32826 31248 7 --Setting On/oFF;setsettings("Settings\\CaveBot\\Pathfinding\\WalkThroughPlayer","yes")</w013>
<w014>Stand 32824 31248 7</w014>
<openbp3>Action 32780 31247 6 --openbackpack;closewindows();wait(500, 1000);openitem(MainBP, 'back');wait(500, 1000);resizewindows() ;wait(500, 1000)</openbp3>
<w174>Action 32780 31247 6 --Check Backpack;if windowcount() < 1 then;gotolabel("openbp3");end</w174>
<bank5>Use 32823 31248 7</bank5>
<bank>Action 32824 31248 7 --Withdraw Cash For Supllies--;local HealthMoney = positive(HPmax - itemcount(HPtype)) * HPprice;local ManaMoney = positive(MPmax - itemcount(MPtype)) * MPprice;local All = HealthMoney + ManaMoney;;depositall();npcsay("withdraw "..All) wait(1000);npcsay("yes") wait(1000);npcsay("balance") wait(1000);;;local gp = ((itemcount(3043)*10000)+(itemcount(3035)*100)+(itemcount(3031)));;if gp < All then gotolabel("bank5") end</bank>
<w016>Stand 32828 31248 7</w016>
<w017>Action 32828 31248 7 --Setting On /off --;if npvp then;wait(500,1000);setsettings("Settings\\CaveBot\\Pathfinding\\WalkThroughPlayer","yes");else;setsettings("Settings\\CaveBot\\Pathfinding\\WalkThroughPlayer","no");end</w017>
<w018>Node 32831 31243 7</w018>
<w019>Node 32827 31232 7</w019>
<w020>Node 32801 31232 7</w020>
<goshop>Node 32790 31233 7</goshop>
<w022>Stand 32790 31239 7</w022>
<w021>Stand 32790 31238 6</w021>
<w023>Action 32790 31238 6 --Check Location;if not islocation(4) then; gotolabel("w022"); return;end</w023>
<w024>Stand 32789 31239 6</w024>
<w025>Stand 32789 31238 5</w025>
<w026>Action 32789 31238 5 --check Location--;if not islocation(4) then; gotolabel("w024"); return;end</w026>
<buypot>Action 32789 31238 5 --PotionShop--;opentrade();wait(2000);sellflasks();wait(1000);sellflasks();wait(1000);npcsay("trade");wait(1000);if itemcount(MPtype) < MPmax or itemcount(HPtype) < HPmax then;buyitemsupto(MPtype, MPmax);buyitemsupto(HPtype, HPmax);wait(1000);end</buypot>
<w027>Stand 32789 31239 5</w027>
<w028>Stand 32789 31240 6</w028>
<w029>Action 32789 31240 6 --Check Location;if not islocation(4) then; gotolabel("w027"); return;end</w029>
<w030>Stand 32790 31239 6</w030>
<w031>Stand 32790 31240 7</w031>
<w032>Action 32790 31240 7 --Check Location--;if not islocation(4) then; gotolabel("w030"); return;end</w032>
<w033>Node 32790 31233 7</w033>
<w034>Action 32790 31233 7 --Check Iff Have Supplies Or Not --;if itemcount(HPtype) <= HPmax or itemcount(MPtype) <= MPmax;gotolabel("gobank");end</w034>
<gohunt>Node 32786 31233 7</gohunt>
<openbp2>Action 32780 31247 6 --open Backpack Then go Hunt--;closewindows();wait(500, 1000);openitem(MainBP, 'back');wait(500, 1000);resizewindows() ;wait(500, 1000);openitem(LootBP, MainBP, true);wait(500, 1000);resizewindows();wait(500, 1000);openitem(GoldBP, MainBP, true);wait(500, 1000);resizewindows();wait(500, 1000);;setsettings("Settings\\CaveBot\\Settings\\OpenNextBp","yes")</openbp2>
<w172>Action 32780 31247 6 ---Check If BackPack Open Or Not --;if windowcount() < 3 then;gotolabel("openbp2");end</w172>
<w008>Node 32772 31237 7</w008>
<w035>Node 32765 31250 7</w035>
<w036>Stand 32763 31251 7</w036>
<w037>Stand 32762 31251 6</w037>
<w038>Action 32762 31251 6 if not islocation(4) then; gotolabel("w036"); return;end</w038>
<w039>Stand 32761 31251 6</w039>
<w040>Stand 32760 31251 5</w040>
<w041>Action 32760 31251 5 if not islocation(4) then; gotolabel("w039"); return;end</w041>
<w042>Node 32754 31254 5</w042>
<w043>Stand 32750 31255 5</w043>
<w044>Stand 32749 31255 6</w044>
<w045>Action 32749 31255 6 if not islocation(4) then; gotolabel("w042"); return;end</w045>
<w046>Stand 32748 31255 6</w046>
<w047>Stand 32747 31255 7</w047>
<w048>Action 32747 31255 7 if not islocation(4) then; gotolabel("w046"); return;end</w048>
<w049>Node 32745 31258 7</w049>
<w050>Node 32740 31264 7</w050>
<w051>Node 32737 31271 7</w051>
<w052>Node 32736 31276 7</w052>
<w053>Node 32733 31280 7</w053>
<w054>Node 32729 31283 7</w054>
<w055>Node 32726 31289 7</w055>
<w056>Node 32726 31296 7</w056>
<w057>Node 32731 31298 7</w057>
<w058>Node 32734 31303 7</w058>
<elf>Stand 32739 31301 7</elf>
<w060>Stand 32739 31300 6</w060>
<w061>Action 32739 31300 6 if not islocation(4) then; gotolabel("elf"); return;end</w061>
<w059>Stand 32740 31299 6</w059>
<w062>Stand 32741 31299 7</w062>
<w063>Action 32741 31299 7 --Check Location--;if not islocation(4) then; gotolabel("w059"); return;end</w063>
<hunt>Node 32744 31296 7</hunt>
<w064>Node 32743 31292 7</w064>
<w065>Node 32738 31288 7</w065>
<w066>Node 32744 31294 7</w066>
<w067>Node 32748 31300 7</w067>
<w068>Action 32748 31300 7 --Risk-;if easy then;gotolabel("norisk1");end</w068>
<risk1>Stand 32752 31301 7</risk1>
<w069>Stand 32752 31300 6</w069>
<w070>Action 32752 31300 6 if not islocation(4) then; gotolabel("risk1"); return;end</w070>
<w071>Stand 32752 31301 6</w071>
<w072>Stand 32752 31302 7</w072>
<w073>Action 32752 31302 7 if not islocation(4) then; gotolabel("w071"); return;end</w073>
<norisk1>Node 32746 31297 7</norisk1>
<w074>Node 32746 31290 7</w074>
<w094>Action 32753 31288 7 --Risk-;if easy then;gotolabel("norisk2");end</w094>
<risk2>Stand 32745 31285 7</risk2>
<w075>Stand 32744 31285 6</w075>
<w076>Action 32744 31285 6 if not islocation(4) then; gotolabel("risk2"); return;end</w076>
<w077>Stand 32745 31285 6</w077>
<w078>Stand 32746 31285 7</w078>
<w079>Action 32746 31285 7 if not islocation(4) then; gotolabel("w077"); return;end</w079>
<norisk2>Node 32746 31288 7</norisk2>
<w080>Node 32752 31289 7</w080>
<w093>Action 32753 31288 7 --Risk-;if easy then;gotolabel("norisk3");end</w093>
<w173>Stand 32745 31290 7</w173>
<w175>Node 32748 31294 7</w175>
<w176>Node 32752 31290 7</w176>
<risk3>Stand 32753 31287 7</risk3>
<w081>Stand 32753 31287 8</w081>
<w082>Action 32753 31287 8 if not islocation(4) then; gotolabel("risk3"); return;end</w082>
<w083>Stand 32753 31292 8</w083>
<w084>Stand 32753 31293 9</w084>
<w085>Action 32753 31293 9 if not islocation(4) then; gotolabel("w083"); return;end</w085>
<w086>Node 32751 31294 9</w086>
<w087>Stand 32753 31292 9</w087>
<w088>Stand 32753 31291 8</w088>
<w089>Action 32753 31291 8 if not islocation(4) then; gotolabel("w087"); return;end</w089>
<w090>Use 32753 31287 8</w090>
<w091>Stand 32753 31288 7</w091>
<w092>Action 32753 31288 7 if not islocation(4) then; gotolabel("w090"); return;end</w092>
<norisk3>Node 32753 31285 7</norisk3>
<w095>Node 32753 31276 7</w095>
<w096>Node 32753 31272 7</w096>
<w097>Action 32752 31279 7 --Risk-;if easy then;gotolabel("norisk4");end</w097>
<risk4>Stand 32752 31278 7</risk4>
<w098>Stand 32752 31277 6</w098>
<w099>Action 32752 31277 6 if not islocation(4) then; gotolabel("risk4"); return;end</w099>
<w100>Node 32753 31271 6</w100>
<w101>Node 32756 31272 6</w101>
<w102>Stand 32752 31278 6</w102>
<w103>Stand 32752 31279 7</w103>
<w104>Action 32752 31279 7 if not islocation(4) then; gotolabel("w102"); return;end</w104>
<norisk4>Node 32753 31279 7</norisk4>
<w105>Node 32749 31284 7</w105>
<w106>Node 32745 31277 7</w106>
<w107>Node 32752 31285 7</w107>
<w108>Node 32762 31278 7</w108>
<w109>Node 32765 31276 7</w109>
<w115>Action 32764 31279 7 --Risk-;if easy then;gotolabel("norisk5");end</w115>
<risk5>Stand 32771 31279 7</risk5>
<w110>Stand 32770 31279 6</w110>
<w111>Action 32770 31279 6 if not islocation(4) then; gotolabel("risk5"); return;end</w111>
<w112>Stand 32771 31279 6</w112>
<w113>Action 32772 31279 7 if not islocation(4) then; gotolabel("w112"); return;end</w113>
<w114>Node 32767 31276 7</w114>
<norisk5>Node 32764 31279 7</norisk5>
<w116>Node 32760 31285 7</w116>
<w117>Node 32766 31287 7</w117>
<w118>Action 32767 31290 7 --Risk-;if easy then;gotolabel("norisk6");end</w118>
<risk6>Stand 32766 31290 7</risk6>
<w119>Stand 32766 31289 6</w119>
<w120>Action 32766 31289 6 if not islocation(4) then; gotolabel("risk6"); return;end</w120>
<w121>Stand 32766 31290 6</w121>
<w170>Stand 32766 31291 7</w170>
<w122>Action 32766 31291 7 if not islocation(4) then; gotolabel("w121"); return;end</w122>
<norisk6>Node 32764 31287 7</norisk6>
<w123>Node 32761 31291 7</w123>
<w124>Node 32759 31295 7</w124>
<w125>Action 32759 31295 7 --Risk-;if easy then;gotolabel("norisk7");end</w125>
<risk7>Stand 32757 31296 7</risk7>
<w130>Stand 32757 31295 6</w130>
<w127>Action 32757 31295 6 if not islocation(4) then; gotolabel("risk7"); return;end</w127>
<w128>Stand 32757 31295 6</w128>
<w177>Stand 32757 31296 6</w177>
<w178>Stand 32757 31297 7</w178>
<w179>Action 32757 31297 7 if not islocation(4) then; gotolabel("w177"); return;end</w179>
<w126>Node 32760 31294 7</w126>
<norisk7>Node 32766 31296 7</norisk7>
<w129>Node 32761 31291 7</w129>
<w131>Node 32757 31285 7</w131>
<w132>Node 32751 31291 7</w132>
<endhunt>Node 32743 31296 7</endhunt>
<w133>Action 32743 31296 7 --Check Supplies--;if itemcount(HPtype) <= HPmin or itemcount(MPtype) <= MPmin or cap <= Capmin then;gotolabel("refill");else;gotolabel("hunt");end</w133>
<refill>Stand 32740 31298 7</refill>
<w135>Stand 32739 31298 6</w135>
<w136>Action 32739 31298 6 --Check Location-;if not islocation(4) then; gotolabel("refill"); return;end</w136>
<w137>Stand 32739 31301 6</w137>
<w138>Stand 32739 31302 7</w138>
<w139>Action 32739 31302 7 --Check Location-;if not islocation(4) then; gotolabel("137"); return;end</w139>
<w134>Node 32734 31302 7</w134>
<w140>Node 32728 31296 7</w140>
<w141>Node 32725 31291 7</w141>
<w142>Node 32727 31286 7</w142>
<w143>Node 32732 31281 7</w143>
<w144>Node 32736 31276 7</w144>
<w145>Node 32737 31268 7</w145>
<w146>Node 32743 31262 7</w146>
<w147>Node 32746 31256 7</w147>
<w148>Stand 32748 31256 7</w148>
<w153>Stand 32749 31256 6</w153>
<w149>Action 32749 31256 6 --Check Location-;if not islocation(4) then; gotolabel("148"); return;end</w149>
<w150>Stand 32750 31256 6</w150>
<w151>Stand 32751 31256 5</w151>
<w152>Action 32751 31256 5 --Check Location-;if not islocation(4) then; gotolabel("150"); return;end</w152>
<w154>Node 32754 31253 5</w154>
<w155>Stand 32759 31250 5</w155>
<w156>Stand 32759 31249 6</w156>
<w157>Action 32759 31249 6 --Check Location-;if not islocation(4) then; gotolabel("154"); return;end</w157>
<w158>Stand 32759 31248 6</w158>
<w159>Stand 32759 31247 7</w159>
<w160>Action 32759 31247 7 --Check Location-;if not islocation(4) then; gotolabel("158"); return;end</w160>
<w161>Node 32766 31248 7</w161>
<w162>Node 32773 31247 7</w162>
<w163>Node 32777 31247 7</w163>
<w164>Action 32777 31247 7 --inSide Dp--;setsettings("Settings\\CaveBot\\Pathfinding\\WalkThroughPlayer","yes")</w164>
<w165>Node 32781 31247 7</w165>
<w166>Stand 32786 31248 7</w166>
<w167>Stand 32786 31247 6</w167>
<w168>Action 32786 31247 6 --Check Location-;if not islocation(4) then; gotolabel("166"); return;end</w168>
<w169>Action 32786 31247 6 ---End Script -----;gotolabel("openbp1")</w169>
</Waypoints>
- <Pathfinding>
- <SpecialAreas>
- <star1>
<Coordinates>32756 31258 5</Coordinates>
<Dimensions>2 2</Dimensions>
<ConsideredBy>Cavebot</ConsideredBy>
</star1>
- <star2>
<Coordinates>32754 31248 5</Coordinates>
<Dimensions>2 2</Dimensions>
<ConsideredBy>Cavebot</ConsideredBy>
</star2>
- <star3>
<Coordinates>32759 31253 5</Coordinates>
<Dimensions>2 2</Dimensions>
<ConsideredBy>Cavebot</ConsideredBy>
</star3>
- <elf1>
<Coordinates>32747 31290 9</Coordinates>
<Dimensions>1 2</Dimensions>
<ConsideredBy>All</ConsideredBy>
</elf1>
- <elf2>
<Coordinates>32755 31287 9</Coordinates>
<Dimensions>1 2</Dimensions>
<ConsideredBy>All</ConsideredBy>
</elf2>
</SpecialAreas>
<WalkThroughPlayers>yes</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>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>no</Enabled>
</CaveBot>
- <Looting>
- <List>
- <Elvish-Talisman>
<Id>9635</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Elvish-Talisman>
- <Elven-Astral-Observer>
<Id>11465</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Elven-Astral-Observer>
- <Health-Potion>
<Id>266</Id>
<Destination>00</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Health-Potion>
- <Strong-Mana-Potion>
<Id>237</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Strong-Mana-Potion>
- <Elven-Amulet>
<Id>3082</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Elven-Amulet>
- <Holy-Orchid>
<Id>5922</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Holy-Orchid>
- <Wand-of-Cosmic-Energy>
<Id>3073</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Wand-of-Cosmic-Energy>
- <Life-Crystal>
<Id>3061</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Life-Crystal>
- <Yellow-Gem>
<Id>3037</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Yellow-Gem>
- <Elven-Scouting-Glass>
<Id>11464</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Elven-Scouting-Glass>
- <Heaven-Blossom>
<Id>5921</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Heaven-Blossom>
- <Elvish-Bow>
<Id>7438</Id>
<Destination>01</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Elvish-Bow>
- <Gold-Coin>
<Id>3031</Id>
<Destination>02</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Gold-Coin>
- <Grapes>
<Id>3592</Id>
<Destination>04</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Grapes>
- <Plum>
<Id>8011</Id>
<Destination>04</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Plum>
- <Melon>
<Id>3593</Id>
<Destination>04</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Melon>
</List>
<Condition>Corpses with listed items</Condition>
<Style>After melee kill</Style>
<Range>10</Range>
<EatFood>yes</EatFood>
<Enabled>yes</Enabled>
</Looting>
- <Targeting>
- <Monsters>
- <Elf-Arcanist>
<Categories>Elf Arcanist</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>
</Elf-Arcanist>
- <Elf-Scout>
<Categories>Elf Scout</Categories>
<Danger>5</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>
</Elf-Scout>
- <Elf>
<Categories>Elf</Categories>
<Danger>9</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>
</Elf>
</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>yes</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>