[CD3.55] Monster Ai

  • Thread starter Deleted member 16005
  • Start date

Deleted member 16005

Guest
I'm needing a bit of help with monster Ai. On my server Taoists are no longer balanced with pets, the pets are now useless and i've maxed the pets to 255.

So i'm now scripting Ai pet's (which work fine) apart from following the taoist or person renting them.

How would i go about scripting this into the Ai?

Code:
;;不要删掉此行;;; GM可以使用[@reloadmonai DevineTaoist4 "monai_def\DevineTaoist4.txt"]来使脚本生效
[@Numaking, STATUS, 0]

#IF
Human
#ACT
Follow
??


;;----------------------------------------------------------------
;; 下面为火系攻击
;;----------------------------------------------------------------
#IF
Random 1 1
Near 12
#ACT
Spell [3] IceLine 450 (6) FULLMOON Delay 1000
Spell [3] THUNDER 200 (2) ENEMY 9 Delay 1000
break
;;不要删掉此行
 

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
235
UK
If you spawn it as a pet, regardless of it's attack, it should follow the player anyway.

Spawn like a rental pet but with a 12 hour time limit or something of that degree.
 
Upvote 0