Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/12/22 in all areas

  1. Version 1.0.0

    200 downloads

    Skin KPatcher Official Older Bahasa + mp3 Theme Prontera (+Voice Bahasa)
    Free
    1 point
  2. Version 1.3.0

    533 downloads

    This is a very simple and little source mod, it consists on the ability to send a sound effect to every player on the server every time you use @brodcast or @localbroadcast or @kami or @kamic or /b ? Attention ? If you have the Fixed some packets for 2022 clients (#7276) commit on your rAthena, then use broadcastWithSoundEffectLatestRathena.diff, otherwise use the broadcastWithSoundEffectOldRathena.diff Apply the diff and put the .wav file on your data folder/grf Command to diff on terminal: git apply --3way broadcastWithSoundEffectLatestRathena.diff Preview Video: https://cdn.lewd.host/yIVy2fAF.mp4
    Free
    1 point
  3. revisited this link: Improvised to make it work: 2@cata,83,112,5 script barricade 100,{ setwall "2@cata",76,104,8,6,0,"EmpBarr"; monster "2@cata",83,105,"Barricade",1905,1,"barricade::OnBarrierDestroyed"; //24; monster "2@cata",82,105,"Barricade",1905,1,"barricade::OnBarrierDestroyed"; //25; monster "2@cata",81,105,"Barricade",1905,1,"barricade::OnBarrierDestroyed"; //26; monster "2@cata",80,105,"Barricade",1905,1,"barricade::OnBarrierDestroyed"; //27; monster "2@cata",79,105,"Barricade",1905,1,"barricade::OnBarrierDestroyed"; //28; monster "2@cata",78,105,"Barricade",1905,1,"barricade::OnBarrierDestroyed"; //29; monster "2@cata",77,105,"Barricade",1905,1,"barricade::OnBarrierDestroyed"; //30; monster "2@cata",76,105,"Barricade",1905,1,"barricade::OnBarrierDestroyed"; //31; end; OnBarrierDestroyed: set .barrdead, .barrdead-1; if (.barrdead==0) { delwall "EmpBarr"; announce "A wall has been broken!",bc_area; } else { end; } OnInit: set .barrdead, 8; }
    1 point
×
×
  • Create New...