Jump to content

thor1009

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

1134 profile views

thor1009's Achievements

Poring

Poring (1/15)

1

Reputation

  1. I just want to say AWESOME!!!!! According to my experience, you may check your php.ini upload_max_filesize = 64M post_max_size = 64M make sure these two items are both larger than the file you uploaded, if you cannot find the second item, add it below upload_max_filesize. If you are using max BTW, for some reason, the getFiles function in modules/admin_spawn/parse.php is not working for my npc scripts. I have to change $item to trim($item) to make sure the files are correctly loaded. This is really an amazing feature, many thanks to DOC_tr for sharing this.
  2. Hi guys, I am trying to make the instance script and am wondering is there any replay file or video that has all the dialog for this instance? Since in jRO players can shortcut the dialog in the Sarah and Fenrir Memorial Dungeon, it is difficult to collect the information.
  3. RA_Unlimit will start the status SC_Unlimit with some input values, and this status increases damage. Typically the first input value val1 is for duration time, and the second input val2 in this case is the increase percentage. So you need find the code where RA_Unlimit starts the status, and change the second input as 10*skill_lv
  4. Hi rathena community I have a question about how to implement the ranged damage increase (bLongAtkRate) to certain skills, such as acid bomb (CR_ACIDDEMONSTRATION) and dragon breath (RK_DRAGONBREATH)
×
×
  • Create New...