##### Alchemist Brewing #####
# Red Potion = 8E 01 F5 01 00 00 00 00 00 00
# Yellow Potion = 8E 01 F7 01 00 00 00 00 00 00
# White Potion = 8E 01 F8 01 00 00 00 00 00 00
# Blue Potion = 8E 01 F9 01 00 00 00 00 00 00
# Adonyne = 8E 01 5D 02 00 00 00 00 00 00
# Aloevera = 8E 01 5E 02 00 00 00 00 00 00
# Red Slim = 8E 01 21 02 00 00 00 00 00 00
# Yellow Slim = 8E 01 22 02 00 00 00 00 00 00
# White Slim = 8E 01 23 02 00 00 00 00 00 00
# Alcohol = 8E 01 CA 03 00 00 00 00 00 00
# Fire Bottle = 8E 01 DF 1B 00 00 00 00 00 00
# Acid Bottle = 8E 01 E0 1B 00 00 00 00 00 00
# Plant Bottle = 8E 01 E1 1B 00 00 00 00 00 00
# Mine Bottle = 8E 01 E2 1B 00 00 00 00 00 00
# Coating Wax = 8E 01 E3 1B 00 00 00 00 00 00
automacro Process {
console /^Other players are not allowed to view your Equipment/
call Pharmacy
run-once 1
}
macro Pharmacy {
pause 2
$ing = @invamount (Empty Bottle)
if ($ing < 50) goto GetIng
$ing = @invamount (Stem)
if ($ing < 750) goto GetIng
$ing = @invamount (Poison Spore)
if ($ing < 750) goto GetIng
$ing = @invamount (Empty Cylinder)
if ($ing < 150) goto GetIng
$ing = @invamount (Medicine Bowl)
if ($ing < 150) goto GetIng
$pot = @invamount(Alchol)
if ($pot > 0) goto GetIng
$loop = 1
$bowl = @invamount (Medicine Bowl)
while ($loop <= $bowl) as looping
do ss 228
do send 8E 01 CA 03 00 00 00 00 00 00
$bowl = @invamount (Medicine Bowl)
end looping
pause 2
do c bakayaro baka baka
release all
pause 7
:GetIng
do talknpc 143 119 c r1 n
pause 2
do storage add @Inventory (Empty Cylinder)
do storage add @Inventory (Stem)
do storage add @Inventory (Poison Spore)
do storage add @Inventory (Empty Bottle)
do storage add @Inventory (Medicine Bowl)
do storage add @Inventory (Alchol)
do storage get @Storage (Empty Cylinder) 150
do storage get @Storage (Stem) 750
do storage get @Storage (Poison Spore) 750
do storage get @Storage (Empty Bottle) 150
do storage get @Storage (Medicine Bowl) 150
do storage close
pause 1
release all
call Pharmacy
}
#Use this if you don't wanna waste the medicine bowls
#automacro quit {
# var cac = @storeamount (Cactus Needle)
# var cac < 150
# call {
# do logout
# }
#}
automacro stopmaking {
storage "Stem" < 1
call {
do relog 100000000000000000000000000000000000000000000
}
}
automacro stopmakingtoo {
storage "Medicine Bowl" < 150
call {
do relog 100000000000000000000000000000000000000000000
}
}
automacro stopmaking3 {
storage "Empty Cylinder" < 150
call {
do relog 100000000000000000000000000000000000000000000
}
}
automacro stopmaking4 {
storage "Poison Spore" < 1
call {
do relog 100000000000000000000000000000000000000000000
}
}
automacro stopmaking5 {
storage "Empty Bottle" < 150
call {
do relog 100000000000000000000000000000000000000000000
}
}
#automacro potzMakerAcidBottle {
# sp > 10
# status Blessing
# status Gloria
# status not Owg 50%
# status Marionette Control
#
# inventory "Medicine Bowl" > 1
# inventory "Empty Test Tube" > 1
# inventory "Cactus Needle" > 1
# inventory "Red Potion" > 1
#
# timeout 1.5
# run-once 1
#
# call {
# do ss 228 10
# do send 8E 01 F5 01 00 00 00 00 00 00
#
# pause 0.25
#
# release potzMakerAcidBottle
# }
#}
#
#
#Witch Starsand
when i open the bot will get this msg : No information about storage; it has not been opened before in this session
i donno what happen ? i am keep check already and try to settle , izzit my macro have problem ? any people can help me fix it ?
No information about storage; it has not been opened before
Moderator: Moderators
-
- Noob
- Posts: 1
- Joined: 20 Nov 2012, 07:03
- Noob?: Yes
-
- Developers
- Posts: 308
- Joined: 06 Jul 2012, 13:44
- Noob?: No
Re: No information about storage; it has not been opened before
hmm... maybe it's because your storage hasn't been opened before in this session. just guessing though.