Stopping Logon in Qmanage

wanabee

Golden Oldie
Golden Oldie
Jul 10, 2004
723
4
125
newbury
Hi All,
I am looking for some assistance in stopping chars from login on server while it goes through testing period. i remeber seeing a while back on LOMCN server they made it so if you where not on a list you got killed on login, and ppl on list went through to server.

I have been searching and cant find any commands to us and have tried several things which have not worked, could someone shed some light please.

qmanage.txt

#IF
CheckNameList GameNameList.txt
#ACT
#CALL [\Common\Info.txt] @loggo


quest diary folder

common folder

info.txt

[@loggo]
#ACT
goto @mapmove1
[@mapmove1]
mapmove hz123
#elseact
goto @denylog
[@denylog]
close

 

ρяєα¢нєя

Unstookie Titled
VIP
Aug 19, 2008
444
23
105
Try using this in QManage.txt:

Code:
[@login]
#IF
CHECKNAMELIST BetaTester.txt
#ACT
#ELSEACT
EXEACTION KICK

That will only let characters connect if their name is in the namelist.

p
 
Last edited:
Upvote 0

wanabee

Golden Oldie
Golden Oldie
Jul 10, 2004
723
4
125
newbury
Or just close the login gate once your logged on? ^_^

/Zen2


yes can do this, but that would mean i have to be home to knock down logingate and then put back up once i have all testers online. this is why i wanted an easier way of doing.
 
Upvote 0

ρяєα¢нєя

Unstookie Titled
VIP
Aug 19, 2008
444
23
105
Or just close the login gate once your logged on? ^_^

/Zen2

If you have several people trying to connect and test though it can be a bit time consuming reconnecting the login gate everytime one of your testers wants to log on.

p
 
Upvote 0

wanabee

Golden Oldie
Golden Oldie
Jul 10, 2004
723
4
125
newbury
ρяєα¢нєя;638028 said:
Your merchant folder.

p


tried in merchant folder and did not work, so checked m2 server and found error saying mapquest folder put betatest.txt in mapquest folder and works stops chars not on list and allows ppl onlist.

thanks very much for your help.
 
Upvote 0

ρяєα¢нєя

Unstookie Titled
VIP
Aug 19, 2008
444
23
105
tried in merchant folder and did not work, so checked m2 server and found error saying mapquest folder put betatest.txt in mapquest folder and works stops chars not on list and allows ppl onlist.

thanks very much for your help.

Ah kk sorry, must be setup diferently on the files i've got.

No worries.

p
 
Upvote 0