Qmanage question

Desolation Mir2 (Med Rate Server)

NickAKAVexus

Golden Oldie
Golden Oldie
Apr 16, 2005
1,427
1
125
New york
I've searched but no one seemed to have same problem as me.

I'm trying to get Qmanage to work when you first login on your new character. It did work for some time then I changed something and I can't remember what ages ago. Now it just doesn't work at all.

Code:
[@Login]
#IF
ISNEWHUMAN
#SAY
This is a test\
\
<Thanks/@exit>\

Hopefully one of you has the answer. :P
 

Ripman

LOMCN Developer
Developer
Jul 22, 2003
1,129
20
265
Romania, Timisoara
ths si my QManage

[@Login]
;==================================================
#IF
Check [001] 0
#ACT
AddNameList ..\QuestDiary\GameNameList.txt
Set [001] 1
;==================================================
;==================================================
#IF
CheckNameList ..\QuestDiary\GameNameList.txt
#ACT
#CALL [\Common\Info.txt] @Readme
;==================================================
 
Upvote 0

MentaL

Jev For Admín!
VIP
Mar 3, 2004
3,845
553
385
Cardiff
Why use foundation scripts, if you make your own from scratch you know where everything is.

[@Login]
#IF
ISNEWHUMAN
#ACT
#SAY
This is a test\
\
<Thanks/@exit>\
 
Upvote 0