benching Posted February 24, 2016 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 350 Reputation: 43 Joined: 09/07/12 Last Seen: August 30, 2019 Share Posted February 24, 2016 File Name: Monster Invasion (Top 3) File Submitter: benching File Submitted: 07 Feb 2016 File Category: Games, Events, Quests Content Author: benchingThis NPC will summon a given amount monster in a given mapEvery time the player kill a monster, he will be given a pointThe 3 player that have the highest points will be rewardedRanking will reset when the Event is started Click here to download this file Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 24, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 20 hours ago Share Posted February 24, 2016 took a quick glance on the script. if(@mob_ep > .r1po){ set .rank1_id,getcharid(0); }else if(@mob_ep > .r2po){ set .rank2_id,getcharid(0); }else if(@mob_ep > .r3po){ set .rank3_id,getcharid(0); } doesn't exist the part where the script will update the 3 variables to store latest top rank kill count ? 1 Quote Link to comment Share on other sites More sharing options...
benching Posted February 24, 2016 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 350 Reputation: 43 Joined: 09/07/12 Last Seen: August 30, 2019 Author Share Posted February 24, 2016 (edited) set ep,ep+1; took a quick glance on the script. if(@mob_ep > .r1po){ set .rank1_id,getcharid(0); }else if(@mob_ep > .r2po){ set .rank2_id,getcharid(0); }else if(@mob_ep > .r3po){ set .rank3_id,getcharid(0); } doesn't exist the part where the script will update the 3 variables to store latest top rank kill count ? it should be `ep` not `@mob_ep`thanks Edited February 24, 2016 by benching 1 Quote Link to comment Share on other sites More sharing options...
CyberDevil Posted May 10, 2020 Group: Members Topic Count: 40 Topics Per Day: 0.02 Content Count: 242 Reputation: 37 Joined: 02/25/18 Last Seen: December 2, 2024 Share Posted May 10, 2020 this script is deprecated... not work for now... any updates? Quote Link to comment Share on other sites More sharing options...
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.