Error 02EB on iRO, same with tRO ?

International

Moderator: Moderators

natas
Noob
Noob
Posts: 15
Joined: 10 Dec 2008, 04:16
Noob?: Yes

Re: Error 02EB on iRO, same with tRO ?

#151 Post by natas »

Code: Select all

-'02ED' => ['actor_display', 'a4 v3 V1 v10 a4 a4 x2 V1 C2 a3 x2 v2', [qw(ID walk_speed param1 param2 param3 type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir guildID guildEmblem visual_effects stance sex coords lv unknown)]],
+'02ED' => ['actor_display', 'a4 v3 V1 v10 a4 a4 V1 C2 a3 x1 v v2', [qw(ID walk_speed param1 param2 param3 type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir guildID guildEmblem visual_effects stance sex coords act lv unknown)]],
This is a fix for packet 02ED it is sent when a character appears. I hope this helps those still having issues. I'll have more time this weekend to work on this so let me know what you find out.
You do not have the required permissions to view the files attached to this post.
sinrockz
Noob
Noob
Posts: 6
Joined: 13 Dec 2008, 06:09
Noob?: Yes

Re: Error 02EB on iRO, same with tRO ?

#152 Post by sinrockz »

I have done all the replacement of the files given by natas,
THNX ALOT
But i am facing a new prob and that is my mage isnt able to bot in geo map after satan patch...
AND

My bot isnt able to add to party to my other bots even when they arent in any party my bot just wont accept my other bot invitation...

Even thou my bot config has
partyauto 2


Can some1 help me out plzz

Thnx in Advance
Last edited by sinrockz on 15 Dec 2008, 01:24, edited 1 time in total.
mr nads
Human
Human
Posts: 45
Joined: 01 Oct 2008, 20:39
Noob?: No

Re: Error 02EB on iRO, same with tRO ?

#153 Post by mr nads »

^-- you really shouldn't post the same thing in two threads. It is just rude.
Darki
Been there done that!
Been there done that!
Posts: 143
Joined: 25 Oct 2008, 08:14
Noob?: No
Location: Spain, Madrid

Re: Error 02EB on iRO, same with tRO ?

#154 Post by Darki »

natas wrote:

Code: Select all

-'02ED' => ['actor_display', 'a4 v3 V1 v10 a4 a4 x2 V1 C2 a3 x2 v2', [qw(ID walk_speed param1 param2 param3 type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir guildID guildEmblem visual_effects stance sex coords lv unknown)]],
+'02ED' => ['actor_display', 'a4 v3 V1 v10 a4 a4 V1 C2 a3 x1 v v2', [qw(ID walk_speed param1 param2 param3 type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir guildID guildEmblem visual_effects stance sex coords act lv unknown)]],
This is a fix for packet 02ED it is sent when a character appears. I hope this helps those still having issues. I'll have more time this weekend to work on this so let me know what you find out.
I have a question: does it check as "unknown" all players before identifying all? This made a fix, so it goes better, but I still wanna know if it's normal that it takes some seconds to get people's names. If it's normal that the bot takes 2~8 seconds to get someone's name, then it's going well. But I don't remember it taking time to follow me after warping to a new map, when I was levelling in Lightalzen I was all the time running after dying and it didn't seem to "stop" after portal... But maybe yes, my memory is very bad.

Thank you very much for all the hard work... and sorry for bothering you so much ^^U If I had an idea about how to fix this I'd help, but I'm a really noob at this. ><
ImageImageImage
ImageImageImage
ImageImageImage
addy11
Noob
Noob
Posts: 1
Joined: 12 Dec 2008, 20:47
Noob?: Yes

Re: Error 02EB on iRO, same with tRO ?

#155 Post by addy11 »

can anyone help me this is wat im getting
log in everythings find then i get an error and it disconnects rite as i load into the map 02eb
Karen33x
Human
Human
Posts: 28
Joined: 10 Dec 2008, 00:40
Noob?: Yes
Location: Boston

Re: Error 02EB on iRO, same with tRO ?

#156 Post by Karen33x »

If your still getting the 02EB error when you log in, you didn't copy over the three files needed, the Recieve.pm in the Kore\src\Netwrok, the ServerType0.pm in the Kore\src\Netwrok\Receive folder, and the
recvpackets-iro.txt in the Kore\tables folder.

Here is a zip with the files, just unzip and copy the contents directly into your Kore Folder.

This is with Natas's new Recieve.pm, Thank you Natas for all your hard work, sorry i haven't been around much, due to finals but i'll take a look at the code this weekend. I just hope I can help in some way...
You do not have the required permissions to view the files attached to this post.
-Why do what you can today when you can put if off for tomorrow?
natas
Noob
Noob
Posts: 15
Joined: 10 Dec 2008, 04:16
Noob?: Yes

Re: Error 02EB on iRO, same with tRO ?

#157 Post by natas »

Darki: From what I can tell the server sends 2 packets with the charcter names in it 0095 is for characters not in a guild 0195 is for charcters in a guild. The server sends 3 packets with character info; 02EC character moved, 02ED character appeared, 02EE character exists, those 3 packets do not contain the characters name only an id which openkore must match with the correct name from the first 2 packets. To me it looks like the reason that openkore will display unknowns for the characters name for a brief second when you first encounter them is because it has not yet received or is still processing the packets containing the characters name.

example: when i walk through a portal and enter prontera i will receive a bunch of 02EE packets saying characters exists but the name isn't included. If i type pl i will see all unknowns for the names but all other info is correct i will keep receiving the 0095 and 0195 packets at about 1 second intervals until all names are identified.
The reason you see the names as unknown is because the server has not sent you the name yet

hope this explanation makes sense. I just noticed the last fix i posted for packet 02ED doesnt display the correct lvl
sinrockz
Noob
Noob
Posts: 6
Joined: 13 Dec 2008, 06:09
Noob?: Yes

Re: Error 02EB on iRO, same with tRO ?

#158 Post by sinrockz »

I AM SORRY FOR MY DOUBLE POST
But tht happened due to my eagerness , am "SORRY"

Well it happened so cuz i lost 48% man thts freaking tuff as when u have just started the server and is totally equips Less...

Well can some1 plss post me a mage config as i am facing problem with my config after 12.0eps patch

1 More Important question is tht how shall I add my bot to party as wen i login 1 char ingame and another char on bot and try to get the bot char in party , but it wont accept it, as this prob also arised after the new satan patch????
any idea why its hapeneing so as wen u log in game it show u allowed party by others?????

any solution for the same above, wud b very appreciated..
Darki
Been there done that!
Been there done that!
Posts: 143
Joined: 25 Oct 2008, 08:14
Noob?: No
Location: Spain, Madrid

Re: Error 02EB on iRO, same with tRO ?

#159 Post by Darki »

natas wrote:Darki: From what I can tell the server sends 2 packets with the charcter names in it 0095 is for characters not in a guild 0195 is for charcters in a guild. The server sends 3 packets with character info; 02EC character moved, 02ED character appeared, 02EE character exists, those 3 packets do not contain the characters name only an id which openkore must match with the correct name from the first 2 packets. To me it looks like the reason that openkore will display unknowns for the characters name for a brief second when you first encounter them is because it has not yet received or is still processing the packets containing the characters name.

example: when i walk through a portal and enter prontera i will receive a bunch of 02EE packets saying characters exists but the name isn't included. If i type pl i will see all unknowns for the names but all other info is correct i will keep receiving the 0095 and 0195 packets at about 1 second intervals until all names are identified.
The reason you see the names as unknown is because the server has not sent you the name yet

hope this explanation makes sense. I just noticed the last fix i posted for packet 02ED doesnt display the correct lvl

I understand. Thanks for the explanation. Well, then the problem is not Kore's but the game. It's weird then, because it takes more time now to "get" people's names then, I suppose because it sends more data with it, the equipement stuf, along with the name and all things.

Thank you very much, seriously, you saved my bot. x)
ImageImageImage
ImageImageImage
ImageImageImage
TimeTells
Noob
Noob
Posts: 1
Joined: 15 Dec 2008, 00:23
Noob?: Yes

Re: Error 02EB on iRO, same with tRO ?

#160 Post by TimeTells »

Karen33x wrote:and the recvpackets-iro.txt in the Kore\tables folder.
For visualkore there isn't a file called Kore\tables.
I've tried copying it to VisualKore\visual\DefaultTables but this didn't help.

I've added the Recieve.pm into VisualKore\src\Network

and

I've added the ServerType0.pm to VisualKore\src\Network\Receive.

I'm not sure, have I done it right?