Create Elemental Converter Skill

Moderator: Moderators

Death Sickle
Noob
Noob
Posts: 7
Joined: 14 Sep 2008, 18:06
Noob?: Yes

Create Elemental Converter Skill

#1 Post by Death Sickle »

well..this is my first macro, so please excuse lack of skill in writing macros..
this is essentially the base for the professor skill..
any better versions are gladly accepted.
automacro frost {
inventory "Blank Scroll" >= 1
inventory "Snail Shell" >= 3
run-once 1
call frost
}

macro frost {
do ss 1007
do send 8E 01 53 2F 00 00 00 00 00 00
release frost
}

automacro flame {
inventory "Blank Scroll" >= 1
inventory "Scorpion Tail" >= 3
run-once 1
call flame
}

macro flame {
do ss 1007
do send 8E 01 52 2F 00 00 00 00 00 00
release flame
}

automacro thunder {
inventory "Blank Scroll" >= 1
inventory "Rainbow Shell" >= 3
run-once 1
call thunder
}

macro thunder {
do ss 1007
do send 8E 01 55 2F 00 00 00 00 00 00
release thunder
}

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
}

i hope this is useful x_x
Engydoggy
Human
Human
Posts: 33
Joined: 12 Jul 2008, 06:14
Noob?: Yes

Re: Create Elemental Converter Skill

#2 Post by Engydoggy »

Nice, thank you, I make converters for my other chars by the dozen all the time. This is gonna make it easier.
muszyka
Human
Human
Posts: 38
Joined: 05 Sep 2008, 08:45
Noob?: No
Location: Philippines

Re: Create Elemental Converter Skill

#3 Post by muszyka »

thnx.
Image

Never interrupt your enemy when he's making a mistake.
Always go on PVP. /gg
babolgam
Noob
Noob
Posts: 17
Joined: 27 May 2008, 06:50
Noob?: No

Re: Create Elemental Converter Skill

#4 Post by babolgam »

how do you trigger the macro? please help...I've placed sp > 10 for it to trigger but won't..
Death Sickle
Noob
Noob
Posts: 7
Joined: 14 Sep 2008, 18:06
Noob?: Yes

Re: Create Elemental Converter Skill

#5 Post by Death Sickle »

what do you mean trigger? o.o
it auto triggers if you have item+blank scroll @_@
978972222
Human
Human
Posts: 22
Joined: 26 May 2008, 01:42
Noob?: No

Re: Create Elemental Converter Skill

#6 Post by 978972222 »

it does't work, i got this error


Image

Image

im using openkore 2.0.6.1

im from free prontera server malaysia
midnytblu
Developers
Developers
Posts: 90
Joined: 14 Apr 2008, 09:37
Noob?: No
Location: prt_fild08 134 362

Re: Create Elemental Converter Skill

#7 Post by midnytblu »

^try having at least one already-made converter in your inventory
978972222
Human
Human
Posts: 22
Joined: 26 May 2008, 01:42
Noob?: No

Re: Create Elemental Converter Skill

#8 Post by 978972222 »

does't work also >.< and same problem also

Image

why it say i dont have skill Create Converter?????

my sp full 100%...
i can do create flame converter by manual also can

>.<
midnytblu
Developers
Developers
Posts: 90
Joined: 14 Apr 2008, 09:37
Noob?: No
Location: prt_fild08 134 362

Re: Create Elemental Converter Skill

#9 Post by midnytblu »

@no skill error
prolly the macro triggered while you're not logged in completely yet so kore can't see your skills yet... so it's normal (if it's bugging you, put some pauses or add/change the automacro trigger)

@convert error
can you try to change the "do send ######" line to "do arrowcraft" ?
978972222
Human
Human
Posts: 22
Joined: 26 May 2008, 01:42
Noob?: No

Re: Create Elemental Converter Skill

#10 Post by 978972222 »

it happen like this

with this macro :
automacro flame {
inventory "Blank Scroll" >= 1
inventory "Scorpion Tail" >= 3
run-once 1
call flame
}

macro flame {
do ss 1007
do arrowcraft
release flame
}

Image