| 04-03-2007, 03:19 PM | #1 |
ok, im making this skil, it shoots a shockwave based skill in a circle so it looks like it blasts away from 1 spot, theres no delay inclueded they all shoot at the same time, can figure it out ![]() (im using a dummy and the summon skill of that dummy is based on statis trap, i know how that works, dun wory bout that) |
| 04-03-2007, 03:40 PM | #2 |
Ok, what's the question/problem? |
| 04-03-2007, 03:49 PM | #3 |
ok im trying to make a dummy shoot a shock wave based skill in the angles: 0, 45, 90, 135, 180, 225, 270, 315, 360(aka 0) Can you help me on this??? -i got the dummy skill -just need to know how to make it shoot in a cirlce -NO JASS, thank you |
| 04-03-2007, 04:29 PM | #4 |
If you want n sockwaves, Make a loop from 0 to n-1, then pick i*(360/n) as angle and do a polar projection, use 10.0 at distance, use a dummy to cast shockwave against the polar projected point. |
| 04-03-2007, 04:47 PM | #5 |
Shit shit shit your avatar is freaking me out. But yes, do what Vexorian said. Be careful to keep the dummy unit alive for as long as the shockwaves go though, I think if it gets destroyed too soon it wont register the kills for you. |
| 04-03-2007, 04:59 PM | #6 |
well vexorian i dun understand what ur saying and st33m its invulnerable, i thought of that problem xD, im using gui btw, i cant use jass, unno how to :P AND its supposed to shoot a circle, so it deletes itself after it shot the shockwave |
| 04-03-2007, 05:05 PM | #8 |
Erm no, I meant don't destroy it. But whatever. It sounds like you're either good or you figured it out. I would post code for this but I cant do it off the top of my head and I dont have wc3 with me atm. EDIT: Oh he did it.^ |
| 04-03-2007, 05:12 PM | #9 |
urm no expiration timer axtualy, casts and removes itself, thats what im trying to accomplish but il try ur thing vexorian |
| 04-03-2007, 05:48 PM | #10 |
ok sorry for the dubble post but this is something i gotta say: vexorian, it doesn't work, tryed it didnt work st33m, i love freaking ppl out ![]() |
| 04-03-2007, 05:54 PM | #11 |
Just edit next time >> And your avatar is freaking me out cause its the avatar my friend uses... |
| 04-03-2007, 05:59 PM | #12 |
I made this very same skill a long ago using that method, so I am kind of sure it works, how about posting some code? |
| 04-03-2007, 06:01 PM | #13 |
well i prefer no jass, unno how that works so, i dun trust things of wich i unno how it works xD (it only shoots the shockwave once, not 8 times) and st33m i found it on google, DUN BLAME ME, BLAME GOOGLE |
| 04-03-2007, 06:07 PM | #14 |
I meant what about YOU POST THE CODE that doesn't seem to be working? |
| 04-03-2007, 06:09 PM | #15 |
its the exact same thing u used :S could it bee cozz my summon skill already summons something AND it has 15 levels |
