Thread: Mesmerize
View Single Post
  #2  
Old 10-22-2016, 09:54 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Lemme take a look at the spell data.

I have the bot command spells load dynamically from the in-memory server reference now..so, it could just be an oversight of the parsing criteria.


(I got some feedback right after the new system's implementation..but, it has been fairly quiet of late. Don't hesitate to ask stuff like this )


EDIT:

It definitely shows up in the available spells:
Code:
"           Mesmerize" tt:07/cc:14/cl:002 /mn:00020/RD:000000/zt:-1/d#:000292/td#:00126/ed#:00035/SAI:012 /e01:0031/b01:000002/m01:000055 /e02:0063/b02:000001/m02:000000 /e03:0254/b03:000000/m03:000000
bot commands spells targettype = 7 (not the same as a spell's normal targettype)
caster class = 14 (enchanter)
caster level = 2


It is registered...

How are you casting it? (Possibly on a mob that is not attackable?)


EDIT2:

I just tested using a lvl 9 bot on a yellow mob and had no issues.

I used the ^mez command.
__________________
Uleat of Bertoxxulous

Compilin' Dirty

Last edited by Uleat; 10-22-2016 at 10:35 PM..
Reply With Quote