Monday, March 17, 2008

Element Convert

Nie Macro buat element convert.

automacro create {
sp >= 10%
location yuno
inventory "Rainbow Shell" > 3
inventory "Blank Scroll" > 1
#inventory "Scell" > 0
#inventory "Blue Herb" > 0
#inventory "Poison Spore" > 4
#inventory "Stem" > 4
#inventory "Empty Potion Bottle" > 0
call pharmacy
run-once 1

}

macro pharmacy {
do ss 1007 1
pause 1
# 970 alcohol
# 7135 bottle gerande
# 7136 acid bottle
# 545 condensed red
# 546 condensed yellow
# 547 condensed white
# 505 Blue Potion
# 12114 Flame Elemental Converter
# 12117 Lightning Elemental Converter
do eval $::messageSender->sendForgeItem(12117,7433,1013);
release $.caller
}

No comments: