mannices Posted December 14, 2012 Posted December 14, 2012 When death on map 1 times, How to config sent to savepoint. 1. I want config some map, If character death 1 time sent to savepoint now. 2. If config death 2 times??? Quote
AnnieRuru Posted December 15, 2012 Posted December 15, 2012 When death on map 1 times, How to config sent to savepoint. - script kjhfksjdhfks -1,{ OnPCDieEvent: if ( strcharinfo(3) == "prontera" ) warp "Save", 0,0; end; } 2. If config death 2 times??? - script kjhfksjdhf2ks -1,{ OnPCLoadMapEvent: if ( strcharinfo(3) == "guild_vs1" ) @death_count = 0; end; OnPCDieEvent: if ( strcharinfo(3) == "guild_vs1" ) { @death_count++; if ( @death_count >= 2 ) warp "Save", 0,0; } end; } guild_vs1 mapflag loadevent 1 Quote
Question
mannices
When death on map 1 times, How to config sent to savepoint.
1. I want config some map, If character death 1 time sent to savepoint now.
2. If config death 2 times???
1 answer 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.