Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 03/25/20 in Posts

  1. 1 point
    From last release in hercules was added new shop type: expanded barter shop. This shop allow buy item with different amount and pay with other items or with money. For removed items supported refine levels. Also this shop allow infinite or limited numbers in shop. Limited numbers saved into database. For use shop example script uncomment in file npc/scripts_custom.conf this line: //"npc/custom/expandedbartershop.txt", This shop supported from clients: Ragexe: 2019-11-20 and newer RagexeRE: 2019-11-06 and newer Ragexe zero: 2019-11-27 and newer Same sample images:
  2. 1 point
    Kenpachi

    Low damage PVP is something wrong?

    This was caused by custom modification. (https://herc.ws/board/topic/17974-adding-limit-or-cap-resistance-reflect-chance-and-skill-delay) ~Kenpachi
  3. 1 point
    Okay. First of all: I'M STUPID! Second of all: I'M STUPID! And thirdly: I'M STUPID! Change "max" to "min" and 150 back to 50.... Did I mention, that I'm stupid? ~Kenpachi
  4. 1 point
    Hi. In src/map/battle.c find function battle_calc_misc_attack() and replace: switch(skill_id){ case HT_LANDMINE: case MA_LANDMINE: case HT_BLASTMINE: case HT_CLAYMORETRAP: case RA_CLUSTERBOMB: #ifdef RENEWAL break; #endif default: md.damage = 1; } With: switch(skill_id){ case HT_BLASTMINE: break; case HT_LANDMINE: case MA_LANDMINE: case HT_CLAYMORETRAP: case RA_CLUSTERBOMB: #ifdef RENEWAL break; #endif default: md.damage = 1; } ~Kenpachi
  5. 1 point
    Hi. Replace: set .AnnounceFlag$, "bc_all"; With: set .AnnounceFlag, bc_all; In line 189, 191, 193 and 273 replace: 16|.announce With: .AnnounceFlag, .AnnounceColor$ In line 221 replace: announce strcharinfo(0) +" , Stop killing "+ rid2name(killedrid) + " !!!",0; With: announce strcharinfo(0) +" , Stop killing "+ rid2name(killedrid) + " !!!", .AnnounceFlag, .AnnounceColor$; In line 294, 295, 303, 304, 310, 311, 317, 318, 324 and 325 replace: 16 With: .AnnounceFlag, .AnnounceColor$ No you can change the color by modifying .AnnounceColor$. ~Kenpachi
  6. 1 point
    Jaburak

    3 Colored Credit Cards

    View File 3 Colored Credit Cards Colored Credit Cards Just cleaning up my design folders. Hehe Submitter Anakid Submitted 02/22/20 Category Sprites & Palettes  
×
×
  • Create New...

Important Information

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