benching Posted February 24, 2016 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
Emistry Posted February 24, 2016 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
benching Posted February 24, 2016 Author 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
CyberDevil Posted May 10, 2020 Posted May 10, 2020 this script is deprecated... not work for now... any updates? Quote
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.