Create Elemental Convertes - Recvpackets problem

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
Transformer
Noob
Noob
Posts: 4
Joined: 21 Aug 2014, 08:10
Noob?: Yes

Create Elemental Convertes - Recvpackets problem

#1 Post 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
}

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: Not Working - Create Elemental Convertes

#2 Post by SkylorD »

http://forums.openkore.com/viewtopic.php?f=36&t=13305 -> Extract recvpackets.

Use WPE to get the correct sequence.
Learn rules

Liposo
Plain Yogurt
Plain Yogurt
Posts: 59
Joined: 20 May 2013, 02:00
Noob?: No

Re: Not Working - Create Elemental Convertes

#3 Post 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

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: Not Working - Create Elemental Convertes

#4 Post by SkylorD »

Learn rules

Liposo
Plain Yogurt
Plain Yogurt
Posts: 59
Joined: 20 May 2013, 02:00
Noob?: No

Re: Not Working - Create Elemental Convertes

#5 Post 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

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: Not Working - Create Elemental Convertes

#6 Post 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
Learn rules

Locked