TecnoCronus Posted April 8, 2013 Posted April 8, 2013 (edited) Maximum Level Announcer What is ? A Simple script which announce the first 10 players who reached to the maximum level and rewards the player, there's also a npc that shows this ranking. Where to download ? http://svn.xp-dev.com/svn/tecnocronus_scripts/scripts/EN/MaxLvLAnnouncer.txt Setting up: If your server's maximum level is not 99, change this variable: set .MaxLvl, 99; configure the item's id (The Reward) on his Array: setarray .Global_Array_Item[0],504,505; 03-FEB-2014? Fixed the errors related.[TecnoCronus] Edited February 4, 2014 by TecnoCronus Quote
Capuche Posted May 3, 2013 Posted May 3, 2013 Your bug is related to if(!$Rank$) { $Rank$ is not a number, it's a string => if($Rank$ != "") { btw if you re-start the server, .numMaxLevel become 0, then the ranking is wrong 1 Quote
Brynner Posted May 3, 2013 Posted May 3, 2013 Your bug is related to if(!$Rank$) { $Rank$ is not a number, it's a string => if($Rank$ != "") { btw if you re-start the server, .numMaxLevel become 0, then the ranking is wrong oh i see. sir can you make a working script for this?thanks in advance. Quote
Capuche Posted May 4, 2013 Posted May 4, 2013 I'm a bit lazy.. xd Just change .numMaxLevel to $numMaxLevel and if($Rank$ != "") { then it should work Quote
Brynner Posted May 4, 2013 Posted May 4, 2013 I'm a bit lazy.. xd Just change .numMaxLevel to $numMaxLevel and if($Rank$ != "") { then it should work ok sir thanks. i'll try it later and i'll gonna check if there is another error for these script. 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.