PDA

View Full Version : [rquestion]buff packet


alex1tmac
9th April 2007, 08:15
I was just wondering if any1 knows which packet is for buffs that you get from the elf soldier. Every time i try to find it i get D/Cd. Any help is great.

thanks

mattyg12
9th April 2007, 08:19
ok first, load a program that records packets, walk up to elf buff your self then log off, then read through your packets to find out were the packet is of you getting buffed voila, you found it

alex1tmac
9th April 2007, 08:21
thank you.

i will try that asap.

Misha
9th April 2007, 14:10
no no no hurny smurf if he'll do that he'll get a list of a thousand packets just walk to the elf start capturing press on the buff, stop recording and look for a C1/C2 (I think; ) packet

zergman
9th April 2007, 14:17
I tried to sniff that packet, I found only encrypted C3 packet :(

javierwww
9th April 2007, 15:55
anyone have discover any useful packet ? if u correct packet for buff please post here

alex1tmac
9th April 2007, 20:39
i think i found it,
when i talk to elf soldier, i get 3 new packets, one client -> server, and 2 server -> client.

the client -> server one is a follows.
-193 5 24 148 82
-Hex: C1 5 18 94 52

only problem is when i try to send that to server, i get disconnected.


the first server -> client one is as follows.
-193 12 7 1 0 0 0 2 25 183 0 0
-Hex: C1 C 7 1 0 0 0 2 19 B7 0 0

haven't tried sending this one yet.


second server -> client one is as follows.
-193 6 20 1 28 121
-Hex: C1 6 14 1 1C 79

haven't tried sending this one yet.


Now i don't know much about packets and sending them and how they work.. so i'll leave them to someone more experienced.

astrogod
10th April 2007, 22:15
"Click on Elf Soldier" is a C3 packet.

Encrypted example:
C3 0D 2A 2B 1F 2B 69 80 61 1C 99 C6 F3
* 13 bytes long

Decrypted examples:
* 10 bytes long!

Elf Soldier - Lorencia
C3 0A 47 30 03 BB 9E 0E 73 23
C3 0A 50 30 03 BB 67 F7 73 23

Devias
C3 0A 1A 30 04 ED B8 79 73 23
C3 0A 2B 30 04 ED EF 2E 73 23

01 02 03 04 05 06 07 08 09 10


01=C3
02=size of decrypted pkt
03=number of c3 pkts sent to serv
04=30h : function_id (click on elf soldier function)
05,06=elf_soldier_id (lor=03 BB; dev=04 ED ...)
07,08=unknown1 (random)
09,10=unknown2 (maybe it's a pkt_checksum? not sure!)

Note1: If u resend this packet, using the last 4 bytes (07,08,09,10) of the first(original) packet, no problem, server doesn't DC u! :)

Note2: If u're greater than 180+ level, server will do that check and you will not be able to receive free buff :P

Unfortunately, it's not useful, unless someone find any bug on server side that allows high levels to get buff...

Yoshi_Zero
10th April 2007, 23:00
Should I send C3 0A 47 30 03 BB 9E 0E 73 23 to server or client?

astrogod
10th April 2007, 23:23
Should I send C3 0A 47 30 03 BB 9E 0E 73 23 to server or client?

It's a cli -> server packet!

* Remember, once it's an encrypted packet, u will need to reencrypt it (incrementing the C3 packet counter byte) and then sending it to server. Otherwise, u will get DCed from server!

gggmaster
11th April 2007, 12:55
this packet dont work unless u send it when u close to the elf.
unless u make a method to teleport elf and then send packet and go back, it will not work for u.