Qmange help

™blade™

Golden Oldie
Golden Oldie
Oct 31, 2004
799
1
155
hi all i have this in my qmange

[@Login]
#IF
#ACT
Sendmsg 1 "Welcome <%S> to Darkangel Server."
;================================================= =
#IF
#ACT
Sendmsg 7 "For Help With Commands Type @help bring up the list."
;================================================= =
#IF
#ACT
Sendmsg 7 "Remember To Turn On @allowpopup."
;================================================= =
#IF
#ACT
Sendmsg 7 "Server As been Up For <$SERVERRUNTIME> And The Server Count Is <$USERCOUNT>"
;================================================= =
#IF
ISCASTLEGUILD
#ACT
Sendmsg 1 "SabukWallMember <%S> IsNowOnline."
;================================================= =
#IF
ISCASTLEMASTER
#ACT
Sendmsg 1 "SabukWallMaster <%S> Online."
;=================================================
Break
#IF
#ACT
Sendmsg 1 "Welcome <%S> to Darkangel Server."
;================================================= =
#IF
#ACT
Sendmsg 7 "For Help With Commands Type @help bring up the list."
;================================================= =
#IF
#ACT
Sendmsg 7 "Remember To Turn On @allowpopup."
;================================================= =
#IF
#ACT
Sendmsg 7 "Server As been Up For <$SERVERRUNTIME> And The Server Count Is <$USERCOUNT>"
;================================================= =

but it dont show the top half to normal player it only does the botton half if u in the sw guild i comes up but if u not it dont any one no how i can fix it plz
 

Killmaster

Legend
Legendary
Golden Oldie
Loyal Member
Nov 13, 2003
3,967
27
274
why do you have #IF's there when there isnt a check command under it?
No need for it. And remove the break in the script also.
 
Upvote 0

NewHope

Golden Oldie
Golden Oldie
Nov 18, 2005
1,311
28
184
Why would you spam them with all that information at login? :(

It should work the only difference in my script is that Sendmsg is in caps (SENDMSG) and i used SENDMSG 6 rather than 7, as 7 is the white text on blue background... 6 is the green text on white.
 
Upvote 0

Bon

Legend
Legendary
Jul 29, 2004
6,741
342
330
Kent, UK
[@Login]
#SAY
Welcome <%S> to Darkangel Server.\
For Help With Commands Type @help bring up the list.\
Remember To Turn On @allowpopup.\
Server As been Up For <$SERVERRUNTIME> And The Server\
Count Is <$USERCOUNT>\ \
<Close/@exit>

#IF
ISCASTLEGUILD
#ACT
Sendmsg 0 "SabukWallMember <%S> IsNowOnline."

#IF
ISCASTLEMASTER
#ACT
Sendmsg 0 "SabukWallMaster <%S> Online."

#ACT
Sendmsg 6 "Welcome <%S> to Darkangel Server."

why dont u just do it like that? :l
 
Upvote 0

Neptune

Golden Oldie
Golden Oldie
Nov 19, 2003
1,473
9
175
Chester :P
Neptune said:
[@Login]
#ACT
Sendmsg 7 "For Help With Commands Type @help bring up the list."
Sendmsg 7 "Remember To Turn On @allowpopup."
Sendmsg 7 "Server As been Up For <$SERVERRUNTIME> And The Server Count Is <$USERCOUNT>
#IF
ISCASTLEGUILD
#ACT
Sendmsg 1 "SabukWallMember <%S> IsNowOnline."
#IF
ISCASTLEMASTER
#ACT
Sendmsg 1 "SabukWallMaster <%S> Online."
#IF
check [101] 1
#ACT
Sendmsg 1 "Welcome <%S> to Darkangel Server."
set [101] 1
#ELSEACT
break
try that and see what happens m8
 
Last edited:
Upvote 0

jewjewbee

Dedicated Member
Dedicated Member
May 5, 2007
99
2
35
[@Login]
#ACT
Sendmsg 7 "For Help With Commands Type @help bring up the list."
Sendmsg 7 "Remember To Turn On @allowpopup."
Sendmsg 7 "Server As been Up For <$SERVERRUNTIME> And The Server Count Is <$USERCOUNT>
#IF
ISCASTLEGUILD
#ACT
Sendmsg 1 "SabukWallMember <%S> IsNowOnline."
#IF
ISCASTLEMASTER
#ACT
Sendmsg 1 "SabukWallMaster <%S> Online."
#IF
ISNEWHUMAN
#ACT
Sendmsg 1 "Welcome <%S> to Darkangel Server."
break
 
Upvote 0

Killmaster

Legend
Legendary
Golden Oldie
Loyal Member
Nov 13, 2003
3,967
27
274
People do sendmsg or linemsg and have the speech marks around the text they want displayed but they still fail to put spaces in it lol.

Look how short that script now is compared to the original. Chuckle.
 
Upvote 0