| 07-10-2007, 02:10 AM | #1 |
I know you discontinued updating this system. I am simply terrible at jass and needed pre-made templates. The problem is, I cannot seem to get the spells to work without getting an error. I am using NewGen pack, Caster System 14.0, and the Factory triggers. My suspicion is I am implementing the system incorrectly. Does the 14 series of the caster system work with the spell factory. If so, where does all the code go specifically? Thanks for the help. |
| 07-10-2007, 02:11 AM | #2 |
as far as I know the latest spell factory works correctly with the latest caster system.. |
| 07-10-2007, 02:18 AM | #3 |
Since the latest caster system runs on map initialization rather than the custom code section, I also made the factory do the same. Tell me if I am running the triggers correctly. I have the following triggers running in this order at map initialization. - CSCache - CSSafety - Caster System - Spell Templates With that setup I get the following syntax errors: Undeclared Function AttachedSetHasInt: local boolean nor=AttachedSetHasInt(u , "AuraTemplateSet" , s) Cannot Convert null to Boolean: local boolean nor=AttachedSetHasInt(u , "AuraTemplateSet" , s) Undeclared Function AttachedSetAddInt: call AttachedSetAddInt(u , "AuraTemplateSet" , s) Undeclared Function AttachedSetRemInt: call AttachedSetRemInt(u , "AuraTemplateSet" , s) |
| 07-10-2007, 02:42 AM | #4 |
Is that REALLY latest spell factory? well either way if you really want to use the old one, you can't use the old aura template and orb template with the newest caster system |
| 07-10-2007, 02:45 AM | #5 |
Really? Is there a newer Aura/Orb Template? What should I do to make these things work? |
| 07-10-2007, 10:43 PM | #6 |
Anybody? |
| 07-11-2007, 03:16 AM | #7 |
If the spell factory map in the resource section doesn't have those updated I guess I never released them, it might happen some day, perhaps next time I boot into windows.. |
| 07-11-2007, 04:00 AM | #8 |
Thanks! :-) Hopefully some day soon. |
