"SENDMSG" number index

Mu online season 21 - grand opening

MentaL

Jev For Admín!
VIP
Mar 3, 2004
3,845
553
385
Cardiff
anyone have a number value and what each value does

like i know 6 is for a personal chatbox msg but any others?

atm i got

5 - global shout
6 - private message chat box
 
Last edited:

lifco

Untrusted Member
Legendary
Golden Oldie
Loyal Member
Jul 6, 2004
3,400
66
175
UK/Italy
This part of the server iam a noob lol been workin on milos global shout the one he count get to work, well same here i cant get to work, allways tryin on and off tho.

sorry mental on this one cant help

lif
 

Babyhack

Devilsoul Owner
VIP
Feb 4, 2004
5,343
28
285
Dublin, Ireland
1= Red Global Shout
2= Red Global Shout with NPC Name
3= Red Global Shout with NPC Name and Char Name
4= Chat over NPC head
5= Red Chat to player only
6= Green Chat to player only
7= Blue Chat to player only

BH
 
Last edited:

troop

LOMCN Veteran
Veteran
Nov 28, 2003
304
1
44
How do i make it so the npc talks to u when u 1st click on it?
 

lust

LOMCN Veteran
Veteran
Sep 11, 2005
293
2
45
like this.

[@main]
#ACT
SENDMSG 6 Hello,<$USERNAME>,welcome,to,the.weapon,shop
 

troop

LOMCN Veteran
Veteran
Nov 28, 2003
304
1
44
ty vm m8 hlp me out a lot been wanting this 4 a while hehe dont no how 2 get a msg come up in chat box 4 lvl up as well do u lol? sorry 4 going off topic
 

lust

LOMCN Veteran
Veteran
Sep 11, 2005
293
2
45
this is what u will need if u want to do that.

You put this in Market Def folder m8.

Make txt called QFunction-0

and put it in the Market_def folder

then put this there.

[@PlayLevelUp]
#IF
CHECKLEVELEX = 7
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 8
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 9
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 10
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 11
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 12
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 13
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 14
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 15
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 16
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 17
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 18
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 19
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 20
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 21
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 22
#ACT
SENDMSG 6 Congratulations.on.your.level.

Just put that in the QFunction-0 and then it should work.
but that only goes up to level 22.
if u want it to come up on every level just put this under the rest of the txt

#IF
CHECKLEVELEX = LEVEL GOES HERE
#ACT
SENDMSG 6 Congratulations.on.your.level.
 

Jamie

LOMCN Developer
Developer
Mar 29, 2003
4,864
431
350
United Kingdom
lust said:
this is what u will need if u want to do that.

You put this in Market Def folder m8.

Make txt called QFunction-0

and put it in the Market_def folder

then put this there.

[@PlayLevelUp]
#IF
CHECKLEVELEX = 7
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 8
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 9
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 10
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 11
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 12
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 13
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 14
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 15
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 16
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 17
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 18
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 19
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 20
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 21
#ACT
SENDMSG 6 Congratulations.on.your.level.
#IF
CHECKLEVELEX = 22
#ACT
SENDMSG 6 Congratulations.on.your.level.

Just put that in the QFunction-0 and then it should work.
but that only goes up to level 22.
if u want it to come up on every level just put this under the rest of the txt

#IF
CHECKLEVELEX = LEVEL GOES HERE
#ACT
SENDMSG 6 Congratulations.on.your.level.


Thank you Very much for this, But why the .word.word ?
 

BloodDemon

Golden Oldie
Golden Oldie
Jul 20, 2003
649
19
155
Darlington, UK
sorry but no lol, if u just put

[@PlayLevelUp]
#ACT
SENDMSG 6 Congratulations.on.your.level.

it would do the same thing instead of all that code that does the same thing, Now unless u wanted it to say different things depending on level tht would require a code like that
 

lust

LOMCN Veteran
Veteran
Sep 11, 2005
293
2
45
BloodDemon said:
sorry but no lol, if u just put

[@PlayLevelUp]
#ACT
SENDMSG 6 Congratulations.on.your.level.

it would do the same thing instead of all that code that does the same thing, Now unless u wanted it to say different things depending on level tht would require a code like that

Yes but he wanted to no how to get it to say congrazt on level up.

But is he wants it to say this as well

[@PlayLevelUp]
#ACT
SENDMSG 6 Congratulations.Your.HP.and.MP.have.Regaind.

And to answer your question Jamie/Hello

Because if u dont join up all the letters it will not show.

say i did it like this.

#ACT
SENDMSG 6 Congratulations on your level

Its will only say Congratulations.

but if i do it like this
#ACT
SENDMSG 6 Congratulations.on.your.level.

It will say the whole thing.
 
Last edited:

Jamie

LOMCN Developer
Developer
Mar 29, 2003
4,864
431
350
United Kingdom
lust said:
And to answer your question Jamie/Hello

Because if u dont join up all the letters it will not show.

say i did it like this.

#ACT
SENDMSG 6 Congratulations on your level

Its will only say Congratulations.

but if i do it like this
#ACT
SENDMSG 6 Congratulations.on.your.level.

It will say the whole thing.

You know i was waiting for some one to say this :D

Your wrong :P

put it in These " " so its

#ACT
SENDMSG 6 "Congratulations on your level"

:)

EDIT:

Damn this post is like 40 mins late
 

Ragnar

Hallowed be thy name
Legendary
Golden Oldie
Loyal Member
Jul 20, 2004
5,258
3
275
Anon said:
you can use anything, depends on whats easier to read :)
Please reduce your signature size.
 

Senture

LOMCN VIP
VIP
Feb 8, 2004
1,529
1
164
Removed it for the moment

EDIT: is that acceptable?
 
Last edited: