iRO Character Select Packet Fix

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

Moderator: Moderators

Message
Author
CrazyStoner
Human
Human
Posts: 20
Joined: 11 Mar 2010, 00:10
Noob?: Yes

Re: iRO Character Select Packet Fix

#11 Post by CrazyStoner »

Severs.txt (dont forget this)
addTableFolders iRO

Then go to tables/iRO (edit recvpackets.txt here)

JoshG12
Noob
Noob
Posts: 3
Joined: 06 Apr 2011, 03:20
Noob?: No

Re: iRO Character Select Packet Fix

#12 Post by JoshG12 »

I am also getting the "unable to load recvpackets.txt" error, what can we do?

nightbringer108
Noob
Noob
Posts: 3
Joined: 07 Apr 2011, 06:09
Noob?: No

Re: iRO Character Select Packet Fix

#13 Post by nightbringer108 »

anyone actually got it working? These changes don't seem to make a difference. Any chance you could upload the two files so we can replace our own?

zakuham
Noob
Noob
Posts: 6
Joined: 07 Apr 2011, 04:14
Noob?: No

Re: iRO Character Select Packet Fix

#14 Post by zakuham »

Mediafire

i posted this file awhile ago but mod havent accepted and this file is for iRo only no other servers which works i running 6 bots now xD the only thing u need to edit in config.txt server 2 then u can bot again ^^

wizzdome
Noob
Noob
Posts: 15
Joined: 26 May 2010, 11:32
Noob?: No

Re: iRO Character Select Packet Fix

#15 Post by wizzdome »

This was real hard to follow honestly it took me quite a few tries to get this right but it does work...

1)here is my server text... (located in tables folder)

[International - iRO]
ip 128.241.92.162
port 6900
master_version 1
version 18
serverType iRO
serverEncoding Western
paddedPackets 0
paddedPackets_attackID 0x72
paddedPackets_skillUseID 0xF5
patchserver ropatch1.gravityus.com
patchpath /fpatch
addTableFolders iRO
charBlockSize 112

2) this is my ServerType0 (in src/network/recieve)

sub new {
my ($class) = @_;
my $self = $class->SUPER::new();

$self->{packet_list} = {
'082D' => ['received_characters'],
'0069' => ['account_server_info', 'x2 a4 a4 a4 x30 C a*', [qw(sessionID accountID sessionID2 accountSex serverInfo)]],
'006A' => ['login_error', 'C', [qw(type)]],
'006B' => ['received_characters'],
'006C' =>

3)this is my recvpackets.txt (in tables/iro)


0820 11[]0821 2[]0822 9[]0823 0[]0824 6[]0825 0[]0826 4[]0827 6[]0828 14[]0829 12[]082A 10[]082B 6[]082C 10
082D 0[]0835 0[]

(note this works!!! but please dont try and copy and paste from here this is just written as a reference and it is not the entire code just a pic of where in the code it goes your best friend could be (EDIT(find)) to search out the section it goes in
I will give you a few extra details the server0 file is located not far down from the top... and the recvpackets is located nearly at the very bottom...(edit these like i have and you will be botting in no time hope this help) YOUR WELCOME!!!



Thanks to the original poster are much in order...

footnote make sure you select server 2 in your config file(in control folder)

nightbringer108
Noob
Noob
Posts: 3
Joined: 07 Apr 2011, 06:09
Noob?: No

Re: iRO Character Select Packet Fix

#16 Post by nightbringer108 »

Got mine working. put the first line in the middle of the similar lines. Do a search minus the numbers to find the spot.

Second bit of code I put at the top of the file.

Thirdly, in the servers.txt I changed iro valk's I.P. to xxxxxxxxxx.162

jadjad
Plain Yogurt
Plain Yogurt
Posts: 53
Joined: 25 Mar 2009, 22:20
Noob?: No
Location: in front of my computer

Re: iRO Character Select Packet Fix

#17 Post by jadjad »

@wizzdome: thanks man! works like a charm!
Image

neverm0re
Noob
Noob
Posts: 1
Joined: 07 Apr 2011, 09:09
Noob?: No

Re: iRO Character Select Packet Fix

#18 Post by neverm0re »

I did the recvpacket thing, but still didn't work for me.

Here's how it looks like

082A 10
082B 6
082C 10
082D 0
0835 0
0836 0
0837 3

Would you guys mind posting your working recvpackets?

JoshG12
Noob
Noob
Posts: 3
Joined: 06 Apr 2011, 03:20
Noob?: No

Re: iRO Character Select Packet Fix

#19 Post by JoshG12 »

I've followed those steps and I'm still receiving the packet tokenizer error of 082D, could someone just post the required files which are working? this will save alot of useless questions from users who are also having this problem

wizzdome
Noob
Noob
Posts: 15
Joined: 26 May 2010, 11:32
Noob?: No

Re: iRO Character Select Packet Fix

#20 Post by wizzdome »

np i paniced after the patch too i want to cash in on them 99 mil creamy cards too lol happy botting!!!

Locked