| 08-18-2007, 05:44 PM | #1 |
I'm trying to use Vex's spell enrage in my map http://www.wc3campaigns.net/showthread.php?t=91569 Problem is that it plain doesn't work. I will cast the spell and it doesn't even buff them. I changed the spell ID's to the proper ones JASS:private constant integer SpellId = 'A01M' private constant integer BuffAbilityId = 'A01E' I have CSCache, CSSafety, and CasterSystem created by Vex. Is there something else in the trigger I have to modify. It's worth pointing out that Enrage JESP uses version 14.1 of Spell system, while I have 14.3 downloaded. |
| 08-18-2007, 05:54 PM | #2 |
Well did you copy, paste the ability and buff or remake it? |
| 08-18-2007, 05:58 PM | #3 |
I copy and pasted, looked up the new spell ability ID (listed above, already changed), and just altered the radius and duration to my specs. |
| 08-18-2007, 06:33 PM | #4 |
Humm try using the custom script from the enrage spell instade of what you have right now just as a test |
| 08-18-2007, 09:35 PM | #5 |
Nope, didn't do anything different Edit: Ok, I got it working. I didn't copy the dummy caster that is apparently specific to castersystem. But now I can't make the buff appear on the units now. They attack each other, but have no buff. Edit: I fixed it, I still had a different ability referenced in the code. |
| 08-18-2007, 11:18 PM | #6 |
LOL so it all works? |
