Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/23/24 in all areas

  1. Updated to 1.8.7.7: Updated the encryption library for added security. This new version may not work in older clients (hard to test on my end, do let me know). This version requires Microsoft Visual C++ 2022 (x86): https://aka.ms/vs/17/release/vc_redist.x86.exe This is also required for your players. It is usually already installed for most, but some may not have it. The previous version of the encryption required VC++ 2010 (x86). A custom approach as mentioned in the above post (https://rathena.org/board/topic/77080-grf-grf-editor/?do=findComment&comment=432591) will always be more secure. If you do decide to rename cps.dll to something else, then you'll have to ensure your previous encryption cps.dll no longer exists. Otherwise, this will be pointless. You can leave the regular cps.dll from Gravity, that will not conflict.
    3 points
  2. Não entendi porque da ignorância, você é retardado? Não sabe ler? Eu quis saber como faz pra adquirir, e nem foi a voce que dirigi minha pesgunta, mas obrigado pela resposta.
    1 point
  3. Thanks for reporting. Indeed that file was missing from the mirror, along with few others from 2023 and 2024, not sure why. I have synchronized the mirror, please try again.
    1 point
  4. You are only checking the first element of the array. The correct script should be: { setarray .@mapname$[0], "prt_fild08", "06guild_01", "06guild_02", "06guild_03", "06guild_04", "06guild_05", "06guild_06", "06guild_07", "06guild_08"; set .@found,0; for(.@i = 0; .@i < getarraysize(.@mapname$); .@i++ ) { if(strcharinfo(3) == .@mapname$[.@i]) { set .@found,1; } } if (.@found == 1) { delitem 604,1; monster "this",-1,-1,"--ja--",-1,1,""; } else dispbottom "This item can't be used on your current map."; } (Not tested, but it should work)
    1 point
  5. View File Illusion Items Enchanter Illusion items Enchanter conversion. Note that this is converted from multiple servers, so stats and rates can vary. Stats and rates are taken from wikis/devs. Credits: kRO, iRO, Shining-moon RO, NovaRO and Divine-Pride. Submitter NotKappa Submitted 07/24/2019 Category Utilities Video Content Author NotKappa  
    1 point
  6. Version 1.0.0

    973 downloads

    Illusion items Enchanter conversion. Note that this is converted from multiple servers, so stats and rates can vary. Stats and rates are taken from wikis/devs. Credits: kRO, iRO, Shining-moon RO, NovaRO and Divine-Pride.
    Free
    1 point
×
×
  • Create New...