Top level npc

Play Now

Alecs

SPQR
VIP
Jan 10, 2009
3,519
3
1,415
360
Europa
Hi

is it possible to make and npc that says who's the highest female/male warrior/wiz/tao in game

i saw something like that in Woool but i'm not sure if i can do it in mir 3
 

Bless

Dedicated Member
Dedicated Member
Mar 23, 2003
208
0
92
[@AllLevels]
#SAY
<$SERVERTOPALLLEVEL>\\
<[ Exit ]/@exit>\\\
[@TaoistLevels]
#SAY
<$SERVERTOPLEVEL2>\\
<[ Exit ]/@exit>\\\
[@WarriorLevels]
#SAY
<$SERVERTOPLEVEL0>\\
<[ Exit ]/@exit>\\\
[@WizardLevels]
#SAY
<$SERVERTOPLEVEL1>\\
<[ Exit ]/@exit>\\\
[@TopRich]
#SAY
<$SERVERTOPGOLD>\\
<[ Exit ]/@exit>\\\
 
Upvote 0

Bless

Dedicated Member
Dedicated Member
Mar 23, 2003
208
0
92
[@Main]
#ACT
HLSCRIPTCMD SERVERTOP ;This Refreshes the List
#SAY
Server Rankings\\
<[ All Top 20 ]/@AllLevels>\
<[ Top 20 Warrior ]/@WarriorLevels>\
<[ Top 20 Taoist ]/@TaoistLevels>\
<[ Top 20 Wizard ]/@WizardLevels>\
<[ Top 20 Rich Peeps ]/@TopRich>\\
<[ Exit ]/@exit>\\\

[@AllLevels]
#SAY
<$SERVERTOPALLLEVEL>\\
<[ Exit ]/@exit>\\\

[@TaoistLevels]
#SAY
<$SERVERTOPLEVEL2>\\
<[ Exit ]/@exit>\\\

[@WarriorLevels]
#SAY
<$SERVERTOPLEVEL0>\\
<[ Exit ]/@exit>\\\

[@WizardLevels]
#SAY
<$SERVERTOPLEVEL1>\\
<[ Exit ]/@exit>\\\

[@TopRich]
#SAY
<$SERVERTOPGOLD>\\
<[ Exit ]/@exit>\\\
 
Upvote 0

Alecs

SPQR
VIP
Jan 10, 2009
3,519
3
1,415
360
Europa
bless i have this script too

i want a npc that says me who's the highest female warrior, another one that says who's the highest male warrior, etc
 
Upvote 0

T0MMY

LOMCN Veteran
Veteran
Aug 5, 2007
2,153
24
125
United Kingdom
Highest level warrior script:
Code:
[@main]
#SAY
Servers highest level warrior is:\ \

<$SERVERTOPLEVEL0>\

Highest level wizard script:
Code:
[@main]
#SAY
Servers highest level wizard is:\ \

<$SERVERTOPLEVEL1>\

Highest level taoist script:
Code:
 [@main]
 #SAY
 Servers highest level Taoist is:\ \
 
 <$SERVERTOPLEVEL2>\
 
Upvote 0