script needed

Play Now

Sinista

Loyal Member
Loyal Member
Oct 23, 2009
25
0
28
does any1 have a script for a stat npc i.e that shows the highest player and then the player wiv the highest dc, mc and sc i woud reli appreciate it if some1 could help and a sript for checking players pk points

cheers
~Sinista~
 

DeanTurner

Dedicated Member
Dedicated Member
Feb 27, 2009
37
0
32
[@Main]
#SAY
<Highest Level Etc Info/@HighestLevel>\
<Display Your PK Points/@ShowPK>\ \
<Exit/@exit>\

[@ShowPK]
#SAY
Hi <$USERNAME> You Have <$PKPOINT> PK Points\ \
<Exit/@exit>

[@HighestLevel]
#SAY
<Highest Level/@TopLevel>\
<Highest MC/@HighMC>\
<Highest SC/@HighSC>\
<Highest DC/@HighDC>\ \
<Exit/@exit>

[@TopLevel]
#SAY
<$HIGHLEVELINFO>\ \
<Exit/@exit>

[@HighMC]
#SAY
<$HIGHMCINFO>\ \
<Exit/@exit>

[@HighSC]
#SAY
<$HIGHSCINFO>\ \
<Exit/@exit>

[@HighDC]
#SAY
<$HIGHDCINFO>\ \
<Exit/@exit>

found this 1 not sure if it works
 
Last edited:
Upvote 0

iJam

To the rhythm
VIP
Oct 8, 2007
1,526
105
240
London
Youl also need this in String.txt

MyInfo=\Name: %name Level: %level Location: %map(%x:%y) \ HP: %minhp/%maxhp MP: %minmp/%maxmp DC: %mindc/%maxdc MC: %minmc/%maxmc SC: %minsc/%maxsc \ PkPoints: %pk Gold: %gold \Logged on at»: %logontime Logged in for: %logonlong .

be sure its all on 1 line or some parts wont show
av put ' \ ' in it so its nice neat enjoy.
 
Last edited:
Upvote 0

Tom27

Golden Oldie
Golden Oldie
Sep 15, 2005
1,877
78
185
Norwich
And heres me wondering why evertime I tried adding that it never worked ><
Jam you smart boob!

MSN plaz
 
Upvote 0

stonecold316

Golden Oldie
Golden Oldie
Nov 2, 2009
657
61
115
tried putting both scripts in as mentioned and it still dont work ??
any reason why not lol
or am i missing sumfin
 
Upvote 0

iJam

To the rhythm
VIP
Oct 8, 2007
1,526
105
240
London
Dosent show for gm chars / make sure in string it looks like this

go's off screen but you get the idea ->>>>
 

Attachments

  • stringg.jpg
    stringg.jpg
    116.3 KB · Views: 90
Upvote 0