TecnoCronus Posted April 8, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 3 Joined: 02/04/12 Last Seen: December 2, 2023 Share 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 Link to comment Share on other sites More sharing options...
Brynner Posted April 8, 2013 Group: Members Topic Count: 119 Topics Per Day: 0.02 Content Count: 1950 Reputation: 201 Joined: 01/08/12 Last Seen: 10 minutes ago Share Posted April 8, 2013 there is a bug Quote Link to comment Share on other sites More sharing options...
Capuche Posted May 3, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
Brynner Posted May 3, 2013 Group: Members Topic Count: 119 Topics Per Day: 0.02 Content Count: 1950 Reputation: 201 Joined: 01/08/12 Last Seen: 10 minutes ago Share 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 Link to comment Share on other sites More sharing options...
Capuche Posted May 4, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted May 4, 2013 I'm a bit lazy.. xd Just change .numMaxLevel to $numMaxLevel and if($Rank$ != "") { then it should work Quote Link to comment Share on other sites More sharing options...
Brynner Posted May 4, 2013 Group: Members Topic Count: 119 Topics Per Day: 0.02 Content Count: 1950 Reputation: 201 Joined: 01/08/12 Last Seen: 10 minutes ago Share 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 Link to comment Share on other sites More sharing options...
Atrocity Posted June 23, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 9 Reputation: 0 Joined: 06/20/13 Last Seen: June 30, 2013 Share Posted June 23, 2013 thank you 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.