TiMz Posted October 31, 2013 Posted October 31, 2013 Using: Title: Ghost's PvP System (Multi-announcer + Ladder) The point system is being exploited by the skill grandcross and suicide. How can I prevent suicide from giving points? pvppoints.txt Quote
Patskie Posted October 31, 2013 Posted October 31, 2013 Change : if(getgmlevel() >= .GMLevel){ end; } to : if ( getgmlevel() >= .GMLevel || killedrid == getcharid(3) ) { end; } 1 Quote
Question
TiMz
Using:
Title: Ghost's PvP System (Multi-announcer + Ladder)
The point system is being exploited by the skill grandcross and suicide. How can I prevent suicide from giving points?
pvppoints.txt
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.