Bloodrose Family Forums Archive


Public Board

-

Scripts

-

auto-harvestor in zmud (basic)

Poted by Kealiock on 03 Aug 2006 10:20 - auto-harvestor in zmud (basic)
#CLASS {Concoctions}
#BUTTON 1 {harvest} {#class harvestor 0} {no harvest} {#class harvestor 1} {} {1} {} {} {} {} {} {} {} {120} {120} {} {} "" {} {} {}
#BUTTON 2 {brew} {#class brewer 0} {no brew} {#class brewer 1} {} {1} {} {} {} {} {} {} {} {} {} {} {} "" {} {} {}
#CLASS 0
#CLASS {Concoctions|Harvestor}
#ALIAS harv {#var plants %1;#var plant %2;~harvest @plant}
#VAR plant {echinacea} {plant}
#VAR plants {0} {0}
#TRIGGER {You have recovered balance on all limbs.} {#cw green;#if (@plants > 0) {harvest @plant}}
#TRIGGER {You reach (%w) and carefully harvest} {#cw green;#var plants %eval( @plants - 1);#if (@plants = 0) {inc all @plant}}
#KEY F11 {perceive;plants}
#CLASS 0
#CLASS {Concoctions|brewer}
#ALIAS brewhealth {#var fills %1;drop pot;#repeat @fills {outc valerian;outc valerian;outc ginseng;outc myrrh;outc goldenseal;inpot valerian to pot;inpot valerian to pot;inpot ginseng to pot;inpot myrrh to pot;inpot goldenseal to pot};boil pot for health}
#ALIAS brewmana {#var fills %1;drop pot;#repeat fills {outc slipper;outc bellwort;outc hawthorn;outc bloodroot;inpot slipper to pot;inpot bellwort to pot;inpot hawthorn to pot;inpot bloodroot to pot};boil pot for mana}
#ALIAS brewlevitation {#var fills %1;drop pot;#repeat @fills {outc kelp;outc kelp;outc pear;outc feather;inpot kelp to pot;inpot kelp to pot;inpot pear to pot;inpot feather to pot};boil pot for levitation}
#ALIAS brewimmunity {#var fills %1;drop pot;#repeat @fills {outc sac;outc ash;outc echinacea;outc echinacea;inpot sac to pot;inpot ash to pot;inpot echinacea to pot;inpot echinacea to pot};boil pot for immunity}
#ALIAS brewvenom {#var fills %1;drop pot;#repeat fills {outc sac;outc cohosh;outc kelp;outc skullcap;inpot sac to pot;inpot cohosh to pot;inpot kelp to pot;inpot skullcap to pot};boil pot for venom}
#ALIAS brewspeed {#var fills %1;drop pot;#repeat fills {outc skin;outc skin;outc kuzu;outc goldenseal;outc ginger;inpot skin to pot;inpot skin to pot;inpot kuzu to pot;inpot goldenseal to pot;inpot ginger to pot};boil pot for speed}
#ALIAS brewfrost {#var fills %1;drop pot;#repeat @fills {outc kelp;outc pear;outc ginseng;inpot kelp to pot;inpot pear to pot;inpot ginseng to pot};boil pot for frost}
#ALIAS brewepidermal {#var fills %1;drop pot;#repeat fills {outc kuzu;outc kuzu;outc bloodroot;outc hawthorn;outc ginseng;inpot kuzu to pot;inpot kuzu to pot;inpot bloodroot to pot;inpot hawthorn to pot;inpot ginseng to pot};boil pot for epidermal}
#ALIAS brewmending {#var fills %1;drop pot;#repeat fills {outc dust;outc kelp;outc kuzu;outc ginger;outc ginger;inpot dust to pot;inpot kelp to pot;inpot kuzu to pot;inpot ginger to pot;inpot ginger to pot};boil pot for mending}
#ALIAS brewcaloric {#var fills %1;drop pot;#repeat fills {outc kuzu;inpot kuzu to pot;outc kuzu;inpot kuzu to pot;outc valerian;inpot valerian to pot;outc kelp;inpot kelp to pot;outc kelp;inpot kelp to pot;outc bellwort;inpot bellwort to pot};boil pot for caloric}
#ALIAS brewrestoration {#var fills %1;drop pot;#repeat fills {get 400 gold from pack;outc kuzu;outc kuzu;outc valerian;outc bellwort;inpot gold to pot;inpot gold to pot;inpot kuzu to pot;inpot kuzu to pot;inpot valerian to pot;inpot bellwort to pot};boil pot for restoration}
#ALIAS brewmass {#var fills %1;drop pot;#repeat fills {outc moss;outc bloodroot;outc kuzu;outc dust;inpot moss to pot;inpot bloodroot to pot;inpot kuzu to pot;inpot dust to pot};boil pot for mass}
#VAR fills {0}
#KEY F12 {get pot;#repeat @fills {fill vial from pot};#var fills 0}
#CLASS 0
Poted by Arota on 03 Aug 2006 15:28 -
I'd post my version...but it's a blatant, zmud-ified version of Avian's nexus one.
Poted by Kealiock on 03 Aug 2006 17:21 -
that is exactly the same as avians... sept it has auto-brewer....
Poted by Avian on 03 Aug 2006 17:24 -
Posers
Poted by Arota on 04 Aug 2006 00:11 -
Take it as a back-handed compliment, Avian. *grin*
Poted by Kealiock on 04 Aug 2006 04:56 -
i didn't make it like yours on perpose, dork, i read yours and went, ehy... its the same

Back to main forum archive

View normal forum version