qmange help

Mu online season 21 - grand opening

™blade™

Golden Oldie
Golden Oldie
Oct 31, 2004
799
1
155
[@Login]
#IF
ISCASTLEGUILD
#ACT
Sendmsg 1 SabukWallMember,<%S>,IsNowOnline.
;================================================= =
#IF
ISCASTLEMASTER
#ACT
Sendmsg 1 SabukWallMaster,<%S>,Online.
;================================================= =
#IF
#ACT
Sendmsg 1 Welcome-<%S>-to-Darkangel-Server. this bit dont work
;================================================= =
#ACT
Sendmsg 6 For-Help-With-Commands-Type-@help-bring-up-the-list. and this bit dont work
;================================================= =
#IF
checknamelist exp1.txt
#ACT
KILLMONEXPRATE 200 it dont work and i get this on m2server [QuestAction] Command:KILLMONEXPRATE NPC:QManage Map:0(0:0) Param1:200 Param2: Param3: Param4: Param5: Param6: wot it mean plz

wots wrong with it plz i put next to the thing that wont work :S
 

™blade™

Golden Oldie
Golden Oldie
Oct 31, 2004
799
1
155
have change it now to this

[@Login]
#IF
checknamelist exp1.txt
#ACT
goto @vipexp
#ELSEACT
goto @login-1

[@login-1]
#IF
ISCASTLEGUILD
#ACT
Sendmsg 1 SabukWallMember,<%S>,IsNowOnline.
;================================================= =
#IF
ISCASTLEMASTER
#ACT
Sendmsg 1 SabukWallMaster,<%S>,Online.
;================================================= =
#IF
#ACT
Sendmsg 1 Welcome-<%S>-to-Darkangel-Server.
;================================================= =
#ACT
Sendmsg 7 For-Help-With-Commands-Type-@help-bring-up-the-list.
;================================================= =

[@vipexp]
#IF
#ACT
KILLMONEXPRATE 200
SENDMSG 7 "Exp.Multiplied.x2.For.7Days"
#IF
ISCASTLEGUILD
#ACT
Sendmsg 1 SabukWallMember,<%S>,IsNowOnline.
;================================================= =
#IF
ISCASTLEMASTER
#ACT
Sendmsg 1 SabukWallMaster,<%S>,Online.
;================================================= =
#IF
#ACT
Sendmsg 1 Welcome-<%S>-to-Darkangel-Server.
;================================================= =
#ACT
Sendmsg 7 For-Help-With-Commands-Type-@help-bring-up-the-list.
;================================================= =
but when i put the name of the char in the exp1.txt it dont show SENDMSG 7 "Exp.Multiplied.x2.For.7Days" . but when i use my char it works

i think it checking it see if i an an sw member as well can any one help me with it plz thx
 
Last edited:
Upvote 0