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...
Openkore no more work for twRO
Moderator: Moderators
-
- Developers
- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
-
- Noob
- Posts: 3
- Joined: 05 Nov 2010, 05:17
- Noob?: No
Re: Openkore no more work for twRO
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
why the number exist twice per line
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
-
- Noob
- Posts: 3
- Joined: 28 Jan 2011, 13:28
- Noob?: No
Re: Openkore no more work for twRO
I am so proud for you!!
the "Packets" make me crazy... :X
the "Packets" make me crazy... :X
-
- Developers
- Posts: 79
- Joined: 06 Oct 2010, 09:22
- Noob?: No
Re: Openkore no more work for twRO
i will do it on sat.
-
- Noob
- Posts: 1
- Joined: 29 Jan 2011, 10:10
- Noob?: Yes
Re: Openkore no more work for twRO
thank you for your kindly help.... i am the TWRO player and hope you can come out the solution soon.
thank....you......
thank....you......

-
- Noob
- Posts: 1
- Joined: 29 Jan 2011, 12:47
- Noob?: Yes
Re: Openkore no more work for twRO
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
[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
-
- Developers
- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
Re: Openkore no more work for twRO
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 !
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 !
-
- Developers
- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
Re: Openkore no more work for twRO
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 !?
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 !?

-
- Developers
- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
Re: Openkore no more work for twRO
the storage_items_nonstackable packet (02D1) 26 => 28
-
- Developers
- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
Re: Openkore no more work for twRO
the length of 00AA packet is changed to 9