Openkore no more work for twRO

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

Openkore no more work for twRO

#1 Post by sofax222 »

Today, after the maintanence of twRO official servers, the openkore no more works !

Until now, I found the changes as followings:

1. the CharBlockSize 112 => 116
2. the inventory_items_nonstackable packet (02D0) 26 => 28
3. the new actor_display packet 0857 / 0856
.....
It should be more changes...
pdagsm77
Noob
Noob
Posts: 3
Joined: 05 Nov 2010, 05:17
Noob?: No

Re: Openkore no more work for twRO

#2 Post by pdagsm77 »

I change the charblocksize to 116
my player select still not work
the names are all wrong

also I extract the new packet from packet_extract.pl v3
the new packet are strange
it looks like

Code: Select all

08AC 2 2
08AD 2 2
08B1 -1 4
082D -1 28
08B2 -1 4
08AF 10 10
08B0 17 17
08B3 -1 8
08B4 2 2
08B5 6 6
08B6 3 3
why the number exist twice per line
rascalof
Noob
Noob
Posts: 3
Joined: 28 Jan 2011, 13:28
Noob?: No

Re: Openkore no more work for twRO

#3 Post by rascalof »

I am so proud for you!!
the "Packets" make me crazy... :X
DrKN
Developers
Developers
Posts: 79
Joined: 06 Oct 2010, 09:22
Noob?: No

Re: Openkore no more work for twRO

#4 Post by DrKN »

i will do it on sat.
dog23604423
Noob
Noob
Posts: 1
Joined: 29 Jan 2011, 10:10
Noob?: Yes

Re: Openkore no more work for twRO

#5 Post by dog23604423 »

thank you for your kindly help.... i am the TWRO player and hope you can come out the solution soon.

thank....you...... :D
abdz2002
Noob
Noob
Posts: 1
Joined: 29 Jan 2011, 12:47
Noob?: Yes

Re: Openkore no more work for twRO

#6 Post by abdz2002 »

I also found two packets ... 0858 and 0080

[Jan 30 00:10:51 2011.89] Received packet: 0858 [71 bytes]
[Jan 30 00:10:51 2011.90] Packet: 0858
[Jan 30 00:10:51 2011.90] Packet Parser: Unknown switch: 0858
[Jan 30 00:10:51 2011.92] Received packet: 0080 [ 7 bytes] [Unit Lost (Died, Disappeared, Disconnected)]
[Jan 30 00:10:51 2011.93] Packet: 0080[Unit Lost (Died, Disappeared, Disconnected)]
[Jan 30 00:10:51 2011.93] Unknown Disappeared: E5 C4 78 00Different each time
sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

Re: Openkore no more work for twRO

#7 Post by sofax222 »

I guess :
1. the 0856 packet could be the same with 07F9 packet (at the least: same length)
2. the 0857 packet could be the same with 07F7 packet (at the least: same length)

I am working on....
But now, the official twRO servers is in maintanence !
sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

Re: Openkore no more work for twRO

#8 Post by sofax222 »

OK !
Till now, I get the solution:
1. The 0856 packet is similar to 07F9 packet
2. The 0857 packet is similar to 07F7 packet
3. The 0858 packet is similar to 07F8 packet
And the length of 08?? packet is more than 2 bytes with the length of 07?? packet
I put the 2 bytes as in "v" before the "karma", in ServerType0.pm file.

Now my bot works, but I am not sure it is all ok already !? :(
sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

Re: Openkore no more work for twRO

#9 Post by sofax222 »

the storage_items_nonstackable packet (02D1) 26 => 28
sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

Re: Openkore no more work for twRO

#10 Post by sofax222 »

the length of 00AA packet is changed to 9