Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 02/16/20 in all areas

  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

    costume item (body sprite)

    Hi. Maybe a little bit late, but... You can disguise a player with the changelook() script command. Just use an item's OnEquipScript/OnUnequipScript. An example to disguise the player as Swordman when equipping Hat. { Id: 2220 AegisName: "Hat" Name: "Hat" Type: "IT_ARMOR" Buy: 1000 Weight: 200 Def: 2 Loc: "EQP_HEAD_TOP" ViewSprite: 16 OnEquipScript: <" changelook(LOOK_BASE, Job_Swordman); "> OnUnequipScript: <" changelook(LOOK_BASE, Class); "> } But this works only with jobs. If you have custom body sprites, you have to add them as new jobs. ~Kenpachi
×
×
  • Create New...

Important Information

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