skip navigation

Welcome, Guest [log in · register]
Cwn Annwn
Search
Page 1 of 1 1
Thassen this is a simple script to bot a reagrent bag.
conditions silks are ordered as follows and 3.trunk is for suns and stones.
1.silk= air
2.silk=fire
3.silk=water
4.silk=earth
3.trunk=suns+ runestones
when trunk is full it will start dropping reags on ground.
type makeregs to bot the reagrent bag


#ALIAS makeregs {
#gagblock
open vandemaar
get all vand
close vandemaar
}
#CLASS {reagrent bag}
#TRIGGER {You take a mandrake leaf from Vandemaar's Reagent Bag.} {
#gag
put all.leaf 4.silk
}
#TRIGGER {You take (%d) of a mandrake leaf from Vandemaar's Reagent Bag.} {
#gag
put all.leaf 4.silk
}
#TRIGGER {You take a shimmering white fish scale from Vandemaar's Reagent Bag.} {
#gag
put all.scale 3.silk
}
#TRIGGER {You take (%d) of a shimmering white fish scale from Vandemaar's Reagent Bag.} {
#gag
put all.scale 3.silk
}
#TRIGGER {You take a silver runestone from Vandemaar's Reagent Bag.} {
#gag
put all.rune 3.trunk
}
#TRIGGER {You take (%d) of a silver runestone from Vandemaar's Reagent Bag.} {
#gag
put all.rune 3.trunk
}
#TRIGGER {You take a sunstone from Vandemaar's Reagent Bag.} {
#gag
put all.sun 3.trunk
}
#TRIGGER {You take (%d) of a sunstone from Vandemaar's Reagent Bag.} {
#gag
put all.sun 3.trunk
}
#TRIGGER {You take a feather from a roc from Vandemaar's Reagent Bag.} {
#gag
put all.fea 1.silk
}
#TRIGGER {You take (%d) of a feather from a roc from Vandemaar's Reagent Bag.} {
#gag
put all.fea 1.silk
}
#TRIGGER {You take (%d) of a pinch of sulfur from Vandemaar's Reagent Bag.} {
#gag
put all.sul 2.silk
}
#TRIGGER {You take a pinch of sulfur from Vandemaar's Reagent Bag.} {
#gag
put all.sul 2.silk
}
#TRIGGER {You see nothing in the vand.} {#gag}
#TRIGGER {You close Vandemaar's Reagent Bag.} {#gag 2}
#TRIGGER {You aren't carrying anything that will fit into a yellow silk bag.} {
#gag 2
drop feather
}
#TRIGGER {You aren't carrying anything that will fit into a red silk bag.} {
#gag 2
drop sulfur
}
#TRIGGER {You aren't carrying anything that will fit into a blue silk bag.} {
#gag 2
drop scale
}
#TRIGGER {You aren't carrying anything that will fit into a black silk bag.} {
#gag 2
drop leaf
}
#TRIGGER {You aren't carrying anything that will fit into Vandemaar's Trunk.} {
#gag 2
drop all.reag
}
#TRIGGER {You open Vandemaar's Reagent Bag.} {#gag 2}
#CLASS 0

Page 1 of 1 1