Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 01/31/18 in all areas

  1. 1 point
    4144

    Nemo patcher

    This topic about Nemo fork https://gitlab.com/4144/Nemo Most changes present in ChangeLog Patches reports service: http://nemo.herc.ws For test Ragnarok zero clients need: this nemo fork and enable at least patches from https://gitlab.com/4144/Nemo/blob/master/profiles/zero_minimal.log this or similar clientinfo.xml https://gitlab.com/4144/Nemo/blob/master/configs/zero/clientinfo.xml From 2018-11-14 in all clients must be enabled patch Remove hard coded address/port For clients newer than 2018-03-09: Need manually copy cdclient.dll from Nemo/input or enable patch "Copy patched Cheat Defender Game Guard" Clients exe downloads: http://nemo.herc.ws/downloads/ Full client downloads: http://nemo.herc.ws/downloads/#downloadable-full-clients Discord: https://discord.com/invite/ByEQHDf
  2. 1 point
    Hi, I'm TioAkima. Small tutorial to help add the new fucking SIGNBOARDs that are available to new clients. If I'm not mistaken, it's for client's 2016+ For those who do not know, I'm talking about these new chat/shop on the NPC: They are cool and leave the server with a nice face. <3 it is quite simple. Go in your data folder, and in your LUA files (luafiles514) search for file signboardlist.lub data\luafiles514\lua files\signboardlist.lub Now let's understand how this file works to add a SIGNBOARD (cute little window with icon) like this: The structure of the file is as follows: {" prontera", 150, 193, 5, IT_BMP, "유저인터페이스\\information\\over_kafra.bmp", " KAFRA Tools ","#0x00FFFFFF"} { "prontera", = map name 150, = x 193, = y 5, = height you want the window (can be zero if you want) IT_SIGNBOARD, = window type "유저인터페이스\\information\\over_kafra.bmp", = here is the directory where your icon is "KAFRA Tools", = chat name "#0x00FFFFFF" = letter color }, Just add another line following this format. Remembering that the last window does not have the comma in the end ... It is good to pay attention to this. Now to add icons in this other way> The format is very similar, but it has some minimal difference ... And it's also in the same file. It's pretty much the same thing, but one or the other function argument changes. The structure is this: {"prontera", 150, 193, 1, IT_BMP, "유저인터페이스\\information\\over_kafra.bmp"}, { "prontera", = map name 150, = x 193, = y 1, = height you want the icon (can be zero if you want) IT_BMP, = Only place the icon (without the window) "유저인터페이스\\information\\over_kafra.bmp" = here is the directory where your icon is }, READY! Note that for this, you do not put the name of the chat nor the color of the letter! (you do not have these two arguments, okay?) .. That's it .. I hope it helps anyone who wants to put these windows. att, Tio akima
  3. 1 point
    Ridley

    @ip

    View File @ip usage: @ip <Player Name> Unlike @sameip, this is meant to check a single player config: use on players (gms) with same User Group as yourself yes/no Do not redistribute or sell this file. Output: Failed attempt Player not found/online Submitter Ridley Submitted 02/04/17 Category Utility  
  4. 1 point
    =General *Added the "NK_FORCE_RANGED_DAMAGE" setting for skills. -This forces the skill to deal ranged damage at ranges below 5. *Recoded the handling of Minstrel/Wanderer party checks for chorus -skills to only be called on when needed. This should further -save on cpu cycles used on skill use. *skill_chorus_count -Added this function for counting performers in a party. *mass_spiral_max_def *rebel_base_lv_skill_effect -Added these config settings to the skill battle config. =Skills *RK_DRAGONBREATH *RK_DRAGONBREATH_WATER -Corrected the AoE for level 9 to be 9x9. *RA_WUGDASH *RA_WUGSTRIKE *RA_WUGBITE -Corrected a issue where the damage increase from Dance With Wug -wasn't counting the chorus bonus correctly. *SR_RAMPAGEBLASTER -Is now treated as a ranged attack. *RL_MASS_SPIRAL -Damage formula updated. -No longer ignores the target's flee. *RL_S_STORM -Updated the equip break chance formula to official. *RL_H_MINE -Grenade explosion AoE is now 5x5. *RL_FIRE_RAIN -Is now treated as a ranged attack. -AoE stepping speed adjusted to official. *RL_HAMMER_OF_GOD -AoE for the random strike area on unmarked target's is now 15x15 *RA_UNLIMIT *GN_ILLUSIONDOPING *WM_FRIGG_SONG *AB_OFFERTORIUM -Corrected a issue where the casting of these skills were not interruptable. *RK_LUXANIMA -Added cooldown time. *GD_GUILD_STORAGE -Now requires level 10 Guild Extension.
  5. 1 point
    meko

    [HELP]Item Script in CASHPOINT

    dispbottom(sprintf("Gained 1 cash point. You now have a total of %i cash points.", ++#CASHPOINTS));
×
×
  • Create New...

Important Information

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