skip navigation

Welcome, Guest [log in · register]
Cwn Annwn
Search
Page 1 of 1 1
Thassen this script auto gets all items from x ammount of bots. it saves flashes and cb pots in 2.trunk and puts cp pots in inventory. can be easily modified to put the items in any location.
it drops all other items.
it also gags everything that it bots exept for the flashes and cbpots to keep down spam for you.
it will also gag anyone else bot bots/reag bags/mahogony box to reduce spam from others.
copy and paste the entire script into zmud console.

create an alias as follows just add whatever ammount of bags you wana bot to the alias.

type botbag and the rest is done for you.


#ALIAS botbag {
#gagblock
open 1.trick
get all 1.trick
close 1.trick
open 2.trick
get all 2.trick
close 2.trick
open 3.trick
get all 3.trick
close 3.trick
}



#CLASS {bot} {enable}
#TRIGGER {* vanishes in a puff of smoke.} {
#gag 2
#gag -1
}
#TRIGGER {TICK IN 0 SECONDS.} {#gag}
#TRIGGER {%1 {from a bag of tricks.|from a mahogany puzzle box.|from Vandemaar's Reagent Bag}} {
#gag 2
#gag -1
}
#TRIGGER {%1 {drop|drops} {a|an} {lockpick|small acid bomb|tarot card|small poison bomb|wood and iron spade|small ice bomb|potion of surprise|portion of onion rings|small smoke bomb|tyke's diaper|hunk of swiss cheese|hat shaped hat|eight ball}} {#gag 3}
#TRIGGER {You see nothing in a bag of tricks.} {#gag 2}
#TRIGGER {You take {a|an} %1 from a bag of tricks.} {
#var bot {%1}
#if (@bot=~ "lockpick") {
drop lockpick
#gag
}
#if (@bot=~ "eight ball") {
drop eight
#gag
}
#if (@bot=~ "small acid bomb") {
drop acid
#gag
}
#if (@bot=~ "tarot card") {
drop tarot
#gag
}
#if (@bot=~ "wood and iron spade") {
drop spade
#gag
}
#if (@bot=~ "small flash bomb") {
put flash 2.trunk
#gag -1
}
#if (@bot=~ "swirling black potion") {
put blind 2.trunk
#gag -1
}
#if (@bot=~ "small poison bomb") {
drop poison
#gag
}
#if (@bot=~ "potion of surprise") {
drop surprise
#gag
}
#if (@bot=~ "small ice bomb") {
drop ice
#gag
}
#if (@bot=~ "portion of onion rings") {
drop onion
#gag
}
#if (@bot=~ "small smoke bomb") {
drop smoke
#gag
}
#if (@bot=~ "tyke's diaper") {
drop diaper
#gag
}
#if (@bot=~ "hunk of swiss cheese") {
drop cheese
#gag
}
#if (@bot=~ "hat shaped hat") {
drop hat
#gag
}
}
#TRIGGER {You take %d of {a|an} %1 from a bag of tricks.} {
#var bot {%1}
#if (@bot=~ "lockpick") {
drop all.lockpick
#gag
}
#if (@bot=~ "eight ball") {
drop all.eight
#gag
}
#if (@bot=~ "small acid bomb") {
drop all.acid
#gag
}
#if (@bot=~ "tarot card") {
drop all.tarot
#gag
}
#if (@bot=~ "wood and iron spade") {
drop all.spade
#gag
}
#if (@bot=~ "small flash bomb") {
put all.flash 2.trunk
#gag -1
}
#if (@bot=~ "swirling black potion") {
put all.blind 2.trunk
#gag -1
}
#if (@bot=~ "small poison bomb") {
drop all.poison
#gag
}
#if (@bot=~ "potion of surprise") {
drop all.surprise
#gag
}
#if (@bot=~ "small ice bomb") {
drop all.ice
#gag
}
#if (@bot=~ "portion of onion rings") {
drop all.onion
#gag
}
#if (@bot=~ "small smoke bomb") {
drop all.smoke
#gag
}
#if (@bot=~ "tyke's diaper") {
drop all.diaper
#gag
}
#if (@bot=~ "hunk of swiss cheese") {
drop all.cheese
#gag
}
#if (@bot=~ "hat shaped hat") {
drop all.hat
#gag
}
}
#TRIGGER {%1 {closes a bag of tricks.|close a bag of tricks.|closes a mahogany puzzle box.|closes Vandemaar's Reagent Bag.}} {
#gag 2
#gag -1
}
#TRIGGER {%1 {opens a bag of tricks.|open a bag of tricks.|opens a mahogany puzzle box.|opens Vandemaar's Reagent Bag.}} {#gag 2}
#CLASS 0




Last edited on October 17, 2006 02:42pm.
Page 1 of 1 1