[CD3.55] Need help with Top Levels NPC

helloimthunder

Dedicated Member
Dedicated Member
Apr 3, 2010
23
3
29
I tried it a lot of times, but its not working. When I click my NPC which is supposed to show me the top levels/richs/etcetera, it just says nothing.

Dibujo.jpg

I've been looking for the issue for more than 2 hours and can't find it by myself, so I had to appeal to LOMCN. Any idea guys?

The script that i'm actually using is:

Code:
[@Main]
#ACT
HLSCRIPTCMD SERVERTOP ;This Refreshes the List
#SAY
Server Rankings\\
<[ All Top 10 ]/@AllLevels>\
<[ Top 10 Warrior ]/@WarriorLevels>\
<[ Top 10 Taoist ]/@TaoistLevels>\
<[ Top 10 Wizard ]/@WizardLevels>\
<[ Top 10 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>\\\

Tyvm