[CD3.55] MongenP in mapquest

Join Discord

DarkSouls

Loyal Member
Loyal Member
May 27, 2014
114
0
42
Hello Guys.

Im trying to generate a Mondie mapquest


but my mobs are not spawning the Msgs are coming up so i know its reading the Files but no mobs spawning any idea to why?

Mapquest.txt part

mapname [0] 0 [MonDie] monstername * [MapQuest_Def\textfile] [@main]

part 2 QuestDiary\MapQuest_Def\textfile

[@main]
#ACT
Eventmsg Grobal "you have awoken xxxxxxxx, now you shall suffer!"
Delaygoto [Local] 30 @xxxxxxxxxx
Mov A1 %USERMAP
Mov A2 %USERx <<<<this bit is ment to grp teleport too>>>>>>>>>>
Mov A3 %USERY
FormatStr "%s,%s,%s,0" %A1 %A2 %A3
GroupMove %A9 %Username


[@xxxxxxxxx]
#ACT
Eventmsg Grobal "Ancientmino ROARRRRS!!!"
MonGenP Mapname 30 20 0 XXXXXXX
MonGenP Mapname 20 20 5 XXXXXXX
MonGenP Mapname20 35 5 XXXXXXX


any changes to success will be mostly appreciated


DarkSouls
 

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
235
UK
[@main]
#ACT
Eventmsg Grobal "you have awoken xxxxxxxx, now you shall suffer!"
MonGenP Mapname 30 20 0 XXXXXXX
MonGenP Mapname 20 20 5 XXXXXXX
MonGenP Mapname20 35 5 XXXXXXX
Delaygoto [Local] 30 @xxxxxxxxxx


[@xxxxxxxxx]
#ACT
Eventmsg Grobal "Ancientmino ROARRRRS!!!"
Mov A1 %USERMAP
Mov A2 %USERx <<<<this bit is ment to grp teleport too>>>>>>>>>>
Mov A3 %USERY
FormatStr "%s,%s,%s,0" %A1 %A2 %A3
GroupMove %A9 %Username

You have the delaygoto leapfrogging the the groupmove and 30 seconds is a long delay. MongenP not set up correctly, see example below. Don't forget Mob names are case sensitive plus you have to put the number of mobs.

Example:

mongenp "3,206,118,10" Hen 15
Map 3
x=206
y=118
radius=10
 
Upvote 0

DarkSouls

Loyal Member
Loyal Member
May 27, 2014
114
0
42
SCION_2 [0] 0 [MonDie] Minotaur1 * [MapQuest_Def\SCION_2] [@main]

[@main]
#ACT
Eventmsg Grobal "you have awoken Ancientmino, now you shall suffer!"
MonGenP SCION_2 30 20 0 AncientMino 1
MonGenP SCION_2 20 20 5 LightningGuard 5
MonGenP SCION_2,20 35 5 FireGuard 5
Delaygoto [Local] 5 @ancientmino


[@ancientmino]
#ACT
Eventmsg Grobal "Ancientmino ROARRRRS!!!"
Mov A1 %USERMAP
Mov A2 %USERx
Mov A3 %USERY
FormatStr "%s,%s,%s,0" %A1 %A2 %A3
GroupMove %A9 %Username



still no mobs i only added the Text to see if it was reading the files and the text coming up but still no mobs and i can not figure out why

it should be a simple kill one mob in that map and then generates the Spawn.
 
Upvote 0