Jump to content

Vietlubu

Members
  • Content Count

    38
  • Joined

  • Days Won

    3

Posts posted by Vietlubu


  1. 2 minutes ago, nasagnilac said:

    I dont have that in my encrypted grf and I use GRF Editor.

    How about other GRF files and data folder? Just keep that file in original data.grf

    I also got this error before and remove file data/viewpointtable.txt help me resolve the issue.


  2. 38 minutes ago, nasagnilac said:

     

    I encountered error when encrypting the client.

    I tested it also in non gepard client and still receiving the same error. when removing the encryption it works.

      

    image.png.1bb3e3dae529df62ba1e525a97e918d3.png

    @nasagnilac, If you using a translated data folder. Try to delete file data/viewpointtable.txt and test again.


  3. 5 minutes ago, Pink Guy said:

    @Vietlubu I have Gepard Shield.  That's why I am hesitating to change my client because I will have to pay again to get it re-installed.  But since you said I can do it via Gepard, do you know how?

    Sorry, I don't know. But if you already have Gepard shield. Let try to contact who sells Gepard for you to ask how to config because possibility to set limit of active game windows is a basic feature on Gepard shield. Good luck :)


  4. Market add-on for Hercules


    Market FluxCP Add-on for Hercules

    1. Feature

      • Showing currently open shops. Vending and Selling!
      • Vending Shops Items List
      • Buying Shops Items List
    2. Requirement

      • Yommy : Vend_Sql Plugin
      • Set 'UseCleanUrls' => true, in file application.php
      • Table item_db and item_db2 already in MySQL database
    3. Screenshot

     

    Spoiler

     

    1311611890_ScreenShot2019-06-26at12_46_54.thumb.png.e4e364be6d06e8560d33aca16a075cfe.png

    597113349_ScreenShot2019-06-26at12_52_10.thumb.png.e98c41e48f41999809ff908db6ec2eae.png

    1562456077_ScreenShot2019-06-26at12_52_01.thumb.png.3d2d83b05d7d1f274daa922653da5d07.png


     

    Free to post your issues on this topic.


     


  5. @hikashin, Thank you! That working for me.

    Final configuration

    1. login-server: Keep the default

    2. char-server:

    char_configuration: {
    	inter: {
    		login_ip: "192.168.1.5"
    		login_port: 6900
    
    		char_ip: "192.168.1.5"
    		char_port: 6121
    	}
    }

    3. map-server:

    map_configuration: {
    	inter: {
    		char_ip: "192.168.1.14"
    		char_port: 6121
    
    		map_ip: "192.168.1.14"
    		map_port: 5121
    	}
    }

     


  6. 6 hours ago, hikashin said:

    Do you use wireless router? set to the router a open port so they broadcast open port on the whole server and they can meet.

    My Server used network cable, Client use wireless. From a router. Of course, I had tried to connect both PC to wire network but still not working.

    In the file login-server.conf I changed

    login_configuration: {
    	inter: {
    		// The login server listens on the interface with this IP address.
    		// NOTE: This allows you to run multiple servers on multiple interfaces
    		// while using the same ports for each server.
    		bind_ip: "192.168.1.5"
    	}
    }

    I know it not correct config, just for test. But pping can send packets.

    About client I logged with 123123_M/123123 Server has received the packet and create account success but still cannot login


  7. 2 hours ago, hikashin said:

    This is pping command

     https://github.com/codingfreak/pping
    https://github.com/codeliveroil/pping

    I usually double check if port is alive tho if i cant connect on my servers. also check firewall as i said and ports.

    Thank you!

    I check it again with pping and see client cannot connect to server

    dial tcp 192.168.1.5:6900: connectex: No connection could be made because the target machine actively refused it. for seq=46

    On the Server PC while Hercule on runing, I try to start a web server with Port 6900 and that success. It mean port 6900 not used before that, so strange.

    On client, I connect http://192.168.1.5:6900/ with browser, that connects success and pping get this message.

    64 bytes to 192.168.1.5:6900 tcp_seq=0 time=50.932 ms

    My Firewall has turn off!


  8. 18 minutes ago, hikashin said:

    you dont need to edit lan_subject as long you connect in router.

    make it default.

    Thus check your firewall if there is any blocking incoming outgoing.

    try also use in windows pping application to check the ip:port is available and active outside.
    
    pping serverip:6900* sample check 3 ports.

     

     

     

    I have tried with no change config on network.conf. But still not working :(

    I don't know ping commands can use with a special post. I think maybe I'm missing something with configurations.


  9.  

    I'm trying to connect client to my server on LAN network.

    1. I have 2 computers.

     - A Windows PC for client - 192.168.1.6

    - A Macbook I used as Server- 192.168.1.5

    - Both of them, I has set static IP.

    2. Try to ping client to server. - Success

    image.png.a4990618c72e81da6bde2a13502bbd8b.png

     

    3. Config server and client

    conf/network.conf

    lan_subnets: (
        // "127.0.0.1:255.0.0.0",
        "192.168.1.5:255.255.255.0",
    )

    conf/import/char-server.conf

    char_configuration: {
        inter: {
            char_ip: "192.168.1.5"
        }

    conf/import/map-server.conf

    map_configuration: {
        inter: {
            map_ip: "192.168.1.5"
        }
    }

    clientinfo.xml

    <address>192.168.1.5</address>

     

    4. Start server. - Success

    image.thumb.png.0572da18ac96f3979e229d5255f26208.png

     

    5. Login from client - 2018-12-12bRagexe

    image.png.831c24c152c5643984be8d3ffecba195.png

    char_server log don't update any log when I login

    6. I'm try check network with Microsoft Network Monitor 3.4

    image.thumb.png.5734b6f364bd4553ccbd686b7dcf5e1c.png

     

    I cannot connect the Client to the server and don't know why! If you have experiences please help 😂


  10. I trying to write a script with non-English text. currently with Japanese.

    My script here. has save as with UTF-8 encode

    mes "あひひ start the event ?";

    My clientinfo. used <langtype>2</langtype>

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    	<desc>Ragnarok Client Information</desc>
    	<servicetype>korea</servicetype>
    	<servertype>primary</servertype>
    	<connection>
    		<display>Ragnarok</display>
          		<address>127.0.0.1</address>
          		<port>6900</port>
          		<version>55</version>
          		<langtype>2</langtype>
    		<registrationweb>www.ragnarok.com</registrationweb>
    		<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>
    		</loading>
       	</connection>
    </clientinfo>

     

    But when I start the client, the text display incorrect like this:

    164371707_ScreenShot2019-06-13at08_27_29.png.cee16a309350f686bcdd04261ebf7f30.png

     

    Do I miss anything here? 😭

     

    ** Update

    My client version it 2017-06-14bRagexeRE.exe


  11. 12 hours ago, 4144 said:

    If I remember correct, for each lang type need files with correct suffix.

    0 - filename_kr.ext

    1 - filename_OTHER.ext not sure what OTHER should be for lang type 1

     

    Thank you. Fixed

    I checked iRO and found the OTHER you said is usa.

    - Duplicate and rename korea to usa: /data/luafiles514/lua files/service_korea

    - Rename externalsettings_kr.lub => externalsettings_usa.lub

     


  12. I'm using Zero client 2018-03-09aRagexe and try to set <langtype>1</langtype>. In clientinfo.xml. But got this error. langtype 0 is working success.

    ---------------------------
    GetTableIntValueForC
    ---------------------------
    attempt to call a nil value
    
    ---------------------------
    OK   
    ---------------------------

    MlQD5Mc.png

     

    I try to research and found new client just support langtype 0?

    So, I use Nemo to custom font for client, but it not working too. (Resize font can work)

    Is there a way to use new client with langtype 1?

    Thank for reading!


  13. 3 hours ago, 4144 said:

    probably you using old hercules?

    also here two branches stable and master...

    I'm testing on master branch

    git log --oneline

    3a0bada HPM Hooks Update
    53af943 Merge pull request #2012 from Asheraf/clifmsgtable
    4faf1f9 Add support for packet ZC_MSG_COLOR
    9ecc1bd Add support for packet ZC_FORMATSTRING_MSG
    ff2fe99 Merge pull request #1995 from guilherme-gm/rodex-expire
    2bd8bcf Merge pull request #1986 from Megasantos/login_date_guild
    b5bd99a HPM Hooks Update
    ...

     


  14. 7 hours ago, 4144 said:

    look like your server still using wrong packet version.

    after you run configure with new flags or change headers, need rebuild server from scratch.

    this mean commands:

    
    ./configure --enable-packetver=20180309 --enable-packetver-zero
    make clean
    make sql

     

    Thank you, I already try to recompile with make clean. But not working with 20180309, still unsupported packet. But Working fine with 20171212 


  15. Client: 2018-03-09aRagexe

    Profiles:

    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    35 Read Data Folder First
    231 Remove hardcoded address/port
    232 Restore old login packet

     

    I'm using latest Hercules master version

    [Info]: Hercules 64-bit for Linux
    [Info]: Git revision (src): '38527550c17241e1c905f8077f6589413091087e'
    [Info]: Git revision (scripts): '38527550c17241e1c905f8077f6589413091087e'
    [Info]: Compiled with GCC v5.4.0

    Compile:

    ./configure --enable-packetver=20180309 --enable-packetver-zero
    make sql

    After start server, I log in to the server by 2018-03-09aRagexe_patched.exe. Login success. But after select character map-server show Warning

    [Warning]: clif_parse: Received unsupported packet (packet 0x0b5a (0x022d), 19 bytes received), disconnecting session #7.

    I try to disable packet_obfuscation in client.conf to 0 and 1. Client login and select character success. :S

×
×
  • Create New...

Important Information

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