BTW: sendProduceMix works.



Moderator: Moderators
Apparently, I added another macro for my bot to use the healer to replenish mana. Problem is after the bot talks to the healer, it stops from doing the skill and making elemental converters. Anyone know how to fix this? Thanks in advance....
automacro earth {
inventory "Blank Scroll" >= 1
inventory "Horn" >= 3
run-once 1
call earth
}
macro earth {
do ss 1007
do send 8E 01 54 2F 00 00 00 00 00 00
release earth
}
automacro noSP {
console /Skill Create Elemental Converter failed/i #### can also be used for pharmacy ####
call getSP
}
macro getSP {
do talk @npc (115 66) #### coordinates of Healer NPC ####
pause 2
do talk resp 0 #### for responses ####
}