Jump to content
  • 0

Cant Connect to VPS [ Ready Server ]


devcloud

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  52
  • Reputation:   1
  • Joined:  09/07/16
  • Last Seen:  

Hello.. i had ordered a VPS from @gomanilahostLLC [ Client 2012-04-10 / rAthena 23076 ]
Client Files Provided by host working fine.

But when i diff new Client using Nemo 2012-04-10aRagexeRE. i am not able to connect VPS [ Freeze Screen..... Failed to Connect Server ]

================ I am sharing diff patch here ====

8 Custom Window Title
9 Disable 1rag1 type parameters (Recommended)
10 Disable 4 Letter Character Name Limit
11 Disable 4 Letter User Name Limit
12 Disable 4 Letter Password Limit
13 Disable Ragexe Filename Check (Recommended)
14 Disable Hallucination Wavy Screen (Recommended)
15 Disable HShield (Recommended)
18 Skip Service Selection Screen
19 Enable Title Bar Menu
20 Extend Chat Box
21 Extend Chat Room Box
22 Extend PM Box
23 Enable /who command (Recommended)
24 Fix Camera Angles (Recommended)
28 Increase Headgear ViewID
32 Increase Zoom Out Max
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)
43 Always Use Email for Char Deletion
44 Translate Client (Recommended)
46 Use Normal Guild Brackets
47 Use Ragnarok Icon
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
64 @ Bug Fix (Recommended)
67 Disable Quake skill effect
68 Enable 64k Hairstyle
69 Extend Npc Dialog Box
71 Ignore Resource Errors
72 Ignore Missing Palette Error
73 Remove Hourly Announce (Recommended)
204 Increase Attack Display
74 Increase Screenshot Quality
75 Enable Flag Emoticons
213 Disable Help Message on Login (Recommended)
84 Remove Serial Display (Recommended)
215 Increase Map Quality
86 Only First Login Background
88 Allow space in guild name
90 Enable DNS Support (Recommended)
91 Disconnect to Login Window
97 Cancel to Login Window (Recommended)


===========
And Clientinfo.xml here ======

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <desc>Ragnarok Client Information</desc>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
        <connection>
            <display>My Local Server</display>
            <balloon>Click here to play</balloon>
            <address>MyServerIP</address>
            <port>6900</port>
            <version>30</version>
            <langtype>1</langtype>
            <registrationweb>www.ragnarok.com</registrationweb>
            <aid>
            <admin>2000000</admin>
            <admin>2000001</admin>
            <admin>2000002</admin>
            <admin>2000003</admin>
            </aid>
        <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>
        <image>loading11.jpg</image>
        <image>loading12.jpg</image>
        </loading>
       </connection>
</clientinfo>


====
i am totaly fedup please help me someone..

thanks in advance

Edited by Akkarin
In future, please make use of the code tag button.
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

As I remember gmh guys relocate client.xml file in book folder in your grf... And they diff client to read that file as client.xml... that is why you can't connect I guess... Edit original client.xml file on your grf and retry

 

Ps-why don't you raise a support ticket for help

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3127
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

It'd make more sense to speak to GMH and find out what they originally diffed your client with. Or ask them to provide you a new one with your desired settings incase they've changed something in your src to only accept their diff'ed clients. It's been known to happen in the past :/

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  281
  • Reputation:   14
  • Joined:  10/14/13
  • Last Seen:  

any error message from the map server? 

double check mmo.h if client version is correct,

double check packet_db.txt defines correct packet version,

check core.h if packet obfuscation is enabled, if it is enabled then pls do not diff your client with "disable packet encryption".

 

as your diff patch said, you diff your client with "disable packet encryption". It shouldn't be if packet obfuscation is enabled (enabled by default)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  52
  • Reputation:   1
  • Joined:  09/07/16
  • Last Seen:  

22 hours ago, Aureon said:

any error message from the map server? 

double check mmo.h if client version is correct,

double check packet_db.txt defines correct packet version,

check core.h if packet obfuscation is enabled, if it is enabled then pls do not diff your client with "disable packet encryption".

No Error From Map Server.
mmo.h #ifndef PACKETVER
    #define PACKETVER 20120410
    //#define PACKETVER 20130807

db/packet_db.txt
Packet Db ver = 30

src/config/core.h
//#define PACKET_OBFUSCATION
 

 

22 hours ago, Akkarin said:

It'd make more sense to speak to GMH and find out what they originally diffed your client with. Or ask them to provide you a new one with your desired settings incase they've changed something in your src to only accept their diff'ed clients. It's been known to happen in the past :/

@Akkarin Thank you Created ticket for the same though till then some one here can give a better solution.

yes i think they have changed something in Src. so cannot by modify.
[ only problem is new diffed client not connecting = rest edits are working fine ]

Thanks 

 

22 hours ago, Aureon said:

recompile?

@Aureon Already tried recompile no work.. =  buy GMH because Asia Server and low cost for test purpose
[ No Error/Crash on Given 2012-04-10aRagexeRE. Client By GMH / All The changes happening good server side too DB imported 100% ]
= Problem is New Diffed Client Not Able to Connect =
= if i Extract GRF and Delete clientinfo.xml - Still The Ready Client Can Login online .. dont know how i am surprised !! =

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

If its a client issue make sure that your client is reading the correct grf's that your host given and also re-check everything that you diffed and try to new patch if it doesn't work try another...

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  383
  • Reputation:   121
  • Joined:  03/31/12
  • Last Seen:  

That Dev signature though...xD

This is common issue and answered around across the herc and rAthena even eAthena, probably you forgot to set at

db\packet_db.txt

\src\common\mmo.h

data or .grf \clientinfo.xml

Please check your IP.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3127
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

40 minutes ago, Azeroth said:

That Dev signature though...xD

This is common issue and answered around across the herc and rAthena even eAthena, probably you forgot to set at

db\packet_db.txt

\src\common\mmo.h

data or .grf \clientinfo.xml

Please check your IP.

This was already marked as solved.

Link to comment
Share on other sites

  • -1

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  281
  • Reputation:   14
  • Joined:  10/14/13
  • Last Seen:  

8 minutes ago, devcloud said:

No Error From Map Server.
mmo.h #ifndef PACKETVER
    #define PACKETVER 20120410
    //#define PACKETVER 20130807

db/packet_db.txt
Packet Db ver = 30

src/config/core.h
//#define PACKET_OBFUSCATION
 

recompile?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...