Xinum
Never Give Up!
- Joined
- Dec 23, 2009
- Messages
- 578
- Reaction score
- 66
[RP] Yalahar Undead ~ 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>
</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>
<HealRange>0 to 80 %</HealRange>
<ManaRange>20 to all</ManaRange>
<HealMethod>Light Healing</HealMethod>
<ExtraCondition>No condition</ExtraCondition>
<CooldownControl>yes</CooldownControl>
<CheckItem>no</CheckItem>
<SpamRate>200 to 400</SpamRate>
<Enabled>yes</Enabled>
</exura>
<exura-san>
<HealRange>0 to 50 %</HealRange>
<ManaRange>160 to all</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>
<mana-potion>
<HealRange>0 to 100 %</HealRange>
<ManaRange>0 to 190</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>0 to 35 %</HealRange>
<ManaRange>0 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>
</Rules>
<PingCompensation>10</PingCompensation>
<Enabled>yes</Enabled>
</Healer>
<FriendHealer>
<Rules />
<Enabled>no</Enabled>
</FriendHealer>
<Refiller>
<Rules />
<Enabled>yes</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 />
<Setup>-- Setup -- Script Made by Zantii91
-- Backpack Setup:
MainBp = "yellow backpack" --- your main bp name
GoldBp = 'brocade backpack' --- your gold bp name
LootBp = 'jewelled backpack' --- loot bp nr 1 ( min 1 | max 4 )
-- DP bp setup:
MainDpBp = 'brown backpack'
StackableDpBp = 'beach backpack'
LootDpBp = 'Golden Backpack'
EdronDpBp = 'blue backpack'
GreenDpBp = 'green backpack'
BlueDpBp = 'Blue Backpack'
RashidDpBp = 'Purple Backpack'
RingsDpBp = 'Fur Backpack'
-- Potions Setup:
MpName = "mana potion" --- kind of mana pots to buy
MpPrice = 50 --- price of mana pots you will use
MaxMp = 40 --- max quantity of mana pots to buy
MinMp = 10 --- quantity of mana pots to leave
-- Hunt
AmmoName = "royal spear" --- kind of mana pots to buy
AmmoPrice = 15 --- price of mana pots you will use
MaxAmmo = 30 --- max quantity of mana pots
MinAmmo = 10 --- quantity of mana pots to leave
MinCap = 100 --- capacity to leave hunt.
GoldCap = 100 --------- under this cap it will stop looting gold/over this capacity it will start looting gold again.</Setup>
<Library>Standard</Library>
<Enabled>yes</Enabled>
</Actions>
<CaveBot>
<Waypoints>
<start>Stand 32801 31243 7</start>
<w001>Stand 32814 31234 7</w001>
<w002>Stand 32827 31225 7</w002>
<w003>Stand 32825 31210 7</w003>
<w004>Stand 32833 31186 7</w004>
<w005>Stand 32844 31179 7</w005>
<w006>Stand 32836 31161 7</w006>
<w007>Stand 32835 31155 7</w007>
<w008>Stand 32835 31153 6</w008>
<w009>Stand 32834 31145 5</w009>
<w010>Stand 32834 31143 6</w010>
<w011>Stand 32841 31123 7</w011>
<w012>Stand 32841 31110 7</w012>
<w013>Stand 32828 31107 7</w013>
<w014>Stand 32811 31104 7</w014>
<w015>Stand 32804 31103 7</w015>
<travel>Action 32804 31103 7 say("hi");wait(1000);npcsay("pass");wait(1000);npcsay("cemetery")</travel>
<w017>Stand 32779 31108 7</w017>
<w018>Use 32778 31118 7</w018>
<enter>Shovel 32789 31119 7</enter>
<w000>Stand 32789 31119 7</w000>
<w020>Stand 32788 31117 8</w020>
<w021>Stand 32791 31123 9</w021>
<hunt>Stand 32802 31136 9</hunt>
<w023>Stand 32791 31124 9</w023>
<next>Stand 32773 31098 9</next>
<w026>Stand 32768 31090 9</w026>
<w027>Stand 32756 31087 9</w027>
<w028>Stand 32741 31086 9</w028>
<w029>Stand 32735 31073 9</w029>
<w030>Stand 32729 31065 9</w030>
<w031>Stand 32737 31095 9</w031>
<w032>Stand 32734 31102 9</w032>
<w033>Stand 32733 31108 9</w033>
<w034>Stand 32773 31099 9</w034>
<w035>Stand 32782 31119 9</w035>
<checker>Action 32786 31119 9 if itemcount(MpName) < MinMp or itemcount(AmmoName) < MinAmmo or cap < MinCap then;gotolabel('refill');else;gotolabel("hunt");end</checker>
<refill>Stand 32788 31118 9</refill>
<w038>Rope 32788 31117 9</w038>
<w039>Rope 32789 31119 8</w039>
<w040>Stand 32780 31118 7</w040>
<w041>Stand 32780 31108 7</w041>
<w042>Stand 32799 31103 7</w042>
<magician>Action 32799 31103 7 say("hi");wait(1000);npcsay("pass");wait(1000);npcsay("magician")</magician>
<w044>Stand 32825 31106 7</w044>
<w045>Stand 32841 31111 7</w045>
<w046>Stand 32845 31119 7</w046>
<w047>Stand 32838 31127 7</w047>
<w048>Stand 32836 31139 7</w048>
<w049>Stand 32835 31143 7</w049>
<w050>Stand 32835 31145 6</w050>
<w051>Stand 32834 31153 5</w051>
<w052>Stand 32834 31155 6</w052>
<w053>Stand 32847 31169 7</w053>
<w054>Stand 32858 31189 7</w054>
<w055>Stand 32860 31208 7</w055>
<w056>Stand 32858 31225 7</w056>
<w057>Stand 32849 31241 7</w057>
<w058>Stand 32834 31247 7</w058>
<prebank>Stand 32824 31249 7</prebank>
<bank>Action 32824 31249 7 local mana = positive(150 - itemcount("mana potion")) * 50;local spear = positive(10 - itemcount("royal spear")) * 15;local Total = mana + spear;;say("hi");wait(1500,2500);npcsay("deposit all");wait(200,300);npcsay("yes");wait(200,300);;if Total > 0 then; npcsay("withdraw "..Total); wait(200,300); npcsay("yes"); wait(200,300);end</bank>
<w061>Stand 32821 31254 7</w061>
<w062>Stand 32809 31254 7</w062>
<w063>Stand 32803 31250 7</w063>
<w064>Stand 32794 31248 7</w064>
<depot>Action 32794 31248 7 reachgrounditem("depot");wait(700);openitem("depot");wait(700,900);openitem(3502, "locker");wait(700,900);openitem(MainDpBp, "depot chest");wait(700,900);depotdeposit(StackableDpBp,"small diamond", "black pearl", "demonic skeletal hand", "ghoul snack", "small diamond", "rotten piece of cloth", "half-digested piece of meat","pile of grave earth", "brown piece of cloth");wait(700,900);depotdeposit(EdronDpBp, "guardian shield", "life ring");wait(700,900);</depot>
<w066>Stand 32801 31248 7</w066>
<w067>Stand 32795 31233 7</w067>
<w068>Stand 32790 31239 7</w068>
<w069>Stand 32789 31239 6</w069>
<buymanas>Action 32789 31239 5 say("hi");wait(2000);npcsay("trade");wait(2000);sellflasks();wait(1000);npcsay("trade");wait(1000);sellflasks();wait(1000);npcsay("trade");wait(1000);if itemcount(MpName) < MaxMp then;buyitemsupto(MpName, MaxMp);wait(1000);end</buymanas>
<w071>Stand 32790 31239 5</w071>
<w072>Stand 32789 31239 4</w072>
<buyspear>Action 32789 31239 3 say("hi");wait(2000);npcsay("trade");wait(1000);if itemcount(AmmoName) < MaxAmmo then;buyitemsupto(AmmoName, MaxAmmo);wait(1000);end</buyspear>
<w074>Stand 32789 31239 3</w074>
<w075>Stand 32790 31239 4</w075>
<w076>Stand 32789 31239 5</w076>
<w077>Stand 32790 31239 6</w077>
<w016>Stand 32819 31234 7</w016>
<w019>Stand 32828 31234 7</w019>
<w022>Stand 32830 31247 7</w022>
<w024>Stand 32824 31248 7</w024>
<w025>Action 32824 31248 7 say("hi");wait(1500,2500);npcsay("deposit all");wait(200,300);npcsay("yes");wait(200,300)</w025>
<w078>Stand 32799 31233 7</w078>
<closebps>Action 32795 31251 7 closewindows();wait(2000)</closebps>
<openbps>Action 32795 31251 7 if windowcount() < 3 then;closewindows();wait(500,2000);openitem(MainBp, "back");wait(700, 1500);openitem(PotsBp, MainBp, true);wait(700, 1500);resizewindows();wait(700, 1500);openitem(LootBp, MainBp, true);wait(700, 1500);openitem(GoldBp, MainBp, true);wait(500, 1000);resizewindows();wait(500, 1000);end</openbps>
<checker>Action 32795 31251 7 if itemcount(MpName) < MinMp then;gotolabel('prebank');else;gotolabel("gobacksup");end</checker>
</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>
<Demonic-Skeletal-Hand>
<Id>9647</Id>
<Destination>1</Destination>
<AlarmOn>No Alarm</AlarmOn>
</Demonic-Skeletal-Hand>
<black-pearl>
<Id>3027</Id>
<Destination>1</Destination>
<AlarmOn>No Alarm</AlarmOn>
</black-pearl>
<guardian-shield>
<Id>3415</Id>
<Destination>1</Destination>
<AlarmOn>No Alarm</AlarmOn>
</guardian-shield>
<gold-coin>
<Id>3031</Id>
<Destination>2</Destination>
<AlarmOn>No Alarm</AlarmOn>
</gold-coin>
<ghoul-snack>
<Id>11467</Id>
<Destination>1</Destination>
<AlarmOn>No Alarm</AlarmOn>
</ghoul-snack>
<life-ring>
<Id>3052</Id>
<Destination>1</Destination>
<AlarmOn>No Alarm</AlarmOn>
</life-ring>
<rotten-piece-of-cloth>
<Id>10291</Id>
<Destination>1</Destination>
<AlarmOn>No Alarm</AlarmOn>
</rotten-piece-of-cloth>
<brown-piece-of-cloth>
<Id>5913</Id>
<Destination>1</Destination>
<AlarmOn>No Alarm</AlarmOn>
</brown-piece-of-cloth>
<pile-of-grave-earth>
<Id>11484</Id>
<Destination>1</Destination>
<AlarmOn>No Alarm</AlarmOn>
</pile-of-grave-earth>
<small-diamond>
<Id>3028</Id>
<Destination>1</Destination>
<AlarmOn>No Alarm</AlarmOn>
</small-diamond>
<half-digested-piece-of-meat>
<Id>10283</Id>
<Destination>1</Destination>
<AlarmOn>No Alarm</AlarmOn>
</half-digested-piece-of-meat>
<two-handed-sword>
<Id>3265</Id>
<Destination>ground</Destination>
<AlarmOn>No Alarm</AlarmOn>
</two-handed-sword>
</List>
<Condition>All corpses</Condition>
<Style>After all dead</Style>
<Range>10</Range>
<EatFood>yes</EatFood>
<Enabled>yes</Enabled>
</Looting>
<Targeting>
<Monsters>
<ghoul>
<Categories>-</Categories>
<Danger>1</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>
</ghoul>
<demon-skeleton>
<Categories>-</Categories>
<Danger>5</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>
</demon-skeleton>
<crypt-shambler>
<Categories>-</Categories>
<Danger>3</Danger>
<ListSettings>
<Setting0>
<Count>Any</Count>
<HpRange>0 to 100 %</HpRange>
<Stance>Keep Away</Stance>
<Avoid>None</Avoid>
<Distance>3</Distance>
<Attack>Attack</Attack>
<ListSpell />
<SpellRate>500 to 1000</SpellRate>
<AttackMode>No Change</AttackMode>
</Setting0>
</ListSettings>
<Looting>yes</Looting>
<MustAttackMe>no</MustAttackMe>
<OnlyIfTrapped>no</OnlyIfTrapped>
</crypt-shambler>
</Monsters>
<Settings>
<ListOrder>1</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("|",0,278)addtext("|",104,278)addtext("|",147,278)
addtext("|",0,283)addtext("|",104,283)addtext("|",147,283)
addtext("|",0,293)addtext("|",104,293)addtext("|",147,293)
addtext("|",0,303)addtext("|",104,303)addtext("|",147,303)
addtext(" _____________________",0,268)
addtext(" _____________________",0,285)
addtext(" _____________________",0,302)
setfontcolor("green")
addtext("Health Potion",20,282)addtext(itemcount("Health Potion"),119,282)
setfontcolor("green")
addtext("Mana Potion",20,300)addtext(itemcount("Mana Potion"),119,300)</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>