This Correct Script? MISSION command?

Mukai

LOMCN Veteran
Veteran
Feb 15, 2008
383
0
63
Tenerife
hello, this correct??

[@bich5]
#IF
ISADMIN
#ACT
MISSION 0 334 266 -> move mobs to 334 266 ?
PARAM1 247
PARAM2 261
PARAM3 3
PARAM4 50
MOBPLACE BoneArcher
MOBPLACE BoneSpearman
MOBPLACE BoneCaptain
SENDMSG 0 "Bichon is under attack"
goto @bichon
 

CrusaderIssy

Dedicated Member
Dedicated Member
Jun 19, 2007
31
0
52
hello, this correct??

[@bich5]
#IF
ISADMIN
#ACT
MISSION 0 334 266 -> move mobs to 334 266 ?
PARAM1 247
PARAM2 261
PARAM3 3
PARAM4 50
MOBPLACE BoneArcher
MOBPLACE BoneSpearman
MOBPLACE BoneCaptain
SENDMSG 0 "Bichon is under attack"
goto @bichon


I think instead of MOBPLACE it should be
genposition (X) (Y) Mob Amount

Don't hold me to that though, that could be just the GM command used ingame.

Hope this helps but let me know if not,

Issy :)
 
Upvote 0

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,399
33
195
Germany
Code:
 mongenp "0,538,587,5" NumaSoldier 5          
 AddPath 507, 452
 AddPath 442, 386
 AddPath 467, 373
 ApplyPath "0,538,587,10" NumaSoldier
 ClearPath
 Delaygoto [Grobal] 60 @Next_Mob_Call

This you can use to work with Mission on the Monster.

mongenp and ApplyPath is the Start place, AddPath is the next Position
and the last AddPath is the end Point you need.

538,587 ---> 507, 452 ---> 442, 386 --> 467, 373 (Done Moving)

have Fun
/Coly
 
Last edited:
Upvote 0

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,399
33
195
Germany
ahhh Sorry I see a "0" please delete it here ( ApplyPath "0,538,587,10" NumaSoldier0 <--)
 
Upvote 0

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,399
33
195
Germany
Correct Geo ^^ we have more Mobs with same name and other itemdrop file, for this we use the Number system.

If you made a Mission, you must know if the way clear or if some things to stop the Mob mission like a Wall or other blocked things. so you need on this position a new Coordinat to change the way for the mob.
 
Upvote 0