n3ySkie Posted January 25, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 51 Reputation: 2 Joined: 07/28/14 Last Seen: 21 hours ago Share Posted January 25, 2019 hi guys can i request a simple script of woe killer points, only works in woe if you kill player's thank you Quote Link to comment Share on other sites More sharing options...
0 n3ySkie Posted January 25, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 51 Reputation: 2 Joined: 07/28/14 Last Seen: 21 hours ago Author Share Posted January 25, 2019 ok i fix it my self - script woe_point -1,{ OnPCKilLEvent: if ( getcharid(3) != killedrid && strcharinfo(3) == "aldeg_cas03" ) { set #WOE_POINTS,#WOE_POINTS+1; dispbottom "Gained 1 WoE Points. Total : "+ #WOE_POINTS +" WoE Points."; } end; } 1 Quote Link to comment Share on other sites More sharing options...
0 n0tttt Posted January 25, 2019 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 303 Reputation: 118 Joined: 12/10/16 Last Seen: Saturday at 05:58 AM Share Posted January 25, 2019 Might want to add agitcheck in there. Players could win points dueling. Quote Link to comment Share on other sites More sharing options...
0 n3ySkie Posted January 25, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 51 Reputation: 2 Joined: 07/28/14 Last Seen: 21 hours ago Author Share Posted January 25, 2019 sir no need for that no points will gain outside the said map "aldeg_cas03" proven and tested thank you Quote Link to comment Share on other sites More sharing options...
1 pajodex Posted January 26, 2019 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: March 30 Share Posted January 26, 2019 (edited) 15 hours ago, Emonizer08 said: sir no need for that no points will gain outside the said map "aldeg_cas03" proven and tested thank you True but if there is no active woe, it will still count... I don't see the point of making this script if you don't add the agitcheck() - script asdfg -1,{ OnPCKillEvent: setarray .@map$, "aldeg_cas01", "aldeg_cas02"; // maps if ( getcharid(3) == killerrid || !agitcheck() ) end; // auto end if player kills himself and also if woe is not active for ( .@i = 0; .@i < getarraysize(.@map$); .@i++) { if ( strcharinfo(3) == .@map$[.@i] ) { #WOE_POINTS++; dispbottom "Gained 1 WoE Points. Total : "+ #WOE_POINTS +" WoE Points."; } } end; } Edited January 26, 2019 by pajodex 1 Quote Link to comment Share on other sites More sharing options...
Question
n3ySkie
hi guys can i request a simple script of woe killer points, only works in woe if you kill player's thank you
Link to comment
Share on other sites
4 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.