starter kit [@logon] [RESOLVED]

Mu online season 21 - grand opening

Omen_lom

Golden Oldie
Golden Oldie
May 29, 2006
1,761
14
124
starter kit [@logon]

sorry for the nooby request :P

i want a way of giving a user a starter kit, starter spells, starter gold on their first log in (character creation)

thx! :P

omen/
 

Omen_lom

Golden Oldie
Golden Oldie
May 29, 2006
1,761
14
124
Re: starter kit [@logon]

and where about would i put this in the files? :D

is that for an npc?
 
Upvote 0

Bon

Legend
Legendary
Jul 29, 2004
6,741
342
330
Kent, UK
Re: starter kit [@logon]

go into Qmanage

make sure this is at top

[@Login]

then put it in... @logon is wrong lol
so..

[@Login]
#IF
ISNEWHUMAN
check [100] 0
#ACT
give blah balh
set [100] 1
break

personally id put it on a NPC tho, purely cause qmanage runs every time some1 logs on... and theres no point puttin loads of stuff into it, so id go with a 'starter kit' npc ;)
 
Upvote 0

Bon

Legend
Legendary
Jul 29, 2004
6,741
342
330
Kent, UK
Re: starter kit [@logon]

dunno, i like flags, no1 said he had 2 use it... was just anotehr way of doin it if he didnt wanna use ISNEWHUMAN ....


theres like 1300 to 1500 odd flags... 1 isnt gonna hurt, not like ur gonna use all 1500 is it..
 
Upvote 0

JealY

LOMCN VIP
VIP
Nov 28, 2004
5,357
55
335
England
Re: starter kit [@logon]

Come on mate...

I've JUST made a thread with all the commands in easy-to-read tables, read that, or even your if-act statements.doc you get with files!

Here
 
Upvote 0

Bon

Legend
Legendary
Jul 29, 2004
6,741
342
330
Kent, UK
Re: starter kit [@logon]

how is that any easier from lookin in the normal text files lol? :P

#IF
GENDER MAN
#ACT
goto @man
break

#IF
GENDER WOMAN
#ACT
goto @woman
break

why do ppl ask questions that are so easy
 
Upvote 0

TravisW

LOMCN Veteran
Veteran
Sep 4, 2007
737
17
105
Re: starter kit [@logon]

how is that any easier from lookin in the normal text files lol? :P

#IF
GENDER MAN
#ACT
goto @man
break

#IF
GENDER WOMAN
#ACT
goto @woman
break

why do ppl ask questions that are so easy
Maybe because we aren't all born with 100% mir knowledge like you.
Help forum=people asking questions tit.
Some people might find these questions easy.....http://www.lomcn.co.uk/forum/showthread.php?t=54695
http://www.lomcn.co.uk/forum/showthread.php?t=54670

On topic,
yeah, if using ISNEWHUMAN, waste of a flag.
 
Last edited:
Upvote 0

Bon

Legend
Legendary
Jul 29, 2004
6,741
342
330
Kent, UK
Re: starter kit [@logon]

i wasnt born with 100% mir knowledge, nor do i even know that much lol... i just dont find it hard 2 open a text doc, and scroll thro stuff to find wot i need
 
Upvote 0