Warcraft III resources & community, 2003–2006 · archived

How Much

10 posts
#1

How Much

Just wanna find out how much time do u spend making a spell and what type jass or trigg :D
#2
Well normaly i spend around an 1-2 hours per spells, its just i always test when i add somthing new(makes it very easy to find any bugs if i have them)I'm kinda fast when it comes to triggering stuff for the map.
#3
Umm... with complicated spells I spend even more because it takes me about 3 minutes to enter into the map testing (warcraft...) and have the WE activated as well and opening the WE takes 3 minutes as well. I have a pentium 2 at 533 MHz and this sucks hard. :(
#4
~1 - 1 1/2 hours. i have started creating spells in JASS. i haven't uploaded that many spells as i'm a bit lazy (have too many not completed spells on my comp) :wink:
#5
You know JASS as well? Oh man... This sucks... This simply sucks. Why don't I know JASS??? :x
#6
Jass isn't that hard to understand if you sit down and look at it, i still don't use it cuz i get to many errors.
#7
Ok another qustion (a little stupid :roll: )
how do you create fire in circel around the caster?
and if anybody know how to create a ball, triangle... of lightnings??? (like in the "Atmosphere Spell" I think) :shock:

And by the way good spellls, all of you
#8
Umm... for the circle use the FOR (Integer A) from 1 to 359 action and create at a position of casting unit with polar offset (distance obviously by whatever you want, and degree = Integer A). For the triangle... These are more complicated stuff using Arccosine and whatever stuff. I am trying to understand these stuff as well. I think I'll try a dummy spell using them (for myself... :wink:).
#10
Thanks! I will look at it right away!!!