Jump to content

masterzeus

Members
  • Posts

    62
  • Joined

  • Last visited

About masterzeus

Profile Information

Recent Profile Visitors

7243 profile views

masterzeus's Achievements

Poporing

Poporing (4/15)

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

Recent Badges

1

Reputation

  1. Update your DirectX and the DLLs used in RO; some of these DLLs are quite old and can cause issues on certain computers.
  2. 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.
  3. 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;
  4. Hello everyone. Is it possible to make the rare_drop_announce option user optional? To make drop spam optional.
  5. i can't found github commits added for unity_refresh Does anyone know when it was integrated? Thanks
  6. 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){
  7. 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!
  8. 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.
  9. 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.
  10. 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
  11. 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?
  12. confirm. Peco is not seen when riding him with his clothes on.
×
×
  • Create New...