Npc Help plese

Play Now

neo1uk

Dedicated Member
Dedicated Member
Feb 12, 2007
95
0
32
i am just wondering where name list gose to when say i add name list then check ect...

what folder dose it go to please

Thanks in advance guys :)
 

neo1uk

Dedicated Member
Dedicated Member
Feb 12, 2007
95
0
32
[12/07/2008 21:43:46] file not found => .\Envir\Npc_def\testnamelist
[12/07/2008 21:43:50] file not found => .\Envir\Npc_def\testnamelist

thats the error i got when u said it gose in the same folder (npc_def)
 
Upvote 0

TravisW

LOMCN Veteran
Veteran
Sep 4, 2007
737
17
105
in the npc script it should be

#IF
checknamelist testnamelist.txt

or

#ACT
ADDNAMELIST testnamelist.txt

then in the npc_Def folder it should be named just testnamelist
 
Upvote 0

LegendOfMir

LOMCN N00B +1
Veteran
NPC new ideea!!!

In 1.9.x versions(Im not sure in others 1.4.x version like mir2.3, DM2...) this:

#if
checknamelist x.txt

work like an web script, and u can x.txt put to work in what folder you want.

Ex:

If u write this script in 1 file like example Black.txt who are in Market_def
and if u want to put x.txt in other folder like NPC_def must to write:


#if
checknamelist ../NPC_def/x.txt

Simple.:agree:

I hope u help u if u use variable, or U want to put in other place x files.:tongue1:

Anyway I think Mir are a web game.

DOOMNEZEU(The Best Developer of 1.9.4.x versions)
 
Upvote 0