Jump to content

ifeelingz

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by ifeelingz

  1. ./configure --enable-64bit --enable-packetver=20170517 && make clean && make server

    and

    ./athena-start start

    I can login to select the character and it's gone. Map can not be accessed.

    Main Client : kRO Full Client - 2017-10-09 - Includes BGM & RSU

    image.png.23d18850bbff0cb1b2ade156c581ee0c.png

    image.thumb.png.e4debc5049c24f9d4e4ce480f350f371.png

    image.thumb.png.4199e3e4ccebb4b9b0f932dd4c11ba50.png

    # clientinfo.xml

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    	<desc>Ragnarok Client Information</desc>
    	<servicetype>korea</servicetype>
    	<servertype>primary</servertype>
    	<connection>
    		<display>Local</display>
          		<address>103.212.183.xxx</address>
          		<port>5020</port>
          		<version>56</version>
          		<langtype>5</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>
    		</loading>
       	</connection>
    </clientinfo>

    # conf/import
    - map_conf.txt
     

    Quote

    userid: userx
    passwd: xxxx+

    char_port: 5010

    map_port: 5000


    - login_conf.txt

    Quote

    login_port: 5020

    // Can you use _M/_F to make new accounts on the server?
    new_account: yes


    - char_conf.txt

    Quote

    userid: userx
    passwd: xxxx+

    server_name: userx-RO

    wisp_server_name: Server

    login_port: 5020

    char_port: 5010

    pincode_enabled: no

    Thank you very much.

  2. 54 minutes ago, Cydh said:

    I believe your config something like this

    
    // Rate at which exp. is given. (Note 2)
    base_exp_rate: 500
    ...
    // Base exp. penalty rate (Each 100 is 1% of their exp)
    death_penalty_base: 100
    ...
    // The rate the common items are dropped (Items that are in the ETC tab, besides card)
    item_rate_common: 1000

    Yes, I set this.
    I will try to make clif.c again.
    Thank you very much.

     

  3. i'm using FluxCP.. If you use XAMPP just follow the tutorial.. Its works for me.. my main ro is https://mileniaro.combut my patcher is http://mileniaro.com/patch .. I put in secure forder for https for Fluxcp and insecure folder for thor.. You need to edit some files.. But only work for XAMPP.. Others sorry I cant help..  Good luck..

     

    if main website with ssl : Work !!

    patch with non ssl : Work !!

     

    but i test patch with ssl. lol 

     

    Thank you very much.  /no1

  4. If you're using XAMPP.. Did you follow the guide? 

    Here may help you.. https://www.adam.co.za/setup-https-in-xampp/

    1. In that guide, you need to make separate folder "secure" for https and "insecure" for http connections. And edit some files.. Just follow the guide.. 

    2. For thor patcher file, put into "insecure" folder since they cant read https and insecure folder default is port 80 (HTTP)..

    It will works normally.. I do that way.. 

    If you not using XAMPP I cant help you.. 

     

    Do not work, I use nginx on VestaCP.

     

    Thank you for help me.

  5. bd14faee1d7a4892a6959e398d5ba9fa.png

    CC int_storage.c
    CC inter.c
    LD char-server
    make[1]: Leaving directory `/root/ImG0D-EP5/src/char'
    make[1]: Entering directory `/root/ImG0D-EP5/src/map'
    MKDIR obj
    CC atcommand.c
    CC battle.c
    battle.c: In function 'battle_attack_sc_bonus':
    battle.c:4337:22: warning: unused variable 'tstatus' [-Wunused-variable]
    struct status_data *tstatus = status_get_status_data(target);
    ^
    CC battleground.c
    CC buyingstore.c
    CC cashshop.c
    CC channel.c
    CC chat.c
    CC chrif.c

    I run

     

    chmod a+x configure
    
    
    ./configure --enable-64bit
    ./configure --enable-debug=gdb
    make clean && make sql && make server
     
    What's wrong? Can you help me.
     
    Thank you very much.
  6. Try Thor Patcher set. ( Thor_Patcher[3.0Alpha.2] )

     



    "RootURL": "https://patch.test.com/test/",.
    "RemoteConfigFile": "config.json",.


    63dcf7ec654e4dedae88451ff1f21dc7.png

     

    But the program is not working

     

    However, when using IP address

     



    "RootURL": "http://1.1.1.1/test",.
    "RemoteConfigFile": "config.json",.


     

    The program works

     

    Can you help me?

     

    Thank you.

×
×
  • Create New...