need Help NPC Command's

Mu online season 21 - grand opening

daneo1989

I am Ancient.
Staff member
Super Moderator
Dec 5, 2005
6,033
1
276
330
UK
like title says need help with some npc command's

im wanting to have a npc which takes pk points away

#IF
checkpkpoint 2
#ACT
pkpoint - 1000

and im also wanting it to show how many pkpoint's you have, is this possible,

thanks

ancient.
 

Elvin

Golden Oldie
Golden Oldie
May 14, 2003
1,155
1
175
middlesex
in custom commands type
@Inquire
then in qfunc put
[@enquire]
#SAY
Welcome <$USERNAME>\
<Your Current PK Points are > <$PKPOINT> points\

thats one way of doing the how many pk points a player has you can also add other information to this
 
Upvote 0

daneo1989

I am Ancient.
Staff member
Super Moderator
Dec 5, 2005
6,033
1
276
330
UK
another problem ive added this to QManage.txt but it dosnt work can any1 post the fix cheer's

#IF
checknamelist Demon.txt
#ACT
CHANGENAMECOLOR 1

#IF
checknamelist Heaven.txt
#ACT
CHANGENAMECOLOR 4

#IF
CHECKNAMELIST Demon.txt
#ACT
setranklevelname %S\<YoungDemon>

#IF
CHECKNAMELIST Heaven.txt
#ACT
setranklevelname %S\<YoungAngel>

/ancient
 
Upvote 0

jewjewbee

Dedicated Member
Dedicated Member
May 5, 2007
99
2
35
do you have those under [@login] ?

[@main]
Hello username, do you need your pk points\
removed? You currently have <$PKPOINT> points.\ \
<Yes/@remove>\
<Nevermind/@exit>
[@remove]
#IF
#ACT
pkpoint - 1000
#SAY
I think now you have a clean slate.\ \
<Close/@exit>
 
Last edited:
Upvote 0

Elvin

Golden Oldie
Golden Oldie
May 14, 2003
1,155
1
175
middlesex
what colours are 1 and 4 !

Why not use an npc intown to change name colours etc .
i'll see what i can dig out for you
 
Upvote 0

daneo1989

I am Ancient.
Staff member
Super Moderator
Dec 5, 2005
6,033
1
276
330
UK
what colours are 1 and 4 !

Why not use an npc intown to change name colours etc .
i'll see what i can dig out for you
colours are Dark Blue and Dark Red, i have the npc, but i want it to change RANKNAME and colour when login if you've become a Demon or Angel :P

do you have those under [@login] ?



[@main]

Hello username, do you need your pk points\

removed? You currently have <$PKPOINT> points.\ \

<Yes/@remove>\

<Nevermind/@exit>

[@remove]

#IF

#ACT

pkpoint - 1000

#SAY

I think now you have a clean slate.\ \

<Close/@exit>

ive got that to work now ty m8, PKPOINTs will get you a reward

/ancient
 
Upvote 0