Help Command

daneo1989

I am Ancient.
Staff member
Moderator
Dec 5, 2005
5,961
1
223
280
UK
Ok I added an open box to when you log in that contains information about the server, this works fine.
I was wondering about creating a boss statistics page that basically tells you whether a certain boss is alive or dead.

This is the command I used:

[@5]
{
<Woomataurus/@wt>\
[@wt]
#IF
CHECKMONMAP Woomataurus D024
#SAY
=======\
===Woomataurus Status - Alive\
=======\\
<Back/@5>
#ELSESAY
=======\
===Woomataurus Status - Dead\
=======\\
<Back/@5>

This is in the file Common\Info.txt (Called from QManage)

My M2Server comes up with this when I try to load it:

20/10/2006 04:21:20 script error, load fail: \Common\Info.txt@Readme
20/10/2006 04:21:20 script error, load fail: \Common\Info.txt@Readme

And it wont work
 

Toyblade

Dedicated Member
Dedicated Member
Jun 20, 2003
92
0
102
Norway
i have the same problem...

so where do qmanage start.. i mean like if i have typed this in qmanage
#CALL [\rebirth.txt] @rebirth

should rebirth.txt then be in mapquest_def folder where qmanage is located?
 
Upvote 0

daneo1989

I am Ancient.
Staff member
Moderator
Dec 5, 2005
5,961
1
223
280
UK
OK, then how can I go about correcting this, currently my path from QManage is

#IF
CheckNameList GameNameList.txt
#ACT
#CALL [\Common\Info.txt] @Info
 
Last edited:
Upvote 0

Fire

Golden Oldie
Golden Oldie
Apr 15, 2003
1,302
1
195
you could always backtrack up to the base Envir level (using trial and error) and then go back down again...
 
Upvote 0