| 07-09-2007, 09:54 AM | #1 |
Hey guys, Firstly, please don't get angry at me if I put this in the wrong section, because I don't know if the problem is the Jass spells, or the spells in the object editor. Ok, the problem is that I have two spells, and for some unknown reason they are causing each other to cast, which causes some very weird effects. I learned Jass very recently, and these are pretty much the first triggers that I have made in Jass, so I don't know if the problem is in the part where it finds out what spell ID it has. When you cast one, the green box goes around itself and the other spell, keeping the green box (the green box it the one that goes around the icon of the ability when u cast it) there for a while. Then, for one of the spells, the cooldown messes up and you can cast it once (this really sucks because then you can cast the really powerful 1 minute cooldown ultimate twice in a row). The two spells that trigger off each other is Arcane Blast, and Magic Flare. Those two spells somewhat follow the JESP standard (not fully though I don't think) so that might help when you are checking the spell ID and such. The triggers for the two spells are in the first folder in the trigger editor named Spells. Thanks in advance. |
| 07-09-2007, 10:06 AM | #2 |
I didn't check the map or anything but the first thing that comes to mind is that maybe your two spells are based on the same one, and have the same order ID? I could be wrong. |
| 07-09-2007, 10:18 AM | #3 |
Max is right... Arcane Blast and Magic Flare has the same ID. I dont know if that is the problem though. |
| 07-09-2007, 10:22 AM | #4 |
Thanks guys. I just asked Rao Dao Zoa on hive workshop chat if he knew what was happening, and he said the same thing. However, he says that you can't change the Text - Order String - Use/Turn on thing (the order id). As a direct quote, he said "Like I said, it's worthless; you can't mess with that shit." Anyway, thanks for the help, and +rep to u both. |
| 07-09-2007, 09:19 PM | #5 |
You can change the OrderId for 1 spell: channel. Just base all your custom abilities off of that. EDIt: Oh, and this would be a "General Development" thing. |
| 07-09-2007, 11:27 PM | #6 |
As an aside, i believe you can also change the Order ID on "Charge Gold and Lumber", as well. Just in case some people don't know. |
