[DM2] Having problems making NPC's do a few things :(

Mu online season 21 - grand opening

2dope

Golden Oldie
Golden Oldie
Mar 15, 2005
514
13
155
Yet again I come seeking help.

Two things I have tried to do.

Change a persons pk point, upon completion of a quest, I want to add 100 pk point, I have the command down as CHANGEPKPOINT I have tried it with add 100, +100 with no luck at all :(

Also when a person hands a item in on another one I want it so it would check there bag and take the item, got this bit fine TAKE item woo (that was hard!) but cant get it to give a game point in its place.


I tried different ways and stuff for about an hour last night and well any one knows or can help me please.


Thanks
 

jasper

Golden Oldie
Golden Oldie
Sep 10, 2005
890
3
105
from td's if and act statement doc
pkpoint usage: PKPOINT -10 what it does: decreases your pkpoints by 10, can also have 0 (instant pk point 0), or 100 (increase by 100)

EG
#ACT
pkpoint 100

would add 100

#ACT
pkpoint -100

would reduce them 100

#ACT
pkpoint 0

would set to zero

gamepoint usage: GAMEPOINT = 5 what it does: sets your gamepoint value to 5, options: =, +, -


have a read thru it ,, most have explanations on usage
 
Upvote 0

2dope

Golden Oldie
Golden Oldie
Mar 15, 2005
514
13
155
from td's if and act statement doc
pkpoint usage: PKPOINT -10 what it does: decreases your pkpoints by 10, can also have 0 (instant pk point 0), or 100 (increase by 100)

EG
#ACT
pkpoint 100

would add 100

#ACT
pkpoint -100

would reduce them 100

#ACT
pkpoint 0

would set to zero

gamepoint usage: GAMEPOINT = 5 what it does: sets your gamepoint value to 5, options: =, +, -


have a read thru it ,, most have explanations on usage
Thanks mate, I think I deleted this document, will re download the file. Thanks once again :D
 
Upvote 0