Create Elemental Converter Skill

Moderator: Moderators

+erinzky12+
Noob
Noob
Posts: 6
Joined: 17 Jul 2011, 23:36
Noob?: No

Re: Create Elemental Converter Skill

#41 Post by +erinzky12+ »

TY for this thread! in just less than an hour i made my bot its first use of Macro, creating Acid Bottles! i am so really really happy right now! Thanks Guys!

BTW: sendProduceMix works. :D :) ;)
dalinker
Noob
Noob
Posts: 1
Joined: 22 Dec 2011, 05:23
Noob?: Yes

Re: Create Elemental Converter Skill

#42 Post by dalinker »

....
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 ####
}
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
ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: Create Elemental Converter Skill

#43 Post by ever_boy_ »

it's not working for me. not even when i do it manually

do ss 1007 1
do send (yada yada yada packet)

it just wont work. nothing happens at all. the skill is activated, but no elemental converter is created.