Connecting to FlawlessRO with Xkore

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

Moderator: Moderators

rhimmuel2012
Noob
Noob
Posts: 2
Joined: 14 Sep 2012, 15:59
Noob?: Yes

Re: Connecting to FlawlessRO with Xkore

#11 Post by rhimmuel2012 »

http://forums.openkore.com/viewtopic.php?f=36&t=13305 <== if you read the following replies regarding this method, you can find how to get rcvpackt.txt , its not the rcvpackts the bot will fully work but the servertype, as ive been said, actors are buggy on this kind of server (flro). Hope someone can update the ST's
DelitaX
Human
Human
Posts: 48
Joined: 07 Apr 2008, 21:02
Noob?: No
Location: USA

Re: Connecting to FlawlessRO with Xkore

#12 Post by DelitaX »

well, if you do find the time i would really appreciate it, id like to start botting on this server so i can go chase more girls with the free time :lol: :lol:
and let me know if your extractor works well!
ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: Connecting to FlawlessRO with Xkore

#13 Post by ever_boy_ »

DelitaX wrote:and let me know if your extractor works well!
it's almost finished, partially working.. but it's designed for bRO only, as it analyzes bRO .exe's hexa dump.
but I'm planning to make it work for other servers... I'm not very sure about it, cos kLabMouse's extractor should be far better than mine, so I think it mine won't be needed at all for you guys once his is ready.
Koreo
Noob
Noob
Posts: 2
Joined: 17 Sep 2012, 00:03
Noob?: Yes

Re: Connecting to FlawlessRO with Xkore

#14 Post by Koreo »

this is my recvpackets that i managed to get.
http://pastebin.com/pNuYf8k0

This is my code to connect to the server.

Code: Select all

[Flawless RO]
ip 74.208.172.18
port 6900
private 1
master_version 14
[b]version 436207616[/b]
[b]serverType kRO_RagexeRE_2012_04_10a[/b]
serverEncoding Western
addTableFolders iRO
[b]charBlock 108[/b]
gameguard 1

The stuff i tried to bold is stuff that im not sure of. Connects to the server but i cannot see the correct level of my characters or the correct number of characters so that tells me that im wrong somewhere. Where at i do not know.

Hope this helps with what i had so far.
ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: Connecting to FlawlessRO with Xkore

#15 Post by ever_boy_ »

Good news is, my extractor iso working just fine.
Bad news is, it's designed for bRO onyl, as I have no experience with another clients.

I had a look at your exe but I'm not sure what to look for. Do you have any old recvpackets? Does this server have sent packets encryption? (bRO does).


edit:
Well, looks like I found your packets. I ran my extractor against your exe, just for curiosity, and it actualy found some packets, so I manually searched them in the hexa dump, and I found the packet's sequence from 00593E30 to 0059C8EC.
If you know how to handle debugger/hexadump, take a loot at it.
alsaidler
Noob
Noob
Posts: 2
Joined: 17 Sep 2012, 23:39
Noob?: No

Re: Connecting to FlawlessRO with Xkore

#16 Post by alsaidler »

I'm trying to connect, i got all the informations about the server.. but when my bot enters the game, he just keep running around without recognize npcs and monsters.. and i dont know how to fix this.. i tried almost everything.. if u guys discover something, please, keep me informed! thnks!
ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: Connecting to FlawlessRO with Xkore

#17 Post by ever_boy_ »

Here's what I got for fiRO's recvpackets, BUT BE AWARE! This file may contain minor errors, most likely packet's length. There's a regex flaw which makes possible for a positive length to be replaced for a -1 length and vice-versa.
But on overall, it should be ok.

Oh, and it doesn't have replay factor, as I still couldn't figure out how it works on your exe. But as far as I know, this is not required by openkore, it's used for visual compare only.

http://pastebin.com/y8pcVmgM
simonjoh
Noob
Noob
Posts: 3
Joined: 18 Sep 2012, 13:00
Noob?: Yes

Re: Connecting to FlawlessRO with Xkore

#18 Post by simonjoh »

Would anyone mind if you share the whole list of bot info?

Kinda new with botting. Started yesterday and i connected to flawlessro but got dc'd due map "Something"

Probly have wrong server/master

or anything else. Ty in advance

Regards Simon
Koreo
Noob
Noob
Posts: 2
Joined: 17 Sep 2012, 00:03
Noob?: Yes

Re: Connecting to FlawlessRO with Xkore

#19 Post by Koreo »

http://pastebin.com/DzqSrTRk

This is the recv packets i got.
DelitaX
Human
Human
Posts: 48
Joined: 07 Apr 2008, 21:02
Noob?: No
Location: USA

Re: Connecting to FlawlessRO with Xkore

#20 Post by DelitaX »

thanks to Everboy for posting recvpackets. :D
but...it still doesnt work yet. heres what ive been using:

Code: Select all

[FlawlessRO]
ip 74.208.172.18
port 6900
master_version 14
version 26
serverType kRO_RagexeRE_2010_11_24a
serverEncoding Western
charBlockSize 132
chatLangCode 1
recvpackets recvpackets-flawless.txt
addTableFolders translated/kRO_english;kRO
(make your own recvpackets file from the one Everboy posted)
so i can login and move around, but when i "ml" (monsterlist) none show up. so it doesnt work yet :(

it seems it doesnt work because of incorrect serverType, however i cant figure out which one to use. 2010_11_24a seems to be the closest one. someone help!