A Npc I Need?

Mu online season 21 - grand opening

Mataleos

Warning #1
Dedicated Member
Nov 3, 2003
64
0
32
can any1 help me make a npc like this


'i want a secret npc done if any1 knows how to do that it is only accesable by my chars name (and has gm command) or a secret npc that is hidden around mir but... lvl 1 to use and has gm commands on it'

i no it is possible
 

Smiler

Dedicated Member
Dedicated Member
Apr 23, 2004
22
0
27
United Kingdom
There isnt really any need to make it so it only answers to your name.. justp ut it in a secret place and make it so if your level 255 it talks to you :)

/Smiler
 
Last edited:

Mataleos

Warning #1
Dedicated Member
Nov 3, 2003
64
0
32
well thats the thing i dunno how to make a 1 that will answer to that and have gm commands on it..
 

Lothomadric

LOMCN Veteran
Veteran
Loyal Member
Dec 19, 2003
278
0
92
Bichon-Wall, With Bob the Chef
ok, ur luck's in :P Use the command: CheckNameList *NameHere*.txt
E.g:

Code:
#IF
CheckNameList Trooperr.txt
#SAY
Hello <$USERNAME>, Here are the\
Gm commands:\
etc etc.......\\
#ELSESAY
Hello <$USERNAME>, what can i do for you?\
<Buy/@Buy> Item\
<Sell/@sell> Item\
Etc Etc....\\

Right, now to explain i bit more: You have to put the .txt which you use into your MarKet_Def folder found in: MirServer\Mir200\Envir\Market_Def
You then put the username/s of the people you want it to work with. E.g:

Trooperr
Mataleos
Warlord

This would mean that the three people above would see the gm commands and everyone else would see the normal Npc script.
Also you have to make sure that the names of the .txt (In example it was Trooperr.txt) would match with the one in Market_Def.
Hope this helps ya mate. Also hope you can understand :)

/Warlord