Jump to content

masterzeus

Members
  • Posts

    65
  • Joined

  • Last visited

  • Days Won

    1

masterzeus last won the day on May 27

masterzeus had the most liked content!

Profile Information

Recent Profile Visitors

7323 profile views

masterzeus's Achievements

Poporing

Poporing (4/15)

  • Reacting Well
  • Conversation Starter
  • First Post
  • Collaborator
  • Dedicated

Recent Badges

2

Reputation

  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.0.0

    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.
×
×
  • Create New...