ok all
here is a npc script for the rankmaster i have done i thought i would release this basic version of it i have done:
[@Main]
#SAY
hi! i,m the Rank master of <$SERVERNAME> would you like me\
to <Rank/@rank0> you , when i do this will show others your rank on the\
server , which will appear above you!!\
<exit/@exit>
[@rank0]
#SAY
ok please choose your level to have your rank set\
<Novice/@rate> , <beginner/@rate0> , <Intermediate/@rate1>\
<Experienced/@rate2> , <Advanced/@rate3> , <GM/@rate4>\
<exit/@exit> <back/@main>
[@rate]
#IF
checklevel 10
#ACT
SETRANKLEVELNAME %s\Novice
goto @rate5
#ELSESAY
sorry you are not high enough to rank just yet!!
<exit/@exit> <back/@main>
[@rate0]
#IF
checklevel 20
#ACT
SETRANKLEVELNAME %s\Beginner
goto @rate5
#ELSESAY
sorry you are not high enough to rank just yet!!
<exit/@exit> <back/@main>
[@rate1]
#IF
checklevel 30
#ACT
SETRANKLEVELNAME %s\intermediate
goto @rate5
#ELSESAY
sorry you are not high enough to rank just yet!!
<exit/@exit> <back/@main>
[@rate2]
#IF
checklevel 40
#ACT
SETRANKLEVELNAME %s\Experienced
goto @rate5
#ELSESAY
sorry you are not high enough to rank just yet!!
<exit/@exit> <back/@main>
[@rate3]
#IF
checklevel 45
#ACT
SETRANKLEVELNAME %s\Advanced
goto @rate5
#ELSESAY
sorry you are not high enough to rank just yet!!
<exit/@exit> <back/@main>
[@rate4]
#IF
checklevel 800
#ACT
SETRANKLEVELNAME %s\GM
#ELSESAY
sorry you are not high enough to rank just yet!!
<exit/@exit> <back/@main>
[@rate5]
#SAY
thank you you have been ranked accordingly!!
hope this will help peeps by the way milo the newserver works excellent shame its not translted fully yet wish i could help it works a treat with my server (lancerV5)
any way check it out
www.lanceworld.org