Jump to content

thor1009

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by thor1009

  1. I just want to say

    AWESOME!!!!!


    Wow, thanks for this, but how come I'm uploading a zip file for the npc but it's not working at all. After I press submit file and it uploads nothing happens. No msg at all appears if it's successful or any error after uploading the archive.

     

     

    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

×
×
  • Create New...