2013 client problem to login with grf

luan122

New member
Messages
38
Points
0
Hi guys, I'm trying to connect with 2013-08-14 client (I tried with 2013-03-20) and the problem is:

When I use the clientinfo.xml inside the data folter I can log in the server and play, but when I compact in GRF it doesn't work, I just can't login, it fail, i tried to see what happen when I try to log in the login-server but the request even go there....

This is my patches, I'm using nemo to create it:
 

8 Custom Window Title

9 Disable 1rag1 type parameters (Recommended)
13 Disable Ragexe Filename Check (Recommended)
15 Disable HShield (Recommended)
19 Enable Title Bar Menu
26 Fix Camera Angles (FULL)
33 Always Call SelectKoreaClientInfo() (Recommended)
34 Enable /showname (Recommended)
35 Read Data Folder First
36 Read msgstringtable.txt (Recommended)
37 Read questid2display.txt (Recommended)
38 Remove Gravity Ads (Recommended)
39 Remove Gravity Logo (Recommended)
40 Restore Login Window (Recommended)
41 Disable Nagle Algorithm (Recommended)
44 Translate Client (Recommended)
48 Use Plain Text Descriptions (Recommended)
49 Enable Multiple GRFs (Recommended)
50 Skip License Screen
53 Use Ascii on All Langtypes (Recommended)
61 Disable Packet Encryption (Recommended)
64 @ Bug Fix (Recommended)
65 Load Custom lua file instead of iteminfo.lub
68 Enable 64k Hairstyle
73 Remove Hourly Announce (Recommended)
75 Enable Flag Emoticons
76 Enforce Official Login Background
213 Disable Help Message on Login (Recommended)
84 Remove Serial Display (Recommended)
86 Only First Login Background
88 Allow space in guild name
90 Enable DNS Support (Recommended)
97 Cancel to Login Window (Recommended)
102 Fix Tetra Vortex
my clientinfo:
 

Code:
<?xml version="1.0" encoding="euc-kr" ?><clientinfo>	<desc>Ragnarok Client Information</desc>	<servicetype>korea</servicetype>	<servertype>primary</servertype>	<connection>		<display>LoLRO</display>		<desc>Servidor</desc>		<balloon>500x/500x/100x</balloon>		<address>127.0.0.1</address>		<port>6900</port>		<version>45</version>		<langtype>12</langtype>		<registrationweb>[URL="http://www.lolro.com.br/cp"]http://www.lolro.com.br/cp</registrationweb>[/URL]		<yellow>		<!--			<admin>2000000</admin>-->			<admin>2000001</admin>			<admin>2000002</admin>			<admin>2000003</admin>			<admin>2000004</admin>			<admin>2000005</admin>		</yellow>		<loading>			<image>loading00.jpg</image>			<image>loading01.jpg</image>			<image>loading02.jpg</image>			<image>loading03.jpg</image>			<image>loading04.jpg</image>			<image>loading05.jpg</image>			<image>loading06.jpg</image>			<image>loading07.jpg</image>			<image>loading08.jpg</image>			<image>loading09.jpg</image>			<image>loading10.jpg</image>		</loading>	</connection></clientinfo> 
 
 
Is that grf included in data.INI

And make sure there's no other clientinfo.xml in data folder, since client would read data folder first.

 
Yes and I haven't any clientinfo in my data folder, when the clientinfo is in the data folter it work, when it is out it isn't (and the client get the information about the server, just doesn't connect)

 
have you tried already disabling Read Data Folder First?

 
have you tried already disabling Read Data Folder First?
Yes, and I saw something that i didn't said before

When I use clientinfo.xml it give me the service select but when don't it doesn't give me this option... (in the game not in nemo and i tried to remove this patch of the hexed and it kept)

 
have you tried already disabling Read Data Folder First?
Yes, and I saw something that i didn't said beforeWhen I use clientinfo.xml it give me the service select but when don't it doesn't give me this option... (in the game not in nemo and i tried to remove this patch of the hexed and it kept)
Maybe you put client info in wrong Dir?Screenshot the grf editor showing clientinfo?

 
Back
Top