ADDNAMELIST prob!

Join Discord

excluded

Golden Oldie
Golden Oldie
May 31, 2006
555
4
125
Aight Peeps on Searching lomcn found sum great guides but 1 is kinda narking me quite a little.

ADDNAMELIST ../MapQuest/Waste.txt << This is in a npc script but its not adding the char name to the Waste.txt inside MapQuest Folder.

Then In Qmanage Ive Got :

CHECKNAMELIST ../MapQuest/Waste.txt

You see summot wrong put me right plz

Ty In Advance

Mason.
 

excluded

Golden Oldie
Golden Oldie
May 31, 2006
555
4
125
Thnx IceMan n GOtrex will try em both <<< Tried Them Both Had No Luck;

[@main]
#SAY
Ahhh, A New Player In Sphinx!\
Are You Strong And Wise??\
I really Hope You Are As These Caves Will Test Your:\
<$Knowledge> / <$Strength> / <$Ability> And <$Courage>\
To Prepare you for Level 30+\\

<Ok Where Can I Go/@Next>\
<Not ATM Thanks/@Exit>\
<Dont Watse My time TBH/@Waste> << If This Is A Honest Answer

[@Next]
Ok These Are the Caves Sphinx Suggests At This Time!\\ \
<OmaCave/@OC> - <BichonMines/@BM> - <OmaWoods/OW>\\ \

<Not This Time, Was Just Looking/@Exit>

[@Waste]
#SAY
OK If I Waste Your Time Dont Use me Again\
#ACT
ADDNAMELIST ..\MapQuest_def\Waste.txt

this is a rough sketch of the script i changed NPC to MERCHANT still cannot get it to ADDNAME to Waste.txt that is in MapQuest_Def folder.
Any Ideas Now as this is throwing me off @ every angle lol
 
Last edited:
Upvote 0

Chris22

LOMCN Veteran
Veteran
Jun 10, 2009
372
1
45
[@main]
#SAY
Ahhh, A New Player In Sphinx!\
Are You Strong And Wise??\
I really Hope You Are As These Caves Will Test Your:\
<$Knowledge> / <$Strength> / <$Ability> And <$Courage>\
To Prepare you for Level 30+\\

<Ok Where Can I Go/@Next>\
<Not ATM Thanks/@Exit>\
<Dont Watse My time TBH/@Waste> << If This Is A Honest Answer

[@Next]
Ok These Are the Caves Sphinx Suggests At This Time!\\ \
<OmaCave/@OC> - <BichonMines/@BM> - <OmaWoods/OW>\\ \

<Not This Time, Was Just Looking/@Exit>

[@Waste]
#SAY
OK If I Waste Your Time Dont Use me Again\
#ACT
ADDNAMELIST ..\MapQuest_def\Waste.txt

ADDNAMELIST doesnt follow file paths, if this is how you have the script it is wrong, simply use.

ADDNAMELIST Waste
 
Upvote 0

GOMEEE

LOMCN Veteran
Veteran
Mar 5, 2009
259
0
42
ADDNAMELIST doesnt follow file paths, if this is how you have the script it is wrong, simply use.

ADDNAMELIST Waste

I havnt played around with mir files for a while. but i am pretty sure you are wrong with this.

try swapping the slashed around to forward slashes,

../MapQuest_def/Waste.txt

i am farly sure that when writing a path you need to use forward slashes rather than backs.
 
Upvote 0

^G0trex

Golden Oldie
Golden Oldie
Nov 7, 2003
1,946
28
155
Bham
Thnx IceMan n GOtrex will try em both <<< Tried Them Both Had No Luck;

[@main]
#SAY
Ahhh, A New Player In Sphinx!\
Are You Strong And Wise??\
I really Hope You Are As These Caves Will Test Your:\
<$Knowledge> / <$Strength> / <$Ability> And <$Courage>\
To Prepare you for Level 30+\\

<Ok Where Can I Go/@Next>\
<Not ATM Thanks/@Exit>\
<Dont Watse My time TBH/@Waste> << If This Is A Honest Answer

[@Next]
Ok These Are the Caves Sphinx Suggests At This Time!\\ \
<OmaCave/@OC> - <BichonMines/@BM> - <OmaWoods/OW>\\ \

<Not This Time, Was Just Looking/@Exit>

[@Waste]
#SAY
OK If I Waste Your Time Dont Use me Again\
#ACT
ADDNAMELIST ..\MapQuest_def\Waste.txt

this is a rough sketch of the script i changed NPC to MERCHANT still cannot get it to ADDNAME to Waste.txt that is in MapQuest_Def folder.
Any Ideas Now as this is throwing me off @ every angle lol

Make sure you're using the correct folder name. As before you had it as /MapQuest/ and now it's \MapQuest_def\ (but yes backward slashes \ are correct)

Other than that I don't know sorry.

ADDNAMELIST doesnt follow file paths, if this is how you have the script it is wrong, simply use.

ADDNAMELIST Waste

I'm sure that it does follow paths??
 
Upvote 0

Chris22

LOMCN Veteran
Veteran
Jun 10, 2009
372
1
45
I havnt played around with mir files for a while. but i am pretty sure you are wrong with this.

try swapping the slashed around to forward slashes,

../MapQuest_def/Waste.txt

i am farly sure that when writing a path you need to use forward slashes rather than backs.

Trust me (ADDNAMELIST Waste) will work just fine!
 
Upvote 0

excluded

Golden Oldie
Golden Oldie
May 31, 2006
555
4
125
kk thnx for replys will try it as soon as i wake up lol atm right now need sum shut eye :)
 
Upvote 0

excluded

Golden Oldie
Golden Oldie
May 31, 2006
555
4
125
[@main]
#SAY
Ahhh, A New Player In Sphinx!\
Are You Strong And Wise??\
I really Hope You Are As These Caves Will Test Your:\
<$Knowledge> / <$Strength> / <$Ability> And <$Courage>\
To Prepare you for Level 30+\\

<Ok Where Can I Go/@Next>\
<Not ATM Thanks/@Exit>\
<Dont Watse My time TBH/@Waste> << If This Is A Honest Answer

[@Next]
Ok These Are the Caves Sphinx Suggests At This Time!\\ \
<OmaCave/@OC> - <BichonMines/@BM> - <OmaWoods/OW>\\ \

<Not This Time, Was Just Looking/@Exit>

[@Waste]
#SAY
OK If I Waste Your Time Dont Use me Again\
#ACT
ADDNAMELIST ..\MapQuest_def\Waste.txt << Name adds Here



I Have Got It Working Finally, Thnx For The Help Recieved Much Aprriciated :)

 
Upvote 0