Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/22/23 in Posts

  1. Bards and dancers can use the "Compose" skill to play melody for everyone around them, and in addition a donation box is placed next to them, where other passing players can give zeny's to encourage the street musician to continue his work and feed your family! Musicians cannot open a songwriting area in the same view as each other, so it's your chance to grab the best spot to perform your musics!
    1 point
  2. - script KillMon2Cash -1,{ OnNPCKillEvent: .@gettimetick = gettimetick(2); if (rand(100) < 1 && .@gettimetick > @delay) { getitem 50001,1; @delay = .@gettimetick + 60; // 60 seconds } end; }
    1 point
  3. If you mean an "rAthena NPC script" I guess this won't work. The code you've shown above only seems like some C style code rather than rAthena script.
    1 point
×
×
  • Create New...