Meister Posted August 25, 2012 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted August 25, 2012 e.g. At a partciular map.. if a player got killed. the killer will get 1 million zeny.. Thanks! that's all.. Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 25, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted August 25, 2012 OnPCKillEvent: if( strcharinfo(3) == "mapname" ){ set Zeny,Zeny + 1000000; } end; Quote Link to comment Share on other sites More sharing options...
Meister Posted August 25, 2012 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Author Share Posted August 25, 2012 teeway! Quote Link to comment Share on other sites More sharing options...
Euphy Posted August 25, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted August 25, 2012 Remember to add: if (killedrid == getcharid(3)) end; // terminate on player suicide 1 Quote Link to comment Share on other sites More sharing options...
Meister Posted August 26, 2012 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Author Share Posted August 26, 2012 Thanks to all! Quote Link to comment Share on other sites More sharing options...
Question
Meister
e.g. At a partciular map.. if a player got killed. the killer will get 1 million zeny.. Thanks! that's all..
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.