XKORE and Valkyrie server, help with RO Client please

International

Moderator: Moderators

Message
Author
nuberamous
Human
Human
Posts: 24
Joined: 15 Oct 2008, 09:23
Noob?: Yes

XKORE and Valkyrie server, help with RO Client please

#1 Post by nuberamous »

ok so my bots work fine, I just can't get a visual when trying to patch in with the ro client, I get to the login and when trying I get "disconnected from server" message after typing user/pass.

I'm connecting to the modified xml with a shortcut "Target" of

Code: Select all

"C:\Program Files\Gravity\RagnarokOnline\RagFree.exe" 1rag1 /account:xkore2.xml
I made the xkore2.xml for the extracted grf in the ragnarok folder and in a data sub-folder
Heres my xml

Code: Select all

<?xml version="1.0" encoding="euc-kr" ?>

<clientinfo>

	<servicetype>america</servicetype>
	<servertype>primary</servertype>
	<hideaccountlist></hideaccountlist>
	<extendedslot></extendedslot>

	<connection>
		<display>iRO Free Server</display>
		<desc>None</desc>
		<address>127.0.0.1</address>
		<port>6901</port>
		<version>18</version>
		<langtype>1</langtype>
		<registrationweb>https://iro.ragnarokonline.com/member/memberjoin1.asp?mNum=1</registrationweb>
		<aid>
			<admin>1650290</admin><admin>1650292</admin><admin>1650297</admin>
			<admin>1650302</admin><admin>1650306</admin><admin>1650310</admin><admin>1650313</admin>
			<admin>1650315</admin><admin>1650319</admin><admin>1650330</admin><admin>1650296</admin>
			<admin>1650298</admin><admin>1650300</admin><admin>1650303</admin>
			<admin>1650304</admin><admin>1650309</admin><admin>1650312</admin><admin>1650314</admin>
			<admin>1650317</admin><admin>1650320</admin><admin>527214</admin><admin>527215</admin>
		</aid>
		<yellow>
			<admin>1650290</admin><admin>1650292</admin><admin>1650297</admin>
			<admin>1650302</admin><admin>1650306</admin><admin>1650310</admin><admin>1650313</admin>
			<admin>1650315</admin><admin>1650319</admin><admin>1650330</admin><admin>1650296</admin>
			<admin>1650298</admin><admin>1650300</admin><admin>1650303</admin>
			<admin>1650304</admin><admin>1650309</admin><admin>1650312</admin><admin>1650314</admin>
			<admin>1650317</admin><admin>1650320</admin><admin>527214</admin><admin>527215</admin>
		</yellow>
	</connection>

</clientinfo>
Here's my bots config, which is the SVN version:

Code: Select all

# 1 = hook into RO client, 2 = Act as stand-alone proxy, proxy = act as true proxy
XKore 2
XKore_silent 1
XKore_bypassBotDetection 0
XKore_exeName RagFree.exe

# XKore 2 / Proxy configuration
XKore_listenIp 127.0.0.1
XKore_listenPort 6901
XKore_publicIp 127.0.0.1

# It is not advised to set secureAdminPassword if you're using Xkore 2
secureAdminPassword 0
adminPassword
callSign
commandPrefix ;

pauseCharServer 0
pauseMapServer 0
ignoreInvalidLogin 0
secureLogin_requestCode

message_length_max 80
Can anyone tell me what part I have wrong?