cook1e Posted June 21, 2022 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 171 Reputation: 68 Joined: 10/25/20 Last Seen: 5 hours ago Share Posted June 21, 2022 View File PVP on MVP Maps When a MVP Spawns PVP is enabled, When this MVP dies PVP is disabled. New Mapflag MF_MAPMVP - Disable going to savepoint once you die 2 times in a PVP map. Submitter cook1e Submitted 06/20/2022 Category Source Modifications Video Content Author cook1e 1 1 Quote Link to comment Share on other sites More sharing options...
Gidz Cross Posted June 21, 2022 Group: Members Topic Count: 133 Topics Per Day: 0.03 Content Count: 686 Reputation: 89 Joined: 04/07/14 Last Seen: 23 hours ago Share Posted June 21, 2022 Very nice. Thank you! Quote Link to comment Share on other sites More sharing options...
masterzeus Posted September 29, 2022 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 62 Reputation: 1 Joined: 08/18/13 Last Seen: 5 hours ago Share Posted September 29, 2022 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 Quote Link to comment Share on other sites More sharing options...
masterzeus Posted September 30, 2022 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 62 Reputation: 1 Joined: 08/18/13 Last Seen: 5 hours ago Share Posted September 30, 2022 On 9/29/2022 at 9:30 AM, masterzeus said: 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 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){ Quote Link to comment Share on other sites More sharing options...
spinzaku Posted January 7, 2023 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 82 Reputation: 6 Joined: 04/20/16 Last Seen: July 23, 2024 Share Posted January 7, 2023 this works perfectly on my server! thank you for this Quote Link to comment Share on other sites More sharing options...
mrfizi Posted August 16, 2023 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 383 Reputation: 78 Joined: 10/30/12 Last Seen: March 17 Share Posted August 16, 2023 I have update to the latest rAthena and I get this error: I don't have this error before update to the latest rA. Quote Link to comment Share on other sites More sharing options...
Rynbef Posted August 16, 2023 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: Yesterday at 06:19 AM Share Posted August 16, 2023 The error tells u what u have to do. Change flag to flags. This should fix it Rynbef~ Quote Link to comment Share on other sites More sharing options...
mrfizi Posted August 16, 2023 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 383 Reputation: 78 Joined: 10/30/12 Last Seen: March 17 Share Posted August 16, 2023 51 minutes ago, Rynbef said: The error tells u what u have to do. Change flag to flags. This should fix it Rynbef~ I have tried it before post here. Same error. But now I just fixed it. Change to: !mapdata->getMapFlag(MF_MAPMVP) Quote Link to comment Share on other sites More sharing options...
Tiki59 Posted November 5, 2023 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 21 Reputation: 1 Joined: 02/03/16 Last Seen: 10 hours ago Share Posted November 5, 2023 (edited) The script works very well, thank you! However, when pvp is activated, players on the map receive 0% EXP. When pvp is disabled (MVP is dead), the experience returns to normal. Thx :3 EDIT : I have solved the problem ... Look this line in exp.conf and change no to yes ! // PVP exp. Do players get exp in PvP maps // (Note: NOT exp from players, but from normal leveling) pvp_exp: yes Edited February 4, 2024 by Tiki59 Solve Quote Link to comment Share on other sites More sharing options...
ManokStreZ Posted March 18, 2024 Group: Members Topic Count: 21 Topics Per Day: 0.01 Content Count: 122 Reputation: 0 Joined: 09/02/20 Last Seen: February 9 Share Posted March 18, 2024 i used latest rathena 03/18/2024 got this issue Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.