Gouki Posted March 30, 2021 Group: Members Topic Count: 88 Topics Per Day: 0.05 Content Count: 261 Reputation: 13 Joined: 08/12/20 Last Seen: November 21, 2024 Share Posted March 30, 2021 Hi All! Does anyone know how to add the skill used to kill an opponent, I can't search what script to gather that info and use. Something like., [PLAYER A] killed [PLAYER B] using [Meteor Storm] at [guild_vs3] OnPCKillEvent: if( strcharinfo(3) == "guild_vs3" || strcharinfo(3) == "guild_vs2" ) announce strcharinfo(0)+" killed "+rid2name(killedrid)+" at "+strcharinfo(3)+".",0; end; Quote Link to comment Share on other sites More sharing options...
Question
Gouki
Hi All!
Does anyone know how to add the skill used to kill an opponent, I can't search what script to gather that info and use.
Something like.,
[PLAYER A] killed [PLAYER B] using [Meteor Storm] at [guild_vs3]
OnPCKillEvent: if( strcharinfo(3) == "guild_vs3" || strcharinfo(3) == "guild_vs2" ) announce strcharinfo(0)+" killed "+rid2name(killedrid)+" at "+strcharinfo(3)+".",0; end;
Link to comment
Share on other sites
0 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.