Jump to content

Recommended Posts

Posted (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]

 

trac_logo_mini.png

Edited by TecnoCronus
  • 4 weeks later...
Posted

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

  • Upvote 1
Posted

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.

Posted

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.

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...