Its poible to make BOSS what can prevent para?

Join Discord

TritoN

LOMCN Veteran
Veteran
Aug 21, 2003
474
1
114
unfortunatly state of paralysis stops any ai script from working (as long as the specific mob is paraed) so that wouldnt be a solution...we search for something similar too on olymp tbh
 
Upvote 0

Nightwolf

Developer
VIP
Jul 16, 2003
2,133
21
285
Manchester, UK
i been trying create the omacaptain AI but dont seem tobe working atm this is the script for that

Code:
;;Do not delete this line
;;; @ReloadMonAi OmaCaptain "MonAi_def\OmaCaptain.txt"
[@OmaCaptain, STATUS, 1]
#IF
Near   3
LOWHP  40
HIGHHP 10
#ACT
Say "You come here to destroy us, we will never die."
Jump 10
Spell [3] HEALING 100 (23) SELF Delay 3000
Spell [3] HEALING 100 (23) FRIEND 9 Delay 3000
break

#IF
Near   8
LOWHP  40
HIGHHP 10
#ACT
RUNAWAY
break

#IF
Random 1  3
Near   12
#ACT
hit [0]
Spell [3] FIREBOMB 200 () ENEMY 9
break

#IF
Random 1  10
Near   12
#ACT
hit [0]
Spell [3] FIREBOMB 250 (9) ENEMY 9 Delay 500
SETSTATUS 0
break

;;Do not delete this line

the rest work such as demonicicecaptain
 
Upvote 0

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,399
33
195
Germany
The Mob has the right Race for AI ? (255)

and, if you make this new or change on the Fly and Reload the mob, you see no change on the mob. Only New Respawned Mobs use the Reloadet things.

@Triton no Solution for this Problem -.- I Know we have the same Problem with IG and Para. I have recreate the Script and now the IG Runns away form the Player ^^, its to nice ...
 
Upvote 0

TritoN

LOMCN Veteran
Veteran
Aug 21, 2003
474
1
114
yes yes on olymp we have some special ai mobs on new provinces who dodges attacks and runs away while healing itself but still same..if player somehow manages to para the mob ai stops working and mob is dead hehe
 
Upvote 0