Page 1 of 1

Create Elemental Convertes - Recvpackets problem

Posted: 30 Sep 2014, 10:34
by Transformer
Hello Everyone,

Problem :-
I am not able to create elemental converters using openkore. :evil:
Old codes for Marco not working.
Hex string for Fire elemental converter using console command "send" or using macro not working.
I wanted to extract packets for this - but all the links for packet extractors on openkores site not working.
What to do - ???
Well, Macro is getting called, it Triggers Create elemental converter skill - but fails ot make converter.
PS:- If you guide me and help to solve , would really appreciate help. I am noob so need help pls.

Codes i uesd :-

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
}

Re: Not Working - Create Elemental Convertes

Posted: 04 Oct 2014, 15:37
by SkylorD
http://forums.openkore.com/viewtopic.php?f=36&t=13305 -> Extract recvpackets.

Use WPE to get the correct sequence.

Re: Not Working - Create Elemental Convertes

Posted: 08 Oct 2014, 16:52
by Liposo
SkylorD wrote:http://forums.openkore.com/viewtopic.php?f=36&t=13305 -> Extract recvpackets.

Use WPE to get the correct sequence.
Can you still use that extractor get recvpackets.txt?
I just tried recently. I got extractor.exe but when I run that extractor, it crashed and I got 0-byte recvpackets.txt

=(

PS. Client, in case you want to try: http://www.mediafire.com/download/jpb2c ... ragexe.rar

Re: Not Working - Create Elemental Convertes

Posted: 10 Oct 2014, 22:15
by SkylorD

Re: Not Working - Create Elemental Convertes

Posted: 12 Oct 2014, 06:24
by Liposo
Thank you! Can you tell me which tool do you use?
I tried all available in wiki but none of them worked =(

Image

Re: Not Working - Create Elemental Convertes

Posted: 14 Oct 2014, 22:08
by SkylorD
Can you tell me which tool do you use?
No tool. by hands.
Further info : http://forums.openkore.com/viewtopic.php?f=36&t=17996