Help plz, npc query

nathan15

LOMCN n00bie
Jan 18, 2010
5
0
12
hi all i need sum help,
am trying to make it so when u first login a message box pops up to give you a kit ect, i just dont know how to get it to run when you first login.
thnx :)
 

Chris22

LOMCN Veteran
Veteran
Jun 10, 2009
372
1
45
hi all i need sum help,
am trying to make it so when u first login a message box pops up to give you a kit ect, i just dont know how to get it to run when you first login.
thnx :)

In m2server envir MapQuest.def QManage

[@login]
#IF
ISNEWHUMAN
#SAY
Welcome to Mir2 heres your free kit..
#ACT
GIVE item
GIVE item
GIVE item
break


You could use a select box on #SAY and lead to the script that gives the items, but new players tend to cancel crap like that, so your better of just giving it straight out so they are certain to get the kit.
 
Last edited:
Upvote 0

nathan15

LOMCN n00bie
Jan 18, 2010
5
0
12
In m2server envir MapQuest.def QManage

[@login]
#IF
ISNEWHUMAN
#SAY
Welcome to Mir2 heres your free kit..
#ACT
GIVE item
GIVE item
GIVE item
break


You could use a select box on #SAY and lead to the script that gives the items, but new players tend to cancel crap like that, so your better of just giving it straight out so they are certain to get the kit.
ahh thanx alot mate :) :thumbup1:
 
Upvote 0