[CD3.55] Fps Group And Respawn 1 Boss

smoochy boys on tour

Tinerfe

Loyal Member
Loyal Member
Mar 15, 2016
26
0
27
Hola, Soy nuevo por aqui y tengo la siguiente duda.
Como puedo hacer que un boss haga salir otro y al mismo tiempo de fps a todo el grupo//

Hi, I'm new here and I have the following question.
As I can make a boss make out another and at the same time the whole group fps.
 

Josiko

LOMCN Veteran
Veteran
Loyal Member
Apr 4, 2010
428
8
44
Spain
MapQuest.txt

[Map] [Flag] [n] [Activer] [Creature] [Item] [Rute] [Open script] [Group]
D6025 [000] 0 [MonDie] MoonEvilTongs * [MapQuest\MoonEvilTongs] [@Main] group

Now you have a bucle script for any of group members.
In your script can add: Fp's, gold, integrals, especial items, experience...

#ACT
MOV D4 %P9 ; move d4 to (p),its a storage.

#IF
CHECKFAME
#ACT
INC D4 1; Can add famepoints number.
sysmsg "You obtain a +1 FamePoints ! "
BREAK
 
Upvote 0

Tinerfe

Loyal Member
Loyal Member
Mar 15, 2016
26
0
27
If that and tried but I get so many Mobs as there are people in the group, I just want to leave one boss

thanks
 
Upvote 0

Josiko

LOMCN Veteran
Veteran
Loyal Member
Apr 4, 2010
428
8
44
Spain
;;Script respawn boss (creature)

#IF
#ACT
Mov A0 %USERMAP
Mov A1 %USERX
Mov A2 %USERY
ForMatStr "%s,%s,%s,1" %A0 %A1 %A2
MonGenP "%A9" NameBoss 1 1 ;Nameboss , Number , Near
 
Upvote 0

Tinerfe

Loyal Member
Loyal Member
Mar 15, 2016
26
0
27
the idea I have is to appear in another room.


Or as I can do that you can not enter a room if not dead boss but not by npc

thanks all
 
Upvote 0

Josiko

LOMCN Veteran
Veteran
Loyal Member
Apr 4, 2010
428
8
44
Spain
Use mapmove map x y, and the boss can put you the map when respawn

Mov A0 %USERMAP ;MAP mov a0 "D024"
Mov A1 %USERX ;X
Mov A2 %USERY ;Y
 
Upvote 0

Josiko

LOMCN Veteran
Veteran
Loyal Member
Apr 4, 2010
428
8
44
Spain
If you want once, can't apply group.. or can add it:

#IF
!Checkmonmap MAP 1 NAMEBOSS
#ACT
;;Script up;;
Eventmsg [Grobal] "Mensage global....."
BREAK

Its have a little problem, if boss exist in 'KR' you can't invoke a new boss.
Can add a delaygoto and apply a clear map in time.
 
Upvote 0