[Holley] Mobs Problem

Piciu

Dedicated Member
Dedicated Member
Nov 24, 2007
73
2
54
Hi, I have a problem with adding hit to mob. My problem is when i add new mob i give him 300dc, 6k dc and he miss me all the time still. Do anyone know how to put hit into mob so he hits like 100 or more?
 

osaph

Dedicated Member
Dedicated Member
Jan 1, 2012
55
0
33
the max stats from a mob in hl_monster are 250 u can make a mob with more damage from monais. u will found that in envir
 
Upvote 0

Piciu

Dedicated Member
Dedicated Member
Nov 24, 2007
73
2
54
I done hits in mon ai still doesn't work....

This is what I done:
Code:
;;Do not delete this line
;;; @ReloadMonAi Dan "MonAi_def\Dan.txt"
[@TestMob, STATUS, 1]
#IF
Random 1  20
Near   12
#ACT
Say ""
Power RATE 200
hit [0] FULLMOON Delay 50
Power RATE 100
break

#IF
Random 1  3
Near   12
#ACT
hit [0]
break

#IF
Random 1  10
Near   3
LOWHP  100

#IF
Random 1  20
Near   12
#ACT
Say "Wanna Die?"
Spell [3] Clearstatus 0 (26) ENEMY 11 Delay 60
Spell [3] FireLine 5000 (6) FULLMOON Delay 60
Spell [3] Firewall 6000 5 () SELF Delay 60
break

;;Do not delete this line
 
Upvote 0

Piciu

Dedicated Member
Dedicated Member
Nov 24, 2007
73
2
54
I changed power rates, thing in database nothing works.... Still hit me miss miss miss...
 
Upvote 0