New IRO Update

International

Moderator: Moderators

Message
Author
jimbit
Noob
Noob
Posts: 5
Joined: 26 Sep 2019, 23:18
Noob?: Yes
Contact:

New IRO Update

#1 Post by jimbit »

Timeout when connecting to map server.

I have tried to update the files.

New packet found.

Code: Select all

diff --git a/recvpackets.txt b/old_recvpackets.txt
index dd02d18..2df1c65 100644
--- a/recvpackets.txt
+++ b/old_recvpackets.txt
@@ -1,4 +1,4 @@
-# Generated: 2019-09-27T01:59:47Z
+# Generated: 2019-09-16T00:15:31Z
 0187 6 6 0
 0081 3 3 0
 01C6 4 4 0
@@ -36,8 +36,8 @@
 0089 7 7 0
 008C -1 4 0
 007E 6 6 0
-08A2 2 2 0
-086B 7 7 0
+0127 2 2 0
+0898 7 7 0
 0099 -1 4 0
 019C -1 4 0
 009B 5 5 0
@@ -48,7 +48,7 @@
 00A7 8 8 0
 00A9 6 6 0
 00AB 4 4 0
and i update in packet extractor

Code: Select all

my %new_packets = map { $_ => $_ } qw( 0187 0081 01C6 0089 008C 007E 08A2 086B 0127 0898 0099 019C 009B 00A7 00A9 00AB );
when i run it again,
it still comes with error.

ERROR: Size of recvpackets changed [1479 != 1516], shuffle will be wrong. Indicate new packets.

What i did wrong? Anyone can help?

Thank you.

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: New IRO Update

#2 Post by fadreus »

1516 - 1479 = 37
37 new packets, not 16.

Sometimes packets are removed.
Modified value is not new packets
New added lines is new packet.
New packets are clump together.
If start from 0, next line is 1,2,3 and so on in hexadecimal.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

jimbit
Noob
Noob
Posts: 5
Joined: 26 Sep 2019, 23:18
Noob?: Yes
Contact:

Re: New IRO Update

#3 Post by jimbit »

thanks for pointing it out.
found them!

Code: Select all

0B2B 0B2C 0B2D 0B2E 0B2F 0B30 0B31 0B32 0B33 0B34 0B35 0B36 0B37 0B38 0B39 0B3A 0B3B 0B3C 0B3D 0B3F 0B40 0B41 0B42 0B43 0B44 0B45 0B46 0B47 0B48 0B49 0B4A 0B4B 0B4C 0B4D 0B4E 0B4F 0B50 0B51 0B52 
but when i run the script again,

ERROR: Size of recvpackets changed [1518 != 1516], shuffle will be wrong. Indicate new packets.

i'm pretty sure those 39 new packets is not in old_recvpackets

Any clue?

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: New IRO Update

#4 Post by fadreus »

fadreus wrote:Sometimes packets are removed.
1516 - 1518 = -2
Means 2 packets are removed.
Delete them from old recvpackets.

When you done, you can fork latest openkore git and make pull request. Im too lazy to do it..

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

jimbit
Noob
Noob
Posts: 5
Joined: 26 Sep 2019, 23:18
Noob?: Yes
Contact:

Re: New IRO Update

#5 Post by jimbit »

My eyes cannot tahan anymore. Will try again tonite.

Thanks.

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: New IRO Update

#6 Post by fadreus »

Tips: CTRL+F

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

jimbit
Noob
Noob
Posts: 5
Joined: 26 Sep 2019, 23:18
Noob?: Yes
Contact:

Re: New IRO Update

#7 Post by jimbit »

Code: Select all

0B26 0B29
remove from old_recvpackets and now succeeded without error.

Can login and pass the map.

New Problem:-
Other players are not allowed to view your Equipment.
Packet Parser: Unknown switch: 0B08
Packet Parser: Unknown switch: 0B09
Packet Parser: Unknown switch: 0B0A
Packet Parser: Unknown switch: 0B0B
And now bot cannot do anything. Cannot move, cannot open vending, cannot cast anything, cannot see inventory

What is next step?

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: New IRO Update

#8 Post by fadreus »

Come visit IRC, someone can help there..
Last edited by fadreus on 27 Sep 2019, 23:02, edited 2 times in total.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

jimbit
Noob
Noob
Posts: 5
Joined: 26 Sep 2019, 23:18
Noob?: Yes
Contact:

Re: New IRO Update

#9 Post by jimbit »

What?? IRC?? very 90's hahaha

which channel? is there a web version of irc out there?

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: New IRO Update

#10 Post by fadreus »

jimbit wrote:What?? IRC?? very 90's hahaha

which channel? is there a web version of irc out there?

Yea, here
https://github.com/OpenKore/openkore#contacts
IRC, got 2.. Choose any u like..

There was a plan to upgrade everything but everyone busy..
Welp, old-skool fo naw..

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Post Reply