BavariaN Posted April 10, 2015 Posted April 10, 2015 Hi rAthena!I've requested a pk points system script almost a year ago. Thank you so much Skorm for the script what you made exactly what i prefer. More power!But now I want some modification about it. After killing a player in a PVP arena you will gained 1 point and it will whisper on the main chat like this- dispbottom "You've gained one point! Your total is ["+pk_points+] PK point(s)."; i want to make it like this dispbottom "You've gained one point! after killing [Player Name] Your total is ["+pk_points+] PK point(s)."; Thank you advance!!! More power rAthena Community ! Quote
Kurofly Posted April 10, 2015 Posted April 10, 2015 You just have to modify this line: dispbottom "You've gained one point! after killing [Player Name] Your total is ["+pk_points+] PK point(s)."; to this: dispbottom "You've gained one point! after killing "+rid2name(killedrid)+"] Your total is ["+pk_points+] PK point(s)."; Quote
Question
BavariaN
Hi rAthena!
I've requested a pk points system script almost a year ago. Thank you so much Skorm for the script what you made exactly what i prefer. More power!
But now I want some modification about it.
After killing a player in a PVP arena you will gained 1 point and it will whisper on the main chat like this-
dispbottom "You've gained one point! Your total is ["+pk_points+] PK point(s).";
i want to make it like this
dispbottom "You've gained one point! after killing [Player Name] Your total is ["+pk_points+] PK point(s).";
Thank you advance!!! More power rAthena Community !
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.