Jump to content

Secrets

Members
  • Content Count

    8
  • Joined

  • Days Won

    1

Reputation Activity

  1. Upvote
    Secrets reacted to Ridley in Clan System   
    Just a side note. We all work here on a volunteer base, in our free time. For many of us this free time is limited. Most important, we do this without the intention of making money (and I claim for most people here, this is the exactly reason to host a server). 
     
    If people not comfortable of the amount of time we put into this, and you think you can do it faster and better, then go ahead and do it.
  2. Upvote
    Secrets got a reaction from Legend in Is it possible to connect to remote SQL?   
    Yes, the hostname setting for your database is there for a reason. You might want to check the permission and hostname setting for your MySQL user.
  3. Upvote
    Secrets got a reaction from MikZ in Unlimit Ranger Skill Status Adjust   
    battle.c around line 495x
     
    Adjust the damage amp formula here
     
    For your case, change the 50 to 25.
     
    if( sc && skill_id != PA_SACRIFICE && sc->data[SC_UNLIMIT] && (wd.flag&(BF_LONG|BF_MAGIC)) == BF_LONG) { switch(skill_id) { case RA_WUGDASH: case RA_WUGSTRIKE: case RA_WUGBITE: break; default: ATK_ADDRATE( 50 * sc->data[SC_UNLIMIT]->val1 ); } }
×
×
  • Create New...

Important Information

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