Jump to content

Trevned

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by Trevned

  1. Mga sir, meron ba sainyo naka experience ng error na ganito pag ka tapos i apply yung pag encrypt ng GRF tapos oOpen na ung ".exe" ng Ragnarok.

     

    Yan kasi nalabas pag tapos ko apply ung "Client Profile" using "Secure GRF"

     

    post-4279-0-80323100-1362335051_thumb.png

     

    Complete naman sir mga files na nailagay ko dun sa loob ng ragnarok folder pero nalabas parin tong error na to.

     

     

     

     

    Salamat in Advance :)

  2. Hi there,

     

    Can I ask where can I get the latest sprites or how can I update my data.grf's files to get/enable all these latest sprites of  renewal NPCS?

    post-4279-0-05794600-1362247601_thumb.png

     

    If possible, where can I just get the latest script of NPC script ".lua" to get my GRF updated? "Since I did just read one the post here that we can just update the [.lua] to enable it.

     

     

    All suggestions will be much appreciated!

    Thanks in advance :)

     

     

  3. Added, but now this error message shows up.

     

    Message: SQLSTATE[42000] [1044] Access denied for user 'root'@'74.63.201.243' to database 'RuinRO'

     

     

     

     

    Thanks in Advance



    Ohh, now it worked :)

     

    Appreciate your help.

     

    Solved: Granting/add user access/privilege in phpmyadmin.

  4. Got an error while installing FluxCP

     

    Config, set it up correctly:

                'Hostname'   => 'localhost',
                'Username'   => '****', " myDatabase Username"
                'Password'   => '*****', "myDatabase Password"
                'Database'   => '******', "myDatabase"
                'Persistent' => true,

     

     

     

                  'Hostname'   => 'HOST I.P', when I changed this to "localhost" this error message shows.

     

    Message: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES).

     

                'Hostname'   => 'localhost', and when I try to change "localhost" again to my current I.P the error message changed in to this.

     

    Message: SQLSTATE[HY000] [1130] Host '74.63.***.*** ' is not allowed to connect to this MySQL server

     

    post-4279-0-44024500-1361725088_thumb.png

     

    I already checked my config in application.php and servers.php for an hour just to make it sure all configs are right, also search for different guides on how to install; seems I did it right and still receiving these errors.

     

     

    Hope you guys can help me.

    Thanks in Advance :)

  5. Is there any way to change Dragon Breath Skill not scythe type or area damage?

    and also got confused editing the damage it gives, can anyone tell me what to edit here to reduce the percent damage? thanks!

    case RK_DRAGONBREATH:

    if( battle_config.skillsbonus_maxhp_RK && status_get_hp(src) > battle_config.skillsbonus_maxhp_RK ) // [Pinky]

    md.damage = ((battle_config.skillsbonus_maxhp_RK / 50) + (status_get_max_sp(src) / 4)) * skill_lv;

    else

    md.damage = ((status_get_hp(src) / 50) + (status_get_max_sp(src) / 4)) * skill_lv;

    if (status_get_lv(src) > 100) md.damage = md.damage * s_level / 150;// Base level bonus.

    if (sd) md.damage = md.damage * (70 + 5 * (pc_checkskill(sd,RK_DRAGONTRAINING) - 1)) / 70;

    Thanks in advance :)

×
×
  • Create New...