Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 12/12/17 in Posts

  1. 2 points
    =General *Added the "monster_mobid" enum. -This is to set monster ID's for skill related stuff more easly. *Added the "menuskill_val2" value. -Using menuskill_itemused for certain things just lost me too easly. *Added the "skill_check_condition_mob_master_mer_sub" function. -Works just like the skill_check_condition_mob_master_sub, but -for homunculus and mercenary's. *Added a safety check to prevent the chance of a status activating -from going below 0. *Updated the map cache since prontera was reverted back to the old one. =Database *Updated listing for conditions. -I found these in the source code and they are used by some monsters. -Felt they should be listed here even tho their rarely used. =Skills *NC_SILVERSNIPER -Recoded the skill. -Updated the monster's database entry. -Updated the skill entry's for silver sniper. -No longer able to heal itself. -Updated the ATK bonus from used skill level. -MaxHP now affected by skill level and caster's BaseLV/MaxHP. *NC_MAGICDECOY -Recoded the skill. -Updated the monster's database entrys. -Updated the skill entry's for the magic decoys. -No longer able to heal itself. -MaxHP now affected by skill level and caster's BaseLV/MaxSP. *KO_ZANZOU -Updated the monster's database entry. -Corrected the AI type on the spawning of shadow clones. *GN_ILLUSIONDOPING *MH_SUMMON_LEGION *MH_NEEDLE_OF_PARALYZE *MH_PAIN_KILLER -Added support for these skills.
  2. 2 points
    Rytech

    Does Any Rebellion Skill work?

    If there's any free dev power that can add the skills, I have close to all of their skills coded in my project. Should be easy to merge into Herc.
  3. 1 point
    Asheraf

    kRO unpacked clients releases

    Discontinued. Clients without themida protection can be downloaded at http://nemo.herc.ws/downloads/
  4. 1 point
    karazu

    Daily Top 10 with Aura [MVP]

    Hello, I just want to request another script script. same:(http://herc.ws/board/topic/5423-daily-top-10-with-aura-pvp/) This is a TOP 10 MVP Rankings (Daily) -Will show you the top 10 Players Kills -Will give an Aura to the top 1 (Base on this: http://herc.ws/board/topic/5057-auraset/) -Will Reset every 24 hours (Aura of the top 1 will gone also) -Will give a prize to the top 1 (can be claim every after reset) ​ Thank you! Edit: My first post was remove, It was supposed to be a PVP type for this. anyways I will just add it here: This is a TOP 10 PVP Rankings (Daily) -Will show you the top 10 Players Kills/Death -Will give an Aura to the top 1 (Base on this: http://herc.ws/board/topic/5057-auraset/) -Will Reset every 24 hours (Aura of the top 1 will gone also) -Will give a prize to the top 1 (can be claim every after reset) ​
  5. 1 point
    The client is crashing because you are using a occupied ID and does not have the necessary files https://www.divine-pride.net/database/monster/3300 Try another ID (my suggestion is use 3998 and going down when add mobs, 3997, 3996, etc) Go to npcidenty, jobidenty and jobname.lua and add your monsters with the last possible ID, then add on your mob database with the same ID. oh lelz the last ID is full too https://www.divine-pride.net/database/monster/3998 lets see where the new IDs are... Ok for some reason, I'm not able to update kRO, and can't see the updated files... Sorry, lest try this: Take the lua files mentioned before and find these mobs with the last ID avalible (3998 or lower) and overwrite the name to make your mob, it should work
  6. 1 point
    Senos

    [Help]Premium System

    Organized, "optimized" and removed the labels, if you want to use: prontera,155,181,5 script Clahador 757,{ function getPremiumTime; mes "[^FF0000Clahador^000000]"; mes "Hello "+strcharinfo(0)+", I'm ^FF0000Clahador the butcher^000000."; mes "I will be of help if you need something."; next; mes "[^FF0000Clahador^000000]"; mes "Oh! you need help?"; mes "What kind of help do you need?"; next; switch (select("Newbie here:I'm a ViP!:Nevermind")) { case 1: mes "[^FF0000Clahador^000000]"; mes "Did you already claim your free items in the ^FF0000Freebies NPC^000000???"; if (select("Sim:Não")==2) { mes "[^FF0000Clahador^000000]"; mes "You should get 'em!."; mes "It will help you on the start."; mes "I will send you to the freebie giver."; next; warp "prontera",155,183; } else { mes "[^FF0000Clahador^000000]"; mes "Haha, i hope you like those items."; next; mes "By the way, you can earn zennies through quests like going to daily quest, request board, and many more!"; mes "Did you know that you can have many zennies you want if you gonna hunt more rare items?"; mes "Try it!"; } break; case 2: mes "[^FF0000Clahador^000000]"; mes "Oh you avail our ViP Ticket!"; mes "Thank you!"; next; mes "[^FF0000Clahador^000000]"; mes "Your ^0055FFPremium Time^000000 Left : "+getPremiumTime( #Premium ); mes "You should maximize it"; mes "Grind your skills and hunt now!"; break; case 3: mes "[^FF0000Clahador^000000]"; mes "Thank you!"; mes "Come Again!"; break; } close;}
×
×
  • Create New...

Important Information

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