[CD3.55] Help please. Two questions.

Mu online season 21 - grand opening

Mart393

Dedicated Member
Dedicated Member
Dec 15, 2011
167
14
45
Hi all, sorry for my English, use google translator.

First question:
I created an event of attack on the city, and that the guards did not kill the mobs, the delete with the following command:

MonClear "0" "Guard"

But when the event ends, I make them come back with the following command:

MonGenP "0,457,386,0" Guard 1

But the guards do not appear in the right directions. Use the following code but does not work:

MonGenP "0,457,386,0" Guard 1:5

Anyone know the correct way to return the guards in their correct addresses?


Second question:
As I can read all the comments users speak for the chat server?
Is there any program to read all the texts that are written to the in game chat is normal, private, clan, etc ... ???


Thank you very much and sorry.
 

kaiser86

Dedicated Member
Dedicated Member
Dec 13, 2011
64
0
32
Spain
hello to the first question I can not answer because I do not know, but if the second,
in the cruel dragon once torn open and the gates there are two buttons one who reads your! setup.txt and another next door, press the button and it will open a new window
There are 4 tabs give the second puts some gm
and the two tabs saleen you a little below the left selects all the squares and then you can read all hope I've helped
and forgive my English
 
Upvote 0

kaiser86

Dedicated Member
Dedicated Member
Dec 13, 2011
64
0
32
Spain
hello
If what want to is that the guard kill to the mobs do not eat do it
but if you want to create a commando and that when your give click disappear the mobs if do it
 
Last edited:
Upvote 0

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
215
UK
example:

#ACT
movenpc "5,262,84,(Administrator)_Offical" Z010 11 11

to move it away from player map and.....

#ACT
movenpc "Z010,11,11,(Administrator)_Offical" 5 262 84


to move it back.


To kill mobs you can

#act
monclear 5 omachief


with 5 being map number.

Hope helps.
 
Upvote 0

Mart393

Dedicated Member
Dedicated Member
Dec 15, 2011
167
14
45
but not NPC guards are mobs.

The code is movenpc??

It would be something like .... movemon?
 
Last edited:
Upvote 0

Yolom

LOMCN Veteran
Veteran
Aug 7, 2010
325
21
45
Spain
Code for move npc is:

Code:
movenpc "[[COLOR=#a52a2a]mapname][/COLOR],[[COLOR=#006400]X cord],[Y cords][/COLOR],[[COLOR=#800080]full npc name][/COLOR]" [COLOR=#0000cd][map where you want move][/COLOR] [COLOR=#8b4513][X cord] [y Cord][/COLOR]

Without "[ ]"


Regards
 
Upvote 0

Mart393

Dedicated Member
Dedicated Member
Dec 15, 2011
167
14
45
yes, but I say, that the guards are not NPC.

To move it with the same code?

-----------------------------------------------

si, pero digo, que los guardias no son NPC.

Para moverlos es con el mismo codigo?
 
Upvote 0

Mart393

Dedicated Member
Dedicated Member
Dec 15, 2011
167
14
45
Ah! agree, esque still had not tried because I thought the code was not so.

Ok, thank you very much :)
 
Upvote 0

Zisha

Dedicated Member
Dedicated Member
Feb 23, 2012
165
5
44
The guards is a mon, use clearmon + mongenp for add mon in map.
Revise mud3/envir/questdiary/event/

Gl.
 
Upvote 0