Jump to content

zerovsnd

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by zerovsnd

  1. 19 hours ago, Tokei said:

    Hello,

    GRF Editor forces the text file display back to what you have in the Settings > General > Display encoding (it does this on purpose to prevent you from doing mistakes). Your text file is encoded as UTF-8, which is not supported by your client and which will show up as what you see in GRF Editor. You have to change your text file encoding to Thai (Encoding > Character sets > Thai). In your case, you'll want to do it by "tricking" Notepad++ :

    • Make a new text file, change the encoding to Thai.
    • Copy your whole msgstringtable.txt file > paste it to your new file.
    • Use your new file as msgstringtable.txt instead.
    • As for what you'll see in GRF Editor, it should be the common 'gibberish' (unless you change it manually from Settings > General > Display encoding > Custom... > Thai is... 874).

    Solved!! Thank you so much I change encoding to thai before paste from last edit this is result

    image.thumb.png.22a68196e7f88e2024d3a7e66c759bfd.png

  2. I use lastest version of rAthena to run server that has no problem no warning or error. I log in with kRO that i got it from this board part installation. It can log in, create Charactor but when i'm were in morroc(I set start point at morocc,159,100). I can't do anything just only type a message but not show ballon chat above charactor, can not move to everywhere, can not use gm command. Then i see at console. It show about my charactor was disconnect. What wrong??

    Sorry for my bad english. lol but pls help

  3. Hello, I need some help!!

    I get rAthena from https://github.com/rathena/rathena

    and get data from https://github.com/zackdreaver/ROenglishRE

     

    I config and compile my server. It's work I can run my server without Warning or error.

    but in the Charactor Slelection Screen I can't do anything if i try to create a charactor.

    It gonna be like this. I don't know how to solve it. Try to use any keyword to see who have the same.

    But nothing. Anyone can help me

     

     

    ps. I use Thai Ragnarok Onine to test.Is it a reason?? Just try to use kRO it can be solved??

     

    Xwspx6.png

     

     

    nTeXZd.png

     

     

    BpZJca.png

  4. Hello everyone

    .

    .

    .

    I have a question like my 'Topic Title'

    .

    that....

     

    "Is it possible that using phpMyAdmin on my local com but using FluxCP on other Web Hosting with DirectAdmin CP"

    .
    .
    I just think that it's maybe possible!!
    first.
    My PC use this program 'WAMP Server' and try to install FluxCP by localhost, it's worked.
     
    8Iu9E4.jpg
     
     
    After i know that work every function. I copy that folder and forward port 3306. Then i set like this.....
     
    config/application.php


    'ServerAddress'        => 'http://www.aprilroz.com:80',          << This is my domain registered with host
    'BaseURI'              => '',                       // The base URI is the base web root on which your application lies.
    'InstallerPassword'    => '<hidden>',         // Installer/updater password.
    'RequireOwnership'     => true,                     // Require the executing user to be owner of the FLUX_ROOT/data/ directory tree? (Better for security)
                                                       // WARNING: This will be mostly IGNORED on non-POSIX-compliant OSes (e.g. Windows).
    'DefaultLoginGroup'    => null,
    'DefaultCharMapServer' => null,
    'DefaultLanguage'      => 'en_us',                  // Specify the default control panel language (see FLUX_ROOT/lang/ directory for available languages.)
    'SiteTitle'            => 'April Ragnarok Online',     // This value is only used if the theme decides to use it.
    'ThemeName'            => 'default',                // The theme name of the theme you would like to use.  Themes are in FLUX_ROOT/themes.
    'ScriptTimeLimit'      => 0,
    .
    .
    .
    'DebugMode'            => false,
    

    config/error.php

    $adminEmail      = 'root@localhost'; // Administrator e-mail address.
    $errorFile       = 'error.php';       // Error file to render.
    $showExceptions  = true;              // Whether or not to show exceptions (only applies to error.php)
    

    and finally .... server.php

    <?php
    return array(
    // Example server configuration. You may have more arrays like this one to
    // specify multiple server groups (however they should share the same login
    // server whilst they are allowed to have multiple char/map pairs).
    array(
    'ServerName'     => 'April RO',
    // Global database configuration (excludes logs database configuration).
    'DbConfig'       => array(
    //'Socket'     => '/tmp/mysql.sock',
    //'Port'       => 3306,
    //'Encoding'   => 'utf8', // Connection encoding -- use whatever here your MySQL tables collation is.
    'Convert'    => 'utf8',
    // -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available.
    // -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8)
    'Hostname'   => 'zaprilro.no-ip.info',    << i use Dynamic ip
    'Username'   => '<hidden>',                      << ๊Username Password Database it's work on local
    'Password'   => '<hidden>',
    'Database'   => '<hidden>',
    'Persistent' => true,
    'Timezone'   => null // Example: '+0:00' is UTC.
    // The possible values of 'Timezone' is as documented from the MySQL website:
    // "The value can be given as a string indicating an offset from UTC, such as '+10:00' or '-6:00'."
    // "The value can be given as a named time zone, such as 'Europe/Helsinki', 'US/Eastern', or 'MET'." (see below continuation!)
    // **"Named time zones can be used only if the time zone information tables in the mysql database have been created and populated."
    ),
    // This is kept separate because many people choose to have their logs
    // database accessible under different credentials, and often on a
    // different server entirely to ensure the reliability of the log data.
    'LogsDbConfig'   => array(
    //'Socket'     => '/tmp/mysql.sock',
    //'Port'       => 3306,
    //'Encoding'   => null, // Connection encoding -- use whatever here your MySQL tables collation is.
    'Convert'    => 'utf8',
    // -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available.
    // -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8)
    'Hostname'   => '<hidden>',
    'Username'   => '<hidden>',
    'Password'   => '<hidden>',
    'Database'   => '<hidden>',
    'Persistent' => true,
    'Timezone'   => null // Possible values is as described in the comment in DbConfig.
    ),
    // Login server configuration.
    'LoginServer'    => array(
    'Address'  => '<hidden>',
    'Port'     => 6900,
    'UseMD5'   => false,
    'NoCase'   => true, // rA account case-sensitivity; Default: Case-INsensitive (true).
    'GroupID'  => 0,    // Default account group ID during registration.
    //'Database' => 'ragnarok'
    ),
    'CharMapServers' => array(
    array(
    'ServerName'      => 'April Ragnarok Online',
    'Renewal'         => false,
    'MaxCharSlots'    => 9,
    'DateTimezone'    => null, // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones)
    //'ResetDenyMaps'   => 'sec_pri', // Defaults to 'sec_pri'. This value can be an array of map names.
    //'Database'        => 'ragnarok', // Defaults to DbConfig.Database
    'ExpRates' => array(
    'Base'        => 500, // Rate at which (base) exp is given
    'Job'         => 500, // Rate at which job exp is given
    'Mvp'         => 100  // MVP bonus exp rate
    ),
    'DropRates' => array(
    // The rate the common items (in the ETC tab, besides card) are dropped
    'Common'      => 1000,
    'CommonBoss'  => 100,
    // The rate healing items (that restore HP or SP) are dropped
    'Heal'        => 100,
    'HealBoss'    => 100,
    // The rate usable items (in the item tab other then healing items) are dropped
    'Useable'     => 1000,
    'UseableBoss' => 100,
    // The rate at which equipment is dropped
    'Equip'       => 1000,
    'EquipBoss'   => 100,
    // The rate at which cards are dropped
    'Card'        => 1000,
    'CardBoss'    => 100,
    // The rate adjustment for the MVP items that the MVP gets directly in their inventory
    'MvpItem'     => 100
    ),
    'CharServer'      => array(
    'Address'     => '<hidden>',
    'Port'        => 6121
    ),
    'MapServer'       => array(
    'Address'     => '<hidden>',
    'Port'        => 5121
    ),
    // -- WoE days and times --
    // First parameter: Starding day 0=Sunday / 1=Monday / 2=Tuesday / 3=Wednesday / 4=Thursday / 5=Friday / 6=Saturday
    // Second parameter: Starting hour in 24-hr format.
    // Third paramter: Ending day (possible value is same as starting day).
    // Fourth (final) parameter: Ending hour in 24-hr format.
    // ** (Note, invalid times are ignored silently.)
    'WoeDayTimes'   => array(
    //array(0, '12:00', 0, '14:00'), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM
    //array(3, '14:00', 3, '15:00')  // Example: Starts Wednesday 2:00 PM and ends Wednesday 3:00 PM
    ),
    // Modules and/or actions to disallow access to during WoE.
    'WoeDisallow'   => array(
    array('module' => 'character', 'action' => 'online'),  // Disallow access to "Who's Online" page during WoE.
    array('module' => 'character', 'action' => 'mapstats') // Disallow access to "Map Statistics" page during WoE.
    )
    )
    )
    )
    );
    ?>
    

    1st test it's not work.....error about permission chro 0600 that stuff bla bla bla...
    then i change permission to 777 lol it's gonna be 2nd test like this....
     
    b7U9si.jpg
    Honestly I'm very discouraged. Pls help me
    or Is it impossible to link like this /sob

  5.  

    -

    for if you install both main.sql and logs.sql in the same db then it shout look like this

    // MySQL Login server
    login_server_ip: 127.0.0.1  //if the sql server is in the same host then is shout be local otherwise use the server ip
    login_server_port: 3306
    login_server_id: root  // you better create other user to use for this.
    login_server_pw: 6608903c
    login_server_db: aprilroz_aprilro
    login_codepage:
    login_case_sensitive: no
    
    

    ref to.

    CentOS https://rathena.org/wiki/Installation_(CentOS)#Configure_MySQL

    windows https://rathena.org/wiki/Installation_on_Windows

     

    Got it /thx

  6. Hello, rathena support.

    .

    .

    .

    if i upload my main.sql and logs.sql on web hosting at phpMyAdmin like this

     

    8mk2Lo.jpg

     

    yeah, i want to know that what i would to edit in 'inter_athena.conf'?? (Red text)

     

     

    // MySQL Login server

    login_server_ip: 127.0.0.1            <<< it should to be xxx.xxx.xxx.xxx ???
    login_server_port: 3306             <<< What does it should be??
    login_server_id: root                   <<< 
    login_server_pw: 6608903c
    login_server_db: zz-ro
    login_codepage:
    login_case_sensitive: no
     
    ipban_db_ip: 127.0.0.1
    ipban_db_port: 3306
    ipban_db_id: root
    ipban_db_pw: 6608903c
    ipban_db_db: zz-ro
    ipban_codepage:
     
    // MySQL Character server
    char_server_ip: 127.0.0.1
    char_server_port: 3306
    char_server_id: root
    char_server_pw: 6608903c
    char_server_db: zz-ro
     
    // MySQL Map Server
    map_server_ip: 127.0.0.1
    map_server_port: 3306
    map_server_id: root
    map_server_pw: 6608903c
    map_server_db: zz-ro
     
    // MySQL Log Database
    log_db_ip: 127.0.0.1
    log_db_port: 3306
    log_db_id: root
    log_db_pw: 6608903c
    log_db_db: zz-ro
    log_codepage:
    log_login_db: loginlog

     

     

    helppppp

  7. When I use Stat Food such as "Steamed Tongue" it give me str +10 but....

    i can't use the other Stat food. I can't use it consecutive. What do i miss??

     

    in path 'Item_delay.txt' i've already check it

     

    // SC_REUSE_LIMIT_A

    14538,300000,SC_REUSE_LIMIT_A //Glass_Of_Illusion
     
    // SC_REUSE_LIMIT_B
    14586,180000,SC_REUSE_LIMIT_B //Spark_Candy
     
    // SC_REUSE_LIMIT_C
    12208,60000,SC_REUSE_LIMIT_C //Battle_Manual
     
    // SC_REUSE_LIMIT_D
    12210,60000,SC_REUSE_LIMIT_D //Bubble_Gum
     
    // SC_REUSE_LIMIT_E
    11522,1000,SC_REUSE_LIMIT_E //Red_Raffle_Sap
    11523,2000,SC_REUSE_LIMIT_E //Yellow_Raffle_Sap
    11524,3000,SC_REUSE_LIMIT_E //White_Raffle_Sap
     
    // SC_REUSE_LIMIT_F
    607,5000,SC_REUSE_LIMIT_F //Yggdrasil_Berry
     
    // SC_REUSE_LIMIT_G
    608,3000,SC_REUSE_LIMIT_G //Yggdrasil_Seed
     
    // SC_REUSE_LIMIT_H
    11525,5000,SC_REUSE_LIMIT_H //Mora_Hip_Tea

     

    Please help me /sob thank you /thx

  8. hello, 

    In my item_cash_db.txt. There are 8 type of cashshop that i can add item.[New,Popular,....,Recovery,Other]

    But i want more.....

    how can i take this tab [special]

    kPK1q3.jpg

     

    and this tab [search]

     

    0CEkdA.jpg

     

    to adding item.

    I try to test ilke this [7: Other, 8: Special, 9: Search]

     

    RSXZt0.png

     

    But it won't work

     

    bEo8PF.png

     

    how can i solve it please help meeeeeeeeeeeeeeeeeeeeeeeeeeeeeee /sob

×
×
  • Create New...