Jump to content

Microsoft

Members
  • Posts

    244
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Microsoft

  1. Mga sir/ma`am pa help lang po sana ako sa custom item . kasi nag lagay po ako ng queen ears bago ok na po sya walang error ang problema lang po hindi makita na suot yung queen ears pero sa alt+Q po naka equiped naman po sya pa help po madaming salamat  /no1  /no1  /no1 

     

    If ever na meron ka na sa lua files na accessoryid saka accname, copy mo yung laman ng dalawang file tapos paste mo sa lub files naman, same name pero different file extension. Ganyan talaga kapag hindi naka compile. No worries, follow mo yung sinabi ko, gagana yan :) ilang beses ko ng nagagawa yan.

  2.  

     

    Try to create a new database for your logs.sql,

     

    create database ragnalog;

     

    then upload the sql-files/logs.sql inside the ragnalog database then change your inter_athena.conf to this:

    // MySQL Log Database
    log_db_ip: 127.0.0.1
    log_db_port: 3306
    log_db_id: root
    log_db_pw: vertrigo
    log_db_db: ragnalog
    log_codepage:
    log_login_db: loginlog

    OMGGGGGGGGGGG...........

    O_O

     

    you made it work thks Thks Thks....

    Thks >D

     

     

    No problem :)

  3. If found this:

    // Basic ASPD value
    int status_base_amotion_pc(struct map_session_data* sd, struct status_data* status)
    {
        int amotion;
        int classidx = pc_class2idx(sd->status.class_);
    #ifdef RENEWAL_ASPD
        short mod = -1;
    
        switch( sd->weapontype2 ){ // adjustment for dual weilding
            case W_DAGGER:    mod = 0;    break; // 0, 1, 1
            case W_1HSWORD:
            case W_1HAXE:    mod = 1;
                if( (sd->class_&MAPID_THIRDMASK) == MAPID_GUILLOTINE_CROSS ) // 0, 2, 3
                    mod = sd->weapontype2 / W_1HSWORD + W_1HSWORD / sd->weapontype2 ;
        }
    
        amotion = ( sd->status.weapon < MAX_WEAPON_TYPE && mod < 0 )
                ? (job_info[classidx].aspd_base[sd->status.weapon]) // single weapon
                : ((job_info[classidx].aspd_base[sd->weapontype2] // dual-wield
                + job_info[classidx].aspd_base[sd->weapontype2]) * 6 / 10 + 10 * mod
                - job_info[classidx].aspd_base[sd->weapontype2]
                + job_info[classidx].aspd_base[sd->weapontype1]);
    
        if ( sd->status.shield )
                amotion += ( 2000 - job_info[classidx].aspd_base[W_FIST] ) +
                        ( job_info[classidx].aspd_base[MAX_WEAPON_TYPE] - 2000 );
    
    #else
        // base weapon delay
        amotion = (sd->status.weapon < MAX_WEAPON_TYPE)
         ? (job_info[classidx].aspd_base[sd->status.weapon]) // single weapon
         : (job_info[classidx].aspd_base[sd->weapontype1] + job_info[classidx].aspd_base[sd->weapontype2])*7/10; // dual-wield
    
        // percentual delay reduction from stats
        amotion -= amotion * (4*status->agi + status->dex)/1000;
    #endif

    at this post:

    http://rathena.org/board/topic/85734-changing-aspd-formula-not-define-renewalaspd-or-implementing-my-own-possible/?p=222518
  4. error when I start the server: scripy_add_str:

    7K0cLf.jpg

     

    Example:

     

    To increase Magic Attack

    { bonus bMatkRate,16; },{},{}

     

    To increase base HP

    { bonus bMaxHPrate,100; },{},{}

     

    To increase base SP

    { bonus bMaxSPrate,15; },{},{}

     

    To give additional luk

    { bonus bLuk,5; },{},{}

  5. - What's the iowait?

    - Have you checked if you are being attacked?

    - Is the load high 24/7 or some times of the day? Do you have CPU graphs?


    Are you usig OpenVZ? Because OpenVZ doesn't have very good CPU isolation and either you could face a "bad neighbor" problem, or the node is overloaded. This is something that can only be solved from your provider.

  6.  

    already change it to

    userid: TestServer

    passwd: Password1234

    let me try to import new sqls

     

     

    See? You are not following me.

     

    Your password in char_athena.conf, map_athena.conf is:

     

    userid: server

    passwd: password

     

    then your user and password in login table is:

     

    userid: TestServer

    passwd: Password1234
     
    I told you to use the same username and password of your char_athena.conf and map_athena.conf for your login table.
  7. so remain as 127.0.0.1?

    kk wait let me try

     

    hello! thank you for the respond.. yup I already did that.. and still got connection refused..

     

    Do not change the ip in inther_athena.conf

     

    sql.db_hostname, char_server_ip, map_server_ip, log_db_ip

     

    got same error..

    how about the priviliges in phpadmin?

    sorry too noob..  /sob

    i already ran the this and was able to log-in, and i dont know now what happen..  /wah

     

    What is your username and password in your login table?

  8. afaik

    make clean sql
    

    is enough to recompile

     

    purpose of ./configure:

     

    If any of the major requirements are missing on your system, the configure script would exit and you cannot proceed with the installation, until you get those required things. 

    The main job of the configure script is to create a "Makefile" . This is a very important file for the installation process. Depending on the results of the tests (checks) that the configure script performed it would write down the various steps that need to be taken (while compiling the software) in the file named Makefile.

  9. Hello Microsoft~

    Thank you for the reply,

    I already fixed the problem and the client doesn't crash anymore but more thing i would like to ask, the custom item sprite (weapon) doesn't show :( what am i going to do? Please help :(

    Thank you in advance and have a nice day

     

    1_zpsebdc117c.png

     

    try character with no GM sprite, try to hit monsters.

  10. Go daddy refuses to open those ports

    Any recommendations for a host that will have those ports open or will open those ports?

     

    You can only change the images if you are using flux integ. Tell them that you will use it to make your server status online.

    Using godaddy for your webhost is too expensive, why don't you use VPS for your website?

×
×
  • Create New...