hyuna Posted April 5, 2013 Posted April 5, 2013 Hi..I wanna ask for a script that will notify a player when killing or being killed by other players. Example: player A & player B player A kills player B: player A's chatbox : You have killed player B. player B's chatbox: You have been killed by player A. Quote
icabit Posted April 5, 2013 Posted April 5, 2013 (edited) - script fghk -1,{ OnPCKillEvent: dispbottom "You killed "+ rid2name(killedrid) ; end; OnPCDIeEvent: dispbottom "You have been killed by "+ rid2name(killerrid) ; end; } Edited April 5, 2013 by icabit Quote
Capuche Posted April 5, 2013 Posted April 5, 2013 OnPCDIeEvent: will also trigger when you are killed by monster will notify a player when killing or being killed by other players - script fghk -1,{ OnPCKillEvent: message strcharinfo(0), "You killed "+ rid2name(killedrid) ; message rid2name(killedrid), "You have been killed by "+ strcharinfo(0) ; end; } 1 Quote
Renji Abarai Posted April 22, 2013 Posted April 22, 2013 where should i paste this??? sorry i'm just a newbie in script Quote
Patskie Posted April 22, 2013 Posted April 22, 2013 where should i paste this??? sorry i'm just a newbie in script Just run the script. npc/ folder Quote
Renji Abarai Posted April 24, 2013 Posted April 24, 2013 thanks working btw can you help me???http://rathena.org/board/topic/81921-req-script-effect-of-this-items-i-owe-you/ Quote
Question
hyuna
Hi..I wanna ask for a script that will notify a player when killing or being killed by other players.
Example: player A & player B
player A kills player B:
player A's chatbox : You have killed player B.
player B's chatbox: You have been killed by player A.
5 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.