Jump to content

Leaderboard


Popular Content

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

  1. 1 point
    msecastro

    NST_CUSTOM Trader Type Question

    Good day, Hercules forums I was playing around the different trader types and came around the NST_CUSTOM type. I was able to create an NPC which trades items for TCG, however, I would like to ask a few things because my OCD is killing me: Is it possible to change the text on the dialogue box that pops up before purchasing (or totally disable that)? Is it possible to remove the "Free Cash" text and the "Use Free Cash" input box? I attached a screenshot of what I mean. EDIT: Somehow the file isn't uploading so here's the screenshot: Screenshot: https://prnt.sc/hlwmpt Thanks!
  2. 1 point
    Asheraf

    Nemo patcher

    Zero clients are the clients used in the new korean server RO:ZERO they have some new updates such as a new cashshop ui, char creation ui, quest ui and other stuff, however its still experimental for Hercules, feel free to test it and give us feedback on issues that could be related to the emulator :).
  3. 1 point
    =General *Gold Thief Bug card / Wand of Hermode now blocks the following status's.... -Adoramus / Imprison / Manhole / Chaos (Chaos Panic) / Bloody Lust / -Insignia's / Blood Sucker. =Skills *WL_HELLINFERNO -Recoded the skill. -Now deals 2 seprate hits of damage. -The first hit is fire damage and the 2nd hit is shadow damage. -Chance of burning now only applies to the fire damage. -Magic Power status now properly increases the damage of both hits. *RA_ELECTRICSHOCKER -Official duration reduction formula added. *RA_WUGBITE -No change, but noteing that duration reduction was removed in the -previous revision since its confirmed to be gone. *SR_FALLENEMPIRE -Now uses its official status and prevents regular attacking -and movement. *WM_DANCE_WITH_WUG -Now gives a ATK bonus to Ranger/Minstrel/Wanderer type jobs. *SO_VACUUM_EXTREME -Recoded the skill. -Affected enemy's will now be pulled to the center of the AoE. -Duration of status is now that of the AoE's remaining active time. -Duration reduction formula updated to official. -No longer affects those in Hallucination Walk or Hovering status. -Note: The durations basicly act as strength power. -The Vacuum's strength is affected by skill level and weakens -over time as the AoE is active. The higher your STR, the stronger -the vacuum's suction strength you can resist. 120 STR for example -lets you resist a vacuum that has a duration or 6 seconds or -less remaining. *GN_SPORE_EXPLOSION -Recoded the skill. -Countdown now handled the same way like Venom Splasher. -Target carrying the spore bomb will always be hit by the explosion. -The explosion animation will now only appear on the exploading target. *AB_OFFERTORIUM -Now removes the following status's from the caster.... -Poison / Curse / Confusion / Blind / Bleeding / Burning / Frost / -Hallucination / Mandragora / Guillotine Cross Poisons (Except Oblivion).
  4. 1 point
    Alayne

    healer with identify

    Here's the basic loop for an identifier. Just add this in a healer npc. getinventorylist; for( set .@i,0; .@i < @inventorylist_count; set .@i, .@i + 1 ) { if ( @inventorylist_identify[.@i] == 1 ) continue; delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1; }
×
×
  • Create New...

Important Information

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