Jump to content

callyyprain

Members
  • Content Count

    16
  • Joined

  • Last visited

Posts posted by callyyprain


  1. Assume your no-ip is correctly set,started and able to ping "NOIP-ADDS", then follow below;

     

    [1] UPDATE DNS and reboot network interface if required

    sudo nano /etc/resolv.conf
    Add below;
        nameserver 8.8.8.8
        nameserver 8.8.4.4
     
    [2]network.conf add into lan_subnet ;
    "NOIP-ADDS:255.255.255.0",
    ***lan_subnet is whoever can connect from, so add local and wan (no-ip)
    **allowed is wherever your chap and map will connect to login. If same server, just 127.0.0.1. NOTE, must follow what is entered in map and char config. In your case, put LAN
    *trusted just add lan and 127.0.0.1
     
    [3]cd /etc/hosts
    Update your no-ip address and point to 127.0.0.1
     
    [4] Go no-ip.com ensure noip really updated your hostname into current public ip otherwise go manual update in noip website. check whatismyip.com

  2. I got Ragexe from themon and Ossi. I think both non-diff exe? Then NEMO-ed as per previous reply. I couldn't find 'Packet Obs' option.

     

    Hi Hemagx,

    I was on Debian, set nameserver 8.8.8.8 and 8.8.4.4 in resolv.conf

    Set static then

    IP Add...

    Netmask...

    Network...

    broadcast...

    gateway..

     

    Then ifdown and ifup, ifconfig check working fine. I even able to setup 1 RE 1 PRE and bind to same NIC IP. 192.168.X.X.

     

    Please enlighten me if you could, I couldn't find any suspicious stuff. It only happens to WAN client. LAN is fine.

     

    Network.conf is

    client{ "WAN NO-IP:subnetmask", "local IP:subnetmask" }

    server connect { "local IP:subnetmask"}

    trusted {"local IP:subnetmask"}

     

     

    UPDATE: Today my WAN friend connect with (20140205) packet obs enabled, working fine. Oh dear! What happen. Last 2days I must set it to 1 (optional).


  3. Hi Riddley, I NEMO-ed Ragexe both 20140205 and 20150513 with recommended and some minor changes (Title, menu bar, official stuff, etc) but I did not disable PacketObs though.

     

    I do not know which is the option to enable it, or is NEMO capable enabling it?

     

    +----------------------------------------------------------------------+

    8 Custom Window Title
    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    15 Disable HShield (Recommended)
    17 Enable Official Custom Fonts
    19 Enable Title Bar Menu
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (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)
    43 Always Use Email for Char Deletion
    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)
    63 Use Official Cloth Palettes
    64 @ Bug Fix (Recommended)
    65 Load Custom lua file instead of iteminfo*.lub (Recommended)
    73 Remove Hourly Announce (Recommended)
    74 Increase Screenshot Quality
    76 Enforce Official Login Background
    84 Remove Serial Display (Recommended)
    85 Show Cancel To Service Select
    88 Allow space in guild name
    90 Enable DNS Support (Recommended)
    91 Disconnect to Login Window
    97 Cancel to Login Window (Recommended)
    103 Disable Auto follow
    209 Enable Mail Box for All LangTypes
    213 Disable Help Message on Login (Recommended)
    215 Increase Map Quality
    218 Show Exp Numbers
    225 Show Register Button
    +----------------------------------------------------------------------+

  4. Use latest Hercules. 

     

    Packet Ob-: 2

    Tried 20140205 and 20150513, Local fine but WAN access prompt failed to connect to server and

     

    [status]: Request for connection of ##### (ip: 118.100.130.###).
    [Notice]: Authentication accepted (account: #####, id: 2000009, ip: 118.100.130.###)
    [status]: Connection of the account '#####' accepted.
    [info]: Closed connection from '118.100.130.###'.
     
     
    Packet Ob-: 1 
    Tried 20140205 and 20150513, success.
     
    Question: How to solve above issue when Enabled Packet obfuscation?

  5. Texture filtering enabled globally by default, disabled lightmap work like a charm. Thanks Panda.

     

     

    By the way, I was using 20150513 and experiencing client freeze but others can see me walking/cast skill. Sometimes it hang and require a relogin. Do you encounter such an issue? It only happen to certain created characters.

     

    I then look and found this 20140205 stable client.


  6. For better security and faster way, use MySQL Workbench, create new connection and use root login to your database server. Once you're in, create new user grant All Privileges to it and it must be 'Remote from: 127.0.0.1' or 'Remote from: Localhost'.

     

    Now you got proper username password. Put it in char-server.conf and map-server.con, point them to 127.0.0.1.

     

    Ensure network.conf allow 127.0.0.1 for all 3 portions. Then start it, should be fine now.

     

    Here's some potato for you: Refer [WARNING] in your map console. Please disable search_store and banking feature in feature.conf OR use client 2013-07-24 or higher. For WARNING in char console, you should understand what it said.


  7. When you quote a string in programming, note that no mix symbol is allowed.

     

    Use  ' ' OR " " OR `.  

     

    You can't use mix ' " or " ' or ` " or " ` so on and so forth. 

     

    Use notepad++ allows you easily differentiate by color on which is statement and which is string.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.