Target Type 20.
Target Type is supposed to be AoE Lifetap, but it isn't, and it doesn't work.
Here's a picture of it actually in the PHP Editor. http://i.imgur.com/h2ZzzIu.png And here's a picture of what happens when I cast a spell with it, this is a default spell, id 8438 (Immortal Bonds). http://i.imgur.com/UiOE3GQ.png |
Not all of the target types are implemented, this is one of them.
Edit: you can try adding Code:
case ST_TargetAETap: |
I did that and it still says that it doesn't know the target type. My code is below.
Code:
case ST_UndeadAE: //should only affect undead... |
You need to break; after ST_AETarget: unless you actually want all three of those cases to apply to TargetAETap.
Not your issue with getting unknown target type but would be an issue. Quote:
|
I pushed it, it should work, at least it worked for me with those changes :P
|
All times are GMT -4. The time now is 11:39 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.