Jump to content

masterzeus

Members
  • Posts

    62
  • Joined

  • Last visited

Everything posted by masterzeus

  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.
  13. 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?
  14. Error when compiling, I checked it, I don't know if I'm missing something I can't find it hahaha Edit: Solved.
  15. The client closes automatically when opening the skills tree. There is no error, it just closes. Solved: my error.
  16. 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
  17. 4 oct rAthena. with https://rathena.org/board/files/file/4312-mvp-and-mini-boss-card-ad-log-system/ https://rathena.org/board/files/file/3860-extended-vending-20/ https://github.com/rathena/rathena/commit/211f7ebb415f56cb59666f32e363fddec85ab4c8 new Added a missing initialization (#6283) https://github.com/rathena/rathena/commit/1deb5a5f3e3dbb716b2ef9fe43e4c79df3518063 new Added a check of the jexp value in quests_mora.txt (#6288) https://github.com/rathena/rathena/commit/586f5a123985a9065ead04fd7a641fb29a9e1b1b new Adds drop effect to dropped random option items (#6278) https://github.com/rathena/rathena/commit/9114083d7e2d35adb9effc9ac1053ff308cb066e new Small correction in SealedShrine.txt (#6287) https://github.com/rathena/rathena/commit/93c114416ca86cc7325ade14231c2132d584d4ed new Caps the item and mob display name length (#6293) https://github.com/rathena/rathena/commit/53e25aa4627c16e84cfa826393e8f7d797c7058e new Added a mapflag to block RODEX (#6291) https://github.com/rathena/rathena/commit/f9d4eeb4a1668133efcafa223e0d8d1abe5ba1e8 new Fixed mail script command (#6294) https://github.com/rathena/rathena/commit/fe5c5d88695a7e495e20e7dfae4730626e8b6e5c new Fixed invalid purchase history (#6296) https://github.com/rathena/rathena/commit/58bc89d5db8ac9ffea7b3c8d57bc0306e0e31e6c new Added some additional SP heal bonuses (#6292) https://github.com/rathena/rathena/commit/d54076d2f608add05eef81f007de62f853495b48 new Update getinventorylist - favorite field (#6302) https://github.com/rathena/rathena/commit/7a0233388a7ca82bd9ce626901cadb526f6e3908 new Added a missing argument of getiteminfo script command in some script https://github.com/rathena/rathena/commit/e0c27fed034d2ec8711d793080fcbc3000732114 new Removes the extra check in node["Drops"] (#6309) https://github.com/rathena/rathena/commit/e015832fa0bc84f9d650b356c786309b510d6d57 new Fixed monster attack calculations (#6319) https://github.com/rathena/rathena/commit/36ca3bca05e19a0ee58d6c4cef9f25d6d7f4def9 new Enable makeitem to display DropEffect (#6303) https://github.com/rathena/rathena/commit/2eebafb70330e37dd69a384ce0af52570b4956c2 new Apply view_range_rate to mob's view range again. Fixes #6311 (#6326) https://github.com/rathena/rathena/commit/458def07848e39ddec372a257258b928f5dd63ce Fixed walking NPCs with monster sprites (#6325) https://github.com/rathena/rathena/commit/4b9c3e37f316bd22bb67c50fba9eb9fd55681bda new Fixed a mail weight check (#6342) https://github.com/rathena/rathena/commit/7277d47ab6a4461702ffcf9c13fdc296e498a068 new Remove Maximum Power-Thrust buff on weapon unequip. Fixes #6277 (#6282) https://github.com/rathena/rathena/commit/eef8ef434a45564053a7253bbb2f42038c775558 new @jumptosell command https://github.com/coookie1010/Server-Patches/blob/main/rA-jumptosell.diff new Removed Gospel buffs on logout https://github.com/rathena/rathena/commit/d8b554f1ad4c932ac51e2354eec1ed09bb54da0d new Fix missing condition for HW_GANBANTEIN (#6385) https://github.com/rathena/rathena/commit/4dfeff1ed3ca218c3d7d65ca5ef7e5731f6ea6f3 new Fix SC_WINKCHARM behavior (#6384) https://github.com/rathena/rathena/commit/a028a74ae527ddee74449053b5b91b55f273b867 Gepard shield src and Vykimo BG update. Screenshots:
  18. for rAthena 2021? mode pre-rene? how to confire? thanks
×
×
  • Create New...