Geez thanks man, couldn't have had figured this out without your help. I thought the problem was the kore itself. ^^
This error comes when I use skill such as Extremity Fist.Quote:
##### 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 potzMakerAlcohol {
sp > 50
status Blessing
status Gloria
status not Owg 50%
inventory "Alcohol Creation Guide" > 0
inventory "Medicine Bowl" > 0
inventory "Empty Bottle" > 0
inventory "Stem" > 4
inventory "Empty Test Tube" > 0
inventory "Poison Spore" > 4
timeout 0.1
run-once 1
call {
do ss 228 10
do send 8E 01 CA 03 00 00 00 00 00 00
pause 0.5
release potzMakerAlcohol
}
}
automacro Maint EventFireBottle {
sp > 50
inventory "Bottle Grenade Creation Guide" > 0
inventory "Medicine Bowl" > 0
inventory "Empty Bottle" > 0
inventory "Alcohol" > 0
inventory "Fabric" > 0
timeout 0.1
run-once 1
call {
do ss 228 10
do send 8E 01 DF 1B 00 00 00 00 00 00
pause 0.1
release Maint EventFireBottle
}
}
automacro Maint EventAcidBottle {
sp > 50
inventory "Acid Bottle Creation Guide" > 0
inventory "Medicine Bowl" > 0
inventory "Empty Bottle" > 0
inventory "Immortal Heart" > 0
timeout 0.1
run-once 1
call {
do ss 228 10
do send 8E 01 E0 1B 00 00 00 00 00 00
pause 0.1
release Maint EventAcidBottle
}
}
automacro AImanual {
priority 1
console //
call AImanualON
run-once 1
}
macro AImanualON {
pause 2 //
do ai manual //
release AImanual
}
automacro AImanual {
priority 1
console /WELCOME TEXT OF THE SERVER, OR SOMETHING THAT APPEAR IN THE CHAT WHEN YOU CONNECT/
call AImanualON
run-once 1
}
macro AImanualON {
pause 2
do ai manual
release AImanual
}
automacro autopot_hp_a {
hp < 95%
run-once 0
inventory "Mastela Fruit" > 1
location not gonryun, prontera
call autopot_hp_m
}
macro autopot_hp_m {
do is @inventory(Mastela Fruit)
}
automacro autopot_sp_a {
sp < 95%
run-once 0
inventory "Blue Potion" > 1
location not gonryun, prontera
call autopot_sp_m
timeout .3
}
macro autopot_sp_m {
do is @inventory(Blue Potion)
}
automacro boost_a {
exclusive 1
console /Você está conjurando Extremity Fist/
# change the msg above with the msg that appears in your console/language when you cast asura
status not Provoke
run-once 1
call boost_m
}
macro boost_m {
do is @inventory(Aloevera)
release boost_a
}