Macro for Brewing not triggering.

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

keicee
Noob
Noob
Posts: 9
Joined: 24 Apr 2008, 05:51

Macro for Brewing not triggering.

#1 Post by keicee »

What Seems to be the problem? i got everything set up perfectly but it wont trigger.


##### 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 potzMakerGlisteningCoat {
sp > 20
status Blessing

inventory "Glistening Coat Creation Guide" > 0
inventory "Medicine Bowl" > 0
inventory "Empty Bottle" > 0
inventory "Heart of Mermaid" > 0
inventory "Zenorc's Fang" > 0
inventory "Alcohol" > 0

timeout 1.5
run-once 1

call {
do ss 228 10
do send 8E 01 E3 1B 00 00 00 00 00 00

pause 0.5

release potzMakerGlisteningCoat
}
Unknown6996
Human
Human
Posts: 24
Joined: 07 Oct 2011, 11:21
Noob?: No

Re: Macro for Brewing not triggering.

#2 Post by Unknown6996 »

You don't close your macro with two keys ' { } '.
See the end of macro . :D
keicee
Noob
Noob
Posts: 9
Joined: 24 Apr 2008, 05:51

Re: Macro for Brewing not triggering.

#3 Post by keicee »

what do you mean? should it suppose to be like this?



automacro potzMakerGlisteningCoat {
sp > 20
status Blessing

inventory "Glistening Coat Creation Guide" > 0
inventory "Medicine Bowl" > 0
inventory "Empty Bottle" > 0
inventory "Heart of Mermaid" > 0
inventory "Zenorc's Fang" > 0
inventory "Alcohol" > 0

timeout 1.5
run-once 1

call
do ss 228 10
do send 8E 01 E3 1B 00 00 00 00 00 00

pause 0.5

release potzMakerGlisteningCoat
}
2essy2killu
Noob
Noob
Posts: 1
Joined: 18 Dec 2011, 13:18
Noob?: No

Re: Macro for Brewing not triggering.

#4 Post by 2essy2killu »

automacro potzMakerGlisteningCoat {
sp > 20
status Blessing

inventory "Glistening Coat Creation Guide" > 0
inventory "Medicine Bowl" > 0
inventory "Empty Bottle" > 0
inventory "Heart of Mermaid" > 0
inventory "Zenorc's Fang" > 0
inventory "Alcohol" > 0

timeout 1.5
run-once 1

call {
do ss 228 10
do send 8E 01 E3 1B 00 00 00 00 00 00

pause 0.5

release potzMakerGlisteningCoat
}
}