Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#turbo
#event dead "#*#been slain by#*#"
#event camp "You have entered Guild Lobby."
#event exp "#*#experience!#*#"
#event ping "You have gained an ability point!#*#"
#event stats "#*#YETi STATS#*#"
Sub Main
/echo
/echo ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
/echo
/echo The Yeti's Bard Kite Mac version 6.9
/echo Forgotten Halls Edition
/echo
/echo ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
/echo
/echo You feel the wisdom of a drunken Yeti embrace you.
/declare Kill_Count int outer 0
/declare Ping_Count int outer 0
/declare LootAllItems int outer 1
/declare LootSlot int outer 0
/stoptwist
/delay 2s
/target Eldros Danmor
/warp target
/delay 2s
/say interested in visiting
/delay 3s
/keypress esc
/delay 1s
/target Nideno Eliagy
/warp target
/delay 2s
/say Forgotten halls
/delay 2s
/warp loc 1544 -665 94
/face loc 1540, -675
/look 0
/doortarget
/delay 10s
/click left
/delay 2s
/keypress u
/delay 1s
/click left
/keypress u
/delay 30s
/stoptwist
/delay 2s
/plugin mq2moveutils unload
/delay 1s
/plugin mq2moveutils
/delay 1s
/face heading 270
/delay 2s
/speed 200
/warp loc -573.50 162.80 2.15
/circle on 21
/tar NPC radius 220 rat
/squelch /twist 3 4 5 6 7
:targetloop
/doevents
/if (${Target.ID}==FALSE) /tar NPC radius 220 rat
/doevents
/if (${Me.PctHPs}<=20) /call evac
/doevents
/if (${Zone.ShortName.Equal[Nedaria]}) /call Main
/doevents
/goto :targetloop
/return
Sub evac
/warp succor
/stoptwist
/circle off
/keypress back
/keypress back
/delay 1s
/fade
/delay 20s
/squelch /twist 2
/delay 3s
/sit
/delay 120s
/stand
/delay 1s
/stoptwist
/plugin mq2moveutils unload
/delay 1s
/plugin mq2moveutils
/delay 1s
/face heading 270
/delay 2s
/warp loc -573.50 162.80 2.15
/circle on 21
/tar NPC radius 220 rat
/squelch /twist 3 4 5 6 7
/return
Sub event_dead
/stoptwist
/return
Sub event_ping
/echo PING!
/varcalc Ping_Count (${Ping_Count}+1)
/return
Sub event_exp
/varcalc Kill_Count (${Kill_Count}+1)
/echo Kill Count - ${Kill_Count}
/echo Ping Count - ${Ping_Count}
/stoptwist
/circle off
/keypress back
/keypress forward
/delay 1s
/squelch /declare LootSlot int inner 0
/declare LootCheck int inner 0
/declare LootTotal int inner 0
/target npc corpse radius 200
/delay 1s
/warp target
/delay 1s
/loot
/delay 5
/if (!${Corpse.Items}) {
/echo NO LOOT!
/notify LootWnd DoneButton leftmouseup
/delay 1s
/plugin mq2moveutils unload
/delay 1s
/plugin mq2moveutils
/delay 1s
/face heading 270
/delay 2s
/warp loc -573.50 162.80 2.15
/circle on 21
/tar NPC radius 220 rat
/squelch /twist 3 4 5 6 7
/return
}
/varset LootTotal ${Corpse.Items}
/for LootSlot 1 to ${LootTotal}
/itemnotify loot${LootSlot} leftmouseup
/delay 5
/if (${LootAllItems}) {
/echo Keeping a ${Cursor.Name}... WOOT!
/autoinventory
/autoinventory
/delay 5
} else {
/for LootCheck 1 to ${ItemsToLoot.Size}
/if (${Cursor.Name.Find[${ItemsToLoot[${LootCheck}]}]}) {
/echo Keeping a ${Cursor.Name}... WOOT!
/autoinventory
/autoinventory
/delay 5
}
/next LootCheck
}
/if (${Cursor.ID}) {
/echo Destroying a ${Cursor.Name}...
/destroy
/destroy
/delay 5
}
/next LootSlot
/delay 5
/notify LootWnd DoneButton leftmouseup
/delay 2
/plugin mq2moveutils unload
/delay 1s
/plugin mq2moveutils
/delay 1s
/face heading 270
/delay 2s
/warp loc -573.50 162.80 2.15
/circle on 21
/tar NPC radius 220 rat
/squelch /twist 3 4 5 6 7
/return
Sub event_camp
/delay 1s
/echo shitttt
/sit
/camp desktop
/end
/return
Sub event_reset
/stoptwist
/plugin mq2moveutils unload
/delay 1s
/plugin mq2moveutils
/delay 1s
/face heading 270
/delay 2s
/warp loc -573.50 162.80 2.15
/circle on 21
/tar NPC radius 220 rat
/squelch /twist 3 4 5 6 7
/return
Sub event_stats
/echo Yeti Statistics
/echo ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
/echo Kill Count - ${Kill_Count}
/echo Ping Count - ${Ping_Count}
/echo Rest Count - ${Rest_Count}
/echo ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
/return