Nullifier Posted October 18, 2019 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 140 Reputation: 11 Joined: 09/28/14 Last Seen: November 7, 2024 Share Posted October 18, 2019 do someone know how can i disable the respawn in pvp maps after 2 deaths? Quote Link to comment Share on other sites More sharing options...
1 Functor Posted October 18, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 352 Reputation: 267 Joined: 09/08/13 Last Seen: Friday at 09:00 AM Share Posted October 18, 2019 (edited) Hello! You can: - or activate mapflag "pvp_nocalcrank" for the specific map - or open ../src/map/pc.cpp and in the function "pc_dead" remove these lines of code: if( sd->pvp_point < 0 ) { sd->respawn_tid = add_timer(tick+1000, pc_respawn_timer,sd->bl.id,0); return 1|8; } Edited October 18, 2019 by Functor Quote Link to comment Share on other sites More sharing options...
0 Nullifier Posted October 18, 2019 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 140 Reputation: 11 Joined: 09/28/14 Last Seen: November 7, 2024 Author Share Posted October 18, 2019 is there a way to disable respawn after dying twice in pvp room? On 10/19/2019 at 12:51 AM, Functor said: Hello! You can: - or activate mapflag "pvp_nocalcrank" for the specific map - or open ../src/map/pc.cpp and in the function "pc_dead" remove these lines of code: if( sd->pvp_point < 0 ) { sd->respawn_tid = add_timer(tick+1000, pc_respawn_timer,sd->bl.id,0); return 1|8; } Thank you @Functor Quote Link to comment Share on other sites More sharing options...
Question
Nullifier
do someone know how can i disable the respawn in pvp maps after 2 deaths?
Link to comment
Share on other sites
2 answers to this question
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.