TrueRO

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: TrueRO

#21 Post by SkylorD »

No. And really don't need.
Just select the file and "Start Analyzer".

It'll create a Output folder.
Get your recvpackets and be free. To do the conversion.


http://www.openkore.com/index.php/Serve ... ation_Date

You tried two diff. serverType.
Do you have sure about this ?
Learn rules

-Saint Seiya-
The Way Of Human
The Way Of Human
Posts: 182
Joined: 11 Apr 2008, 07:03

Re: TrueRO

#22 Post by -Saint Seiya- »

SkylorD wrote:No. And really don't need.
Just select the file and "Start Analyzer".

It'll create a Output folder.
Get your recvpackets and be free. To do the conversion.


http://www.openkore.com/index.php/Serve ... ation_Date

You tried two diff. serverType.
Do you have sure about this ?
you mean that .ini recvpackets file?

luthfilokman
Noob
Noob
Posts: 3
Joined: 01 Jul 2014, 13:47
Noob?: Yes

Re: TrueRO

#23 Post by luthfilokman »

i have try and my character did not collect the item....and also the skill that been set.... it always spam the skill... is it still related to the recvpackets problem??

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: TrueRO

#24 Post by SkylorD »

Yes for your first, but do the conversion.

It shows :

Code: Select all

0x0187 = 6
Must :

Code: Select all

0187 6
You'll copy all lines and will open your notepad, paste the code and save your file as recvpackets.txt and not recvpackets.ini '-'
If you want to search for a recvpackets, first try searching in your tables/kRO folder.

If you have notepad++, you can do this easily.
i have try and my character did not collect the item....and also the skill that been set.... it always spam the skill... is it still related to the recvpackets problem??
:ugeek: Maybe no. Did you try to change your serverType ? '-'

http://forums.openkore.com/viewtopic.ph ... 20&start=0

kRO_RagexeRE_2011_11_02a (unfinished, Patches Welcome). Remember when you set.

http://wiki.openkore.com/index.php?title=ServerType
Learn rules

-Saint Seiya-
The Way Of Human
The Way Of Human
Posts: 182
Joined: 11 Apr 2008, 07:03

Re: TrueRO

#25 Post by -Saint Seiya- »

SkylorD wrote:Yes for your first, but do the conversion.

It shows :

Code: Select all

0x0187 = 6
Must :

Code: Select all

0187 6
You'll copy all lines and will open your notepad, paste the code and save your file as recvpackets.txt and not recvpackets.ini '-'
If you want to search for a recvpackets, first try searching in your tables/kRO folder.

If you have notepad++, you can do this easily.
yeah tried but still having empty inventory. i think its due to servertype.

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: TrueRO

#26 Post by SkylorD »

ahttp://www.openkore.com/index.php/ServerType#Compilation_Date


Your date = 2013 08 07a

serverType kRO_RagexeRE_2013_08_07a.

With this sT, you'll receive a warn from 099D Packet.

You need go to src>>network>>receive>>kRO>>RagexeRE_2013_03_20 and open with notepad++.

This line :

Code: Select all

'082D' => ['received_characters_info', 'x2 C5 x20', [qw(normal_slot premium_slot billing_slot producible_slot valid_slot)]],
Change to :

Code: Select all

'099D' => ['received_characters_info', 'x2 C5 x20', [qw(normal_slot premium_slot billing_slot producible_slot valid_slot)]],
This is my server settings :

Code: Select all

[True RO]
ip 209.151.167.140
port 6900
version 45
master_version 0
serverType kRO_RagexeRE_2013_08_07a
serverEncoding Western
charBlockSize 144
addTableFolders bRO
pinCode 1
So with grf tool :

master_version = 0
version = 45(hex) = 69 (dec)

Using wireshark :

master_version = 0
version = 2D(hex) = 45(dec)

But it won't connect. But if version = 45 (dec) it works :
version 45
master_version 0
It's detecting your items, npcs, monsters. You can move, talk.

Check if works.
Set in your config.txt :

loginPinCode <your pin password>
Learn rules

foreven888
Noob
Noob
Posts: 1
Joined: 09 Jul 2014, 19:18
Noob?: Yes

Re: TrueRO

#27 Post by foreven888 »


-Saint Seiya-
The Way Of Human
The Way Of Human
Posts: 182
Joined: 11 Apr 2008, 07:03

Re: TrueRO

#28 Post by -Saint Seiya- »

@skylord, how are you able to login i kept getting

Code: Select all

The server has denied your connection.

striker12
Noob
Noob
Posts: 12
Joined: 09 Jul 2014, 09:58
Noob?: Yes

Re: TrueRO

#29 Post by striker12 »

I did what you told here, but my TrueRO send the same message as his.

"server denied your connection"

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: TrueRO

#30 Post by SkylorD »

Try using :

Code: Select all

[True RO]
ip 209.151.167.140
port 6900
version 45
master_version 0
serverType kRO_RagexeRE_2013_08_07a
serverEncoding Western
charBlockSize 144
addTableFolders translated/kRO_english;kRO/RagexeRE_2013_08_07a;kRO;
pinCode 1
Learn rules

Locked