Jump to content

masterzeus

Members
  • Posts

    65
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by masterzeus

  1. View File Top Hunt MVP Ranking + Favorite MVP Showcase (FluxCP Addon) Top Hunt MVP Ranking + Favorite MVP Showcase (FluxCP Addon) Hi everyone, I'm excited to share a my FluxCP Rank I've developed for server owners who want to showcase and reward their most dedicated MVP hunters! Top Hunt - MVP Kill Ranking This module tracks and displays the top MVP killers on your server in real time, directly integrated into your FluxCP. It ranks players based on the number of MVPs killed and also highlights each player's favorite MVP — the one they've hunted the most! Features: Live MVP Kill Ranking Favorite MVP displayed for each top hunter Easy to install and configure Great for community engagement, competitive events, and rewarding your most active players! LIVE Preview: Suda RO: MVP Total Ranking (TOP 20) Install: - modules/ranking/topmvp.php - themes/default/ranking/topmvp.php - add on your acces conf Submitter masterzeus Submitted 05/06/25 Category FluxCP Addons Video Content Author Asura for SudaRO.  
  2. Version 1.1

    2 downloads

    Top Hunt MVP Ranking + Favorite MVP Showcase (FluxCP Addon) Hi everyone, I'm excited to share a my FluxCP Rank I've developed for server owners who want to showcase and reward their most dedicated MVP hunters! Top Hunt - MVP Kill Ranking This module tracks and displays the top MVP killers on your server in real time, directly integrated into your FluxCP. It ranks players based on the number of MVPs killed and also highlights each player's favorite MVP — the one they've hunted the most! Features: Live MVP Kill Ranking Favorite MVP displayed for each top hunter Easy to install and configure Great for community engagement, competitive events, and rewarding your most active players! LIVE Preview: Suda RO: MVP Total Ranking (TOP 20) Install: - modules/ranking/topmvp.php - themes/default/ranking/topmvp.php - add on your acces conf
    15.00 USD
  3. Update your DirectX and the DLLs used in RO; some of these DLLs are quite old and can cause issues on certain computers.
  4. If you can't solve your problem, I can offer you my CF Spectrum service I'll just need your Backend IP and the ports you're using, plus a small tweak in your emulator's conf folder. And, of course, your IP must remain private and not one that's already been used.
  5. Ola, você pode configurar uma "Flag" chamada "NoConsume" para evitar que o item usado seja consumido. Isso é configurado em "master/db/pre-re/item_db_usable.yml" - "master/db/re/item_db_usable.yml" Aqui está um exemplo: - Id: 501 AegisName: Red_Potion Name: Red Potion Type: Healing Buy: 50 Weight: 70 Script: | itemheal rand(45,65),0; To: - Id: 501 AegisName: Red_Potion Name: Red Potion Type: Healing Buy: 50 Weight: 70 Flags: NoConsume: true Script: | itemheal rand(45,65),0;
  6. Hello everyone. Is it possible to make the rare_drop_announce option user optional? To make drop spam optional.
  7. i can't found github commits added for unity_refresh Does anyone know when it was integrated? Thanks
  8. UPDATE THIS FOR USE YDRASSSIL LEAF AND RESURECCT SKILL ON PVP MVP MAPS thanks @Tokei for update diff --git a/src/map/skill.cpp b/src/map/skill.cpp index b48373392..f19c80142 100755 --- a/src/map/skill.cpp +++ b/src/map/skill.cpp @@ -7170,7 +7170,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, ui break; } - if (map_getmapflag(bl->m, MF_PVP) && dstsd && dstsd->pvp_point < 0) + if (map_getmapflag(bl->m, MF_PVP) && dstsd && dstsd->pvp_point < 0 && !map_getmapflag(bl->m, MF_MAPMVP)) break; switch(skill_lv){
  9. Don't worry, I use google translator, maybe I expressed myself wrong. It works perfect, now i can give resurrection with Skill and ydrassil leaf I will place a comment on the original post to make an update, thjanks!
  10. The diff was checked again and is correct. All well implemented. I've tried to do other things but nothing... I still can't resurrect a character that has died 2 times on a map where PVP is active with the MVP. The resurrection skill consumes the gem but does not resurrect and the ydrassil leaf is consumed but does not resurrect.
  11. I have checked the diff and it is correct. I also tried adding @mapflag mvpmap 1 but that didn't work either. Added mapflag to reload with reloadscript but no. I still can't revive a dead character twice.
  12. I have this source activated and it works fine. But when I want to resurrect someone dead 2 times they don't resurrect. The first time he dies I can resurrect but the second time it doesn't work. How to fix them? Thanks for share this
  13. Hello, I think there is a problem. I have this source activated and it works fine. But when I want to resurrect someone dead 2 times they don't resurrect. The first time he dies I can resurrect but the second time it doesn't work. How to fix them?
  14. confirm. Peco is not seen when riding him with his clothes on.
  15. This restock does not discriminate in the battleflag of items, for example those reserved only for BG. When replenishing an item from the storage (Item Flag BG) the same item arrives but without a flag, so the restriction of the item is eliminated and it is released. Any updete?
  16. Error when compiling, I checked it, I don't know if I'm missing something I can't find it hahaha Edit: Solved.
  17. The client closes automatically when opening the skills tree. There is no error, it just closes. Solved: my error.
  18. Hello! Could this code be adapted to today's rAthena? Generates an error with the line containing "itemdb_searchname" https://github.com/coookie1010/Server-Patches/blob/main/rA-jumptosell.diff
×
×
  • Create New...