Tevesh'Szat's
Duergar Newbie Bot
DO NOT USE THIS WHILE AFK - EVER!!!
BOT STARTS AND ENDS AT THE DUERGAR NEWBIE TRAINER - MARDEN
DO NOT USE THIS WHILE AFK - EVER!!!
BOT STARTS AND ENDS AT THE DUERGAR NEWBIE TRAINER - MARDEN
NEVER RUN THESE BOTS WHILE YOU ARE AFK!
IT IS AGAINST THE RULES AND WILL GET YOU BANNED WITH THE QUICKNESS.
You will need to do the following:
Step 1: Create a Class Folder in zMUD labeled BOTS
Step 2: Make sure the "disable this class when loading" box is checked (if it's not and you die, it's your own damn fault for being an idiot) also make sure the "Enabled" box is ALSO unchecked
Step 3: Create another Class Folder INSIDE the BOTS folder labeled Duergar_Newbie_Bot and do the same things in step 2 with this Class Folder.
Step 4: Create a Variable OUTSIDE of both of those folders called Duergar_Newbie_Count in the value box give it the number zero. DO NOT give it a default value of zero.
Step 5: Go back into the Duergar_Newbie_Bot Class Folder and create a new Trigger with the following Pattern:
^Cannot find prisoner
For the Command copy and paste the following script below exactly starting with the #ADD and ending with the final } Do not include my Notes.
#add Duergar_Newbie_Count 1
#if (@Duergar_Newbie_Count=1) {
#WAIT 3500
s
e
e
kill prisoners
}
#if (@Duergar_Newbie_Count=2) {
#WAIT 3500
ne
kill prisoners
}
#if (@Duergar_Newbie_Count=3) {
#WAIT 3500
se
kill prisoners
}
#if (@Duergar_Newbie_Count=4) {
#WAIT 3500
e
kill prisoners
}
#if (@Duergar_Newbie_Count=5) {
#WAIT 3500
e
kill prisoners
}
#if (@Duergar_Newbie_Count=6) {
#WAIT 3500
ne
kill prisoners
}
#if (@Duergar_Newbie_Count=7) {
#WAIT 3500
nw
kill prisoners
}
#if (@Duergar_Newbie_Count=8) {
#WAIT 3500
w
kill prisoners
}
#if (@Duergar_Newbie_Count=9) {
#WAIT 3500
w
kill prisoners
}
#if (@Duergar_Newbie_Count=10) {
#WAIT 3500
sw
kill prisoners
}
#if (@Duergar_Newbie_Count=11) {
#WAIT 3500
sw
kill prisoners
}
#if (@Duergar_Newbie_Count=12) {
#WAIT 3500
w
w
n
Duergar_Newbie_Count=0
#wait 299995
kill prisoners
}
Note: The #WAIT 299995 will literally wait exactly 5 hundredths of a second shy of exactly 5 minutes upon a lap completion before attempting to start the next round, to try to ensure the area has completely respawned.
Step 6. Create another Trigger with the following pattern:
^You killed Dwarf.
Give this trigger the following Commands:
#WAIT 500;kill prisoners
Step 7: Create an Alias in your zMUD root folder (above both class Folders)
Duergar_On
For the Command
#T+ Bots
#T+ Duergar_Newbie
#SA Bot Folder Enabled - Duergar Newbie Bot Enabled
#SA This bot starts and ends at the Duergar Newbie Trainer NPC Marden! When you are at the NPC & ready to begin xping, please enter the command "kill prisoners". When you're done using this bot make sure to turn it off with the Duergar_Off command!!!
#SA DO NOT USE TEVESH'SZAT's BOT WHILE AFK LEST YE BE A DOOMED FOOL!
Duergar_Newbie_Count=0
Step 8: Create an Alias in your zMUD root folder (above both class Folders)
Duergar_Off
Command
#T- Duergar_Newbie
#T- Bots
Duergar_Newbie_Count=0
#SA Duergar Newbie Bot & Bot Class Folders Disabled!!! Thank you for using Tevesh'Szat's bot. Don't use my bots while AFK lest ye be a Doomed Fool.