Need help to connect to private server, moster as npc.

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

Moderator: Moderators

Message
Author
getburned
Noob
Noob
Posts: 7
Joined: 08 Feb 2017, 21:12
Noob?: Yes

Need help to connect to private server, moster as npc.

#1 Post by getburned »

Hi im trying to make the bot work in my private server but keep recognizing mosters as npc. i did use the pe tool to extract server info and says 09-04-2012.
Image
I got these info from wireshark.

Code: Select all

ip 66.150.155.200
port 6900
private 1
master_version 1
version 30
serverType kRO_RagexeRE_2012_04_10a
charBlockSize 144
serverEncoding Western
recvpackets recvpackets.txt
I extracted recvpackets.txt using peek.
I always get packet parser unknown switch 0915 and packet tokenizer unknown switch 0000.
The bot keep moving around the map without casting or been able to see the monsters.
Try with all the servers in the folder scr/network/receive/kro and nothing, I do not know what else to do.
I followed all instructions and nothing. I do not know what else to do, can't find a solution.
:cry: Please Help :cry: .

smallvill3
Plain Yogurt
Plain Yogurt
Posts: 79
Joined: 14 Apr 2010, 23:44
Noob?: No
Location: Kuala Lumpur

Re: Need help to connect to private server, moster as npc.

#2 Post by smallvill3 »

You should extract the recvpacket from your server.
Image
The one and ONLY Bottable Ragnarok Server. Join us now! | 3x/3x/3x | Pre-Renewal | Openkore Supported | Official Game-Play
Website | Registration | Facebook | Forum | RMS

getburned
Noob
Noob
Posts: 7
Joined: 08 Feb 2017, 21:12
Noob?: Yes

Re: Need help to connect to private server, moster as npc.

#3 Post by getburned »

smallvill3 wrote:You should extract the recvpacket from your server.
i did and no results.

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: Need help to connect to private server, moster as npc.

#4 Post by Mortimal »

Provide server name, link to the site, pin your recvpackets.txt.

We are not mediums we can't understand the problem with taro cards...
Please use pin function for uploading your file contents!

getburned
Noob
Noob
Posts: 7
Joined: 08 Feb 2017, 21:12
Noob?: Yes

Re: Need help to connect to private server, moster as npc.

#5 Post by getburned »

I know
Mortimal wrote:Provide server name, link to the site, pin your recvpackets.txt.

We are not mediums we can't understand the problem with taro cards...
Only that I thought I skipped some step, here is the link of the server.
http://fairytail.ro-online.net/forum/in ... 3n-client/

getburned
Noob
Noob
Posts: 7
Joined: 08 Feb 2017, 21:12
Noob?: Yes

Re: Need help to connect to private server, moster as npc.

#6 Post by getburned »

Here my recvpackets.txt.
Thanks.
Attachments
recvpackets.txt
(8.95 KiB) Downloaded 164 times

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

Re: Need help to connect to private server, moster as npc.

#7 Post by SkylorD »

viewtopic.php?f=7&t=200388&start=10#p257902

1)Goto src/Network/Receive/Network/kRO/RagexeRE_2012_04_10a and open it on Notepad++
2)Edit this line :

Code: Select all

		'0963' => undef,
		'096A' => undef,
to

Code: Select all

		'0963' => undef,
		'096A' => undef,
		'0915' => ['actor_status_active', 'v a4 C V4', [qw(type ID flag tick unknown1 unknown2 unknown3)]], # 25 personal modification
4)Save it and check if it worked

Check if exists some packet such as '0000' in your recvpackets.

Maybe it will work!
Learn rules

getburned
Noob
Noob
Posts: 7
Joined: 08 Feb 2017, 21:12
Noob?: Yes

Re: Need help to connect to private server, moster as npc.

#8 Post by getburned »

Hi thanks for the reply.
i did this
SkylorD wrote:viewtopic.php?f=7&t=200388&start=10#p257902
i got this now

Code: Select all

Packet Tokenizer: Unknown switch: 0914
Checking for new portals...
No source portal found.
Calculating random route to: Payon Forest (pay_fild01): 262, 150
You on route to: Payon Forest(pay_fild01): 262, 150
Route You Solution Ready!
Route You - next step moving to (61, 334), index 15, 641 steps left
Move You - (re)trying
You're moving from (51, 330) to (61, 334) - distance 10.8
Disconnected from Map Server, connecting to Account Server in 30 seconds...
I've tried every server type, one by one with no luck.
Image
maybe they tricked it to change the date or something like these.
I've tried this too viewtopic.php?f=6&t=211637 but,

Code: Select all

------------------------------------------
Packet Tokenizer: Unknown switch: 08B9
Received character ID and Map IP from Character Server
----------Game Info----------
Char ID: 66 4C 02 00 (150630)
MAP Name: pay_fild01.gat
MAP IP: 66.150.155.200
MAP Port: 5121
-----------------------------
Closing connection to Character Server
Disconnecting (66.150.155.200:6121)...disconnected
Connecting to Map Server...
Connecting (66.150.155.200:5121)... connected
Disconnecting (66.150.155.200:5121)...disconnected
The server has denied your connection.
Maybe is not possible to make it work on these servers, do you think maybe there's a way? anyway thanks for trying to help me.
Attachments
xh.txt
xh.txt
(32 Bytes) Downloaded 143 times
recvpackets.txt
(8.95 KiB) Downloaded 176 times

[The extension pm has been deactivated and can no longer be displayed.]


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

Re: Need help to connect to private server, moster as npc.

#9 Post by SkylorD »

Well, then add in your recvpackets the line

0915 -1 and use the 2013 sT. Use xKore0 !
Learn rules

getburned
Noob
Noob
Posts: 7
Joined: 08 Feb 2017, 21:12
Noob?: Yes

Re: Need help to connect to private server, moster as npc.

#10 Post by getburned »

Thanks
I did tried all servers types 2013 and 2012
added 0915 -1 recvpackets.txt
used xkore 0
But denied connections.

It seems difficult.
THANKS.
Attachments
config.txt
(13.07 KiB) Downloaded 170 times
recvpackets.txt
(8.96 KiB) Downloaded 143 times

Post Reply