I doubled-checked the old code and it is using the same spell.
The only difference is the newer code is more 'restrictive' about who/what can be cast on.
All bot command-based spells use this newer restrictive code as well
and exhibits closer behavior to the actual spell system. [edit]
Usage is essentially:
- target the mob that you want to mez
- use the command
^mez with an enchanter spawned and active (grouped)
https://github.com/EQEmu/Server/blob...mand.cpp#L3366
The new command uses an actionable bots criteria of spawned..
..meaning that the bot can be in your group, another's group or a botgroup.
The old system required that the enchanter bot be in your personal group.
Try it out on different mobs and see if your results are the same.