Acension of Ragnarok (+troubleshooting for my first bot)

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

suspicious guy
Noob
Noob
Posts: 4
Joined: 01 Apr 2013, 01:40
Noob?: Yes

Acension of Ragnarok (+troubleshooting for my first bot)

#1 Post by suspicious guy »

Hi,

I'm trying to bot there, but it doesn't work like I want to.
I guess there are some mistakes I made, because it's the first time I'm tring to build a bot by myself.
I copied the iro folder in my new aoro folder in /tables, because i have no idea how to create a recvpackets.txt for this server :oops:

This is the link of that server (it's a german only)
http://www.ao-ro.de/page/

These are the informations I'm using:

Code: Select all

[AoRO]
ip 176.28.44.93
port 6900
version 25
master_version 16
serverType 0
serverEndcoding Western
charBlockSize 144
addTableFolders aoro
I have troubles by detecting any kind of monsters. Ok shows "Poring" on the side, but that's the only one. I tested it on different map and I wasn't able to see any other monsters at openkore.
Lunatic for examble is often (but not everytime) shown as unknown on the sidebar. In the screen you can see that it makes an emoticion, but openkore don't know what it is.
And i tried to check my inventory, but I he said my inventory is empty (it's not).

Image

Anyone can guide me a bit or send me some links with solutions for troubles like this?
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Acension of Ragnarok (+troubleshooting for my first bot)

#2 Post by Raider »

You have followed this guide? http://www.openkore.com/index.php/Connectivity_Guide

Try:

Code: Select all

addTableFolders translated/kRO_english;kRO
Use the guide to extract the recvpackets, otherwise upload the exe file here.
suspicious guy
Noob
Noob
Posts: 4
Joined: 01 Apr 2013, 01:40
Noob?: Yes

Re: Acension of Ragnarok (+troubleshooting for my first bot)

#3 Post by suspicious guy »

I copypasted your code inside, but actually I can't note any difference.

I tried extracting the recv files form the exe by myself with jcv and ok packet extractor 1.1.0, but both weren't able to give me a list of the recv files.
The .txt data on was empty.

Here is the exe. Server's running on a new version from rAthena (is that an important information maybe?)
http://www27.zippyshare.com/v/74486686/file.html
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Acension of Ragnarok (+troubleshooting for my first bot)

#4 Post by Raider »

suspicious guy wrote:I copypasted your code inside, but actually I can't note any difference.

I tried extracting the recv files form the exe by myself with jcv and ok packet extractor 1.1.0, but both weren't able to give me a list of the recv files.
The .txt data on was empty.

Here is the exe. Server's running on a new version from rAthena (is that an important information maybe?)
http://www27.zippyshare.com/v/74486686/file.html
Recvpackets of AoRO extracted with Ever_Rox extractor
http://pastebin.com/eidpk2bq
suspicious guy
Noob
Noob
Posts: 4
Joined: 01 Apr 2013, 01:40
Noob?: Yes

Re: Acension of Ragnarok (+troubleshooting for my first bot)

#5 Post by suspicious guy »

Actually the problem isn't solved:
Image

I'm using the following line:

Code: Select all

addTableFolders aoro;translated/kRO_english;kRO
But I tested some other priories too.
So I changes the line into the following:

Code: Select all

addTableFolders translated/kRO_english;kRO;aoro
I'm now able to login, but still have the same problems by identifying and attacking monsters.
Image

Actually my aoro folder only contains a recvpackets.txt. First time i had troubles in the languages setting and had korean(?) letters. So I simply decided to delete the copypasted rest.

And lastly I deleted my aoro folder and added the recvpackets.txt into the kro folder, but same error as in picture #1

RCX isn't running there afaik. Any suggestions?
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Acension of Ragnarok (+troubleshooting for my first bot)

#6 Post by Raider »

Why use serverType 0? http://www.openkore.com/index.php/ServerType
Add:

Code: Select all

recvpackets recvpackets.txt
suspicious guy
Noob
Noob
Posts: 4
Joined: 01 Apr 2013, 01:40
Noob?: Yes

Re: Acension of Ragnarok (+troubleshooting for my first bot)

#7 Post by suspicious guy »

Actually serverType 0 (I testet 0-11 in some cases)

Do I have to put the recv file in the /tables folder or in which?

I've read this:
Numeric serverTypes (0-22, 8_1-8_5) are outdated and aren’t being updated to follow server updates, so they probably will not work correctly – that’s a real reason to update from OpenKore 2.0.7 and stop using them, if you don’t want to update them by yourself. Don’t complain that there’s just “some problems” with them if you don’t have solutions too.

They’re kept in OpenKore for use with really outdated official and private servers.

serverType 0 is also used as a base for serverTypes for official servers (except kRO).
http://ro.ebi-world.com/2011/06/bot-don ... kown-npcs/

Is it worth a try to write something else 0-11 at this line?
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Acension of Ragnarok (+troubleshooting for my first bot)

#8 Post by Raider »

Yep, recvpackets.txt in tables folder.
Follow this guide. You need to view the server version or compilation date to make sure you use the right serverType.
I recommend PE Viewer.
http://wiki.openkore.com/index.php?titl ... edirect=no