Jump to content

dizonivan11

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by dizonivan11

  1. On 6/11/2020 at 6:44 AM, sader1992 said:

    line 97

    
    for (.@i = 0; .@i < @inventorylist_count; ++.@i) {
    		if (@inventorylist_id[.@i] == .@refineitemid && !@inventorylist_equip[.@i] && @inventorylist_card1[.@i] == 0 && @inventorylist_refine[.@i] == 0) {
    			delitem @inventorylist_id[.@i], 1;
    		}
    	}

    this could delete more that what it need to refine an item , you see it will delete all the items , for example , you need 5 to refine and you have 10 , the 10 will be deleted

     

    also like 4 (.@safe = 10;)is not used in the script

    That was some major flaw on my end, its now fixed, Thank you so much for this!

  2. ROM Safe Refiner


    Just sharing my own safe refiner NPC that mimics the Safe Refinement System of ROM:EL. As the item increases its refinement level, the materials required will grow exponentially as it requires the copy of the item you are refining based on its next refinement level. The NPC can only refine the item if its next refinement process is not safe anymore for Hollgrehenn.

     

    Configurations:

    .@npc_name$ = Name of your NPC

    .@price = The required zeny for refining.


     

    • Upvote 1
  3. VPatcher


    Just sharing my own Ragnarok Patcher for your server. A simple Ragnarok Client Patcher with rsumerge GRF Merge support powered by .NET Framework written in C#.

    INSTRUCTION
    1. Serve your files using the built-in php server on the server
    2. Create your new patch folder inside "patches" folder, add "list.txt" inside the newly created patch folder and enumerate all the files inside the folder with the following format:

    [File Name][tab][File Path]([tab][Patch Target])[newline]

    (parentheses indicates that the argument is optional, do not include the characters on formatting)
    (even though [File Path] is required, leave blank after the tab if the path is the root)

    Ex: RagnarokOnline.exe[tab][newline]
         OptionInfo.lua[tab]savedata/[newline]
         iteminfo.lua[tab]System/[newline]
         patch.grf[tab][tab]mygrf.grf[newline]

    Important Note: When naming your patch folders, it is important to consider its alphabetical order. With this, the last patch folder detected will override all the patches.

    3. Replace the background skin of the WinForm in the Designer tab


    • Submitter
    • Submitted
      05/29/2020
    • Category
    • Video
    • Content Author
      dizonivan11

     

    • Like 1
×
×
  • Create New...