q-func

Play Now

redwolf187

Dedicated Member
Dedicated Member
Aug 3, 2008
33
0
32
im wondering how to make it so the when a gm / new player/ sw member logs on ne one got any idea how to do this
 

Jambo

Mir 2 Moderator
Staff member
Moderator
Dec 9, 2006
1,660
412
170
West Midlands
what so it says:
(Gamemaster example:)
GameMaster(therename) has logged in?
well im not sure on that 1 i think it is..

[@login]
#IF
ISADMIN
#ACT
SENDMSG 2 " GamesMaster <$USERNAME> is now online


but the gamemasters that you want it to say tht when they log in your have to put there name some were..

Player 1 is easy ere:

@Login]
#IF
ISNEWHUMAN
#ACT
SENDMSG 1 "Welcome To MirWorld <$USERNAME> ,We Hope that you will enjoy Youre Stay"
GOTO @text1
[@text1]
Hello And Welcome To {M}{I}{R} {W}{O}{R}{L}{D}. \
Here is some Free Noob Kit \
<Kit Plz/@yes>. \
<free pet?/@pet> \
<Nah Ty/@exit>. \

[@pet]
so u want a pet right kk u can have a free pet. \
<pet plz/@checklevel1> \
<cancle/@exit> \

[checklevel1]
#ACT
take gold 1
RECALLMOB Helper 3
thats my 1 but u are obviously gunna change name of server

The player 1 should work not to sure on Gm 1 tho:P

if any spell mistakes soz im not very good at English:P

there you go
 
Last edited:
Upvote 0