Jump to content

masterzeus

Members
  • Posts

    58
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    San Felipe
  • Server
    https://rohispano.cl
  • Discord: SuraPop#6002

Contact Methods

Recent Profile Visitors

3469 profile views

masterzeus's Achievements

Santa Poring

Santa Poring (3/15)

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

Recent Badges

1

Reputation

  1. Hello everyone. Is it possible to make the rare_drop_announce option user optional? To make drop spam optional.
  2. i can't found github commits added for unity_refresh Does anyone know when it was integrated? Thanks
  3. 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){
  4. 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!
  5. 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.
  6. 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.
  7. 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
  8. 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?
  9. confirm. Peco is not seen when riding him with his clothes on.
  10. 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?
  11. Error when compiling, I checked it, I don't know if I'm missing something I can't find it hahaha Edit: Solved.
×
×
  • Create New...