PDA

View Full Version : Enchanter Spell Bug


Monkeybutt
03-23-2005, 03:17 PM
Lvl 1 Enchanter Lull spell [15208]
Spell returns:
"Your spell would not take hold"
No matter lvl of mob that it is cast on.
You can although lull yourself. ;)
Feel free to contact me if I can be of further assistance with resolving this issue or if you need more detail. Thanks.

Zero0hm

farce
04-01-2005, 09:57 PM
I'll look into it today for ya. What version of EQemu do you have? I have 0.6.0-RC2.

update:

ok, need to add 'return true;' to line 625 of aggro.cpp. This sets up a rule to allow beneficial spells from clients to mobs. Now, this is a workaround.. since I dont consider lull to be beneficial to a mob. That line needs to go in between the empty {}'s that are like this:

{
}

-farce