Jump to content

playgron123

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by playgron123

  1. 7 minutes ago, chatterboy said:

    Didi you edit you mmo.h ?

    If not change the #define PACKETVER 20120404 into 20151104 then compile.

    login_athena.txt

    // What version is allowed to connect? (if the option above is enabled)
    client_version_to_connect: 55

    Diff you exe with NEMO

    Here's my setting its work perfectly ^_^

    8 Custom Window Title
    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    28 Increase Headgear ViewID
    29 Disable Game Guard (Recommended)
    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)
    46 Use Normal Guild Brackets (Recommended)
    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)
    68 Enable 64k Hairstyle
    71 Ignore Resource Errors
    72 Ignore Missing Palette Error
    73 Remove Hourly Announce (Recommended)
    84 Remove Serial Display (Recommended)
    90 Enable DNS Support (Recommended)
    91 Disconnect to Login Window
    97 Cancel to Login Window (Recommended)
    213 Disable Help Message on Login (Recommended)
    219 Always Show Resurrection Button

    Got it!?
     

    Thanks im trying right now , but 1 question , do I need to edit core.h and disable  #define PACKET_OBFUSCATION ?

     

    Edit: I did all you said still Failed to Connect to server.

  2. Hello guys hope you guys can help me with this problem , im setting up my new server and got my login-char-map server working just fine. But when im about to login to the server using my client (2015-11-04a) it says Failed to connect to server.

     

    I'm using nemo to diff the client

    All the recommended nemo patch expect ( Load Custom lua file instead iteminfo*lub )
    Custom Window Title
    Extend Chat Box
    Extend Chat Room Box
    Extend Npc Dialog Box
    Extend PM Box
    Increase Zoom Out Max
    Use Ragnarok Icon

    My Packet DB

    packet_db_ver: 55
    //packet_db_ver: default
    packet_keys_use: 0x4C17382A,0x7ED174C9,0x29961E4F

    My Clientinfo

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    <servicetype>korea</servicetype>
    <servertype>sakray</servertype>
       <connection>
          <display>iRagnarok</display>
          <balloon>Low Rate Server</balloon>
          <desc>iRagnarok</desc>
          <address>MYIPSENSORED</address>
          <port>6900</port>
          <version>55</version>
          <langtype>1</langtype>
          <registrationweb>MYWEBSITE</registrationweb>
            <aid>
                <admin>2000000</admin>
    			<admin>2000001</admin>
    			<admin>2000002</admin>
            </aid>
            <loading>
                <image>loadingscreen01.jpg</image>
    			<image>loadingscreen02.jpg</image>
    			<image>loadingscreen03.jpg</image>
    			<image>loadingscreen04.jpg</image>
    			<image>loadingscreen05.jpg</image>
            </loading>
       </connection>
    </clientinfo>

     

×
×
  • Create New...