[Log in / Register]
| News | Chat | Pastebin | Donations | Tutorials | Rules | Forums | Starcraft II |
| Maps | Skins | Icons | Models | Spells | Tools | Jass | Packs |
(Keeps Hive Alive)
Go Back   Warcraft 3 Spells > Spells

Closed Thread
 
LinkBack Thread Tools
Old 12-10-2008, 08:26 PM   #31 (permalink)
Registered User Eccho
Only Tails knows it
 
Eccho's Avatar
 
Join Date: Nov 2006
Posts: 2,291
Eccho is a name known to all (718)Eccho is a name known to all (718)Eccho is a name known to all (718)Eccho is a name known to all (718)
Former Staff Member: This user used to be on the Hive Workshop staff. PayPal Donor: This user has donated to The Hive. Zepyhr Challenge #5 - Winner: Frost Vortex 
I could... Or probably just rename it to Skull of Death:P I do not do recoloring and does not use imported models in my spells yet. Sure, like I said a few posts above the name could be changed^^

Also, the Death Coil skull (you probably meant that one) is looking awful when moving like a parabola. The same goes for arrows for instance. So I basically picked one among those who fits.

But you are definitly right;)
__________________
New spells this year :D
Frozen Orb
Charged Bolt
Eccho is offline  
Old 12-11-2008, 08:50 PM   #32 (permalink)
Registered User redillusions
the dark one
 
redillusions's Avatar
 
Join Date: Dec 2007
Posts: 81
redillusions has little to show at this moment (12)redillusions has little to show at this moment (12)
yea i recently re-installed and my warcraft isnt glitching anymore so i forgot alot, i just need to re-learn everything :P thats why i joined the hive. anyways i guess your right, maybe you could just rename it. Maybe call it boulder bombardment or something like that :P
__________________
The armageddon is coming. . . Armageddon Hero arena
The war between good and evil. . .will. . .commence. . .


redillusions is offline  
Old 12-12-2008, 06:02 AM   #33 (permalink)
Registered User Eccho
Only Tails knows it
 
Eccho's Avatar
 
Join Date: Nov 2006
Posts: 2,291
Eccho is a name known to all (718)Eccho is a name known to all (718)Eccho is a name known to all (718)Eccho is a name known to all (718)
Former Staff Member: This user used to be on the Hive Workshop staff. PayPal Donor: This user has donated to The Hive. Zepyhr Challenge #5 - Winner: Frost Vortex 
Maybe^^. If I do an update of the spell code itself I will consider renaming it. For now on I'll let it be. I am still looking for an option to make awkvard moving missiles better.
__________________
New spells this year :D
Frozen Orb
Charged Bolt
Eccho is offline  
Old 12-26-2008, 10:37 AM   #34 (permalink)
Registered User Dynasti
I'm BACK!!
 
Dynasti's Avatar
 
Join Date: Oct 2007
Posts: 1,304
Dynasti is just really nice (295)Dynasti is just really nice (295)Dynasti is just really nice (295)Dynasti is just really nice (295)Dynasti is just really nice (295)
The new projectile system works flawless except for one thing.

At the end the missile dies in a 90 degree angle so the effect looks kinda odd when sideways, please fix it so that it turns around just beafore the effect is destroyed

Edit: You should really fix so that the missiles aren't affected by walls, trees, etc. Stuff that normal flying units would increase height of.
__________________
Lost in space!
Dynasti is offline  
Old 12-26-2008, 01:18 PM   #35 (permalink)
Registered User xxdingo93xx
I rly dunno what to say..
 
xxdingo93xx's Avatar
 
Join Date: Sep 2007
Posts: 778
xxdingo93xx is a glorious beacon of light (424)xxdingo93xx is a glorious beacon of light (424)xxdingo93xx is a glorious beacon of light (424)xxdingo93xx is a glorious beacon of light (424)xxdingo93xx is a glorious beacon of light (424)xxdingo93xx is a glorious beacon of light (424)
Readme
Note that my rating will not have any influence to moderators reviews.
This review consists out of my personal attidude and opinion about this spell/these spells.


Review

Idea/Creativity: 8/10
Coding: 9/10
Balance: 8/10
Ability Tooltip: 10/10
MUI: Yes (+2/10)
(Yes: +2/10, No: -2/10, MPI: +/-0/10)
Language: vJass (+2/10)
(GUI: +/- 0/10, Jass: +1/10, vJass: +2/10)
Total: 39/40

Medial: 8/10 = 4/5

Viewers Note:
Very close to full score!
This idea is really funny! I like it and I think others do too.
The coding is perfect except of 1 thing:
Jass:
function DoNothing
This hell-like function is pain in my ass xD please, delete it.
The balance is well made but I am kinda missing a seperate damage function for those who want to configure it.
Ability tooltip is standard wc3 tooltip style - full score here.
MUI and vJass -> extra score.
All in all a very nice spell. Deserves a highly recommended, I will rate with 4/5 though because of some stupid flaws (don't take it as an insult, please^^)
__________________
xxdingo93xx is offline  
Old 12-26-2008, 04:27 PM   #36 (permalink)
Registered User Eccho
Only Tails knows it
 
Eccho's Avatar
 
Join Date: Nov 2006
Posts: 2,291
Eccho is a name known to all (718)Eccho is a name known to all (718)Eccho is a name known to all (718)Eccho is a name known to all (718)
Former Staff Member: This user used to be on the Hive Workshop staff. PayPal Donor: This user has donated to The Hive. Zepyhr Challenge #5 - Winner: Frost Vortex 
Waah ^^

There is a reason why the "DoNothing" is there. It prevents antinullleaks, and is not even ran, since the boolexpr before it always returns false... So it will never run!

What separate damage function are you missing? It has the constants for both the main and the split missiles - base and increase per level.

Anyhow thanks for your review Dingo=)

Quote:
At the end the missile dies in a 90 degree angle so the effect looks kinda odd when sideways, please fix it so that it turns around just beafore the effect is destroyed

Edit: You should really fix so that the missiles aren't affected by walls, trees, etc. Stuff that normal flying units would increase height of.
Ill take a look on the first one. As it goes for the second one, sure I could, but this is not a very complex projectile system. It's main purpose in the beginning was to make it look like wc3s rawcoded one. But yeah, I did never check how it looks on cliffs. So yeah, ok^^
__________________
New spells this year :D
Frozen Orb
Charged Bolt
Eccho is offline  
Old 12-28-2008, 02:11 PM   #37 (permalink)
Registered User Dynasti
I'm BACK!!
 
Dynasti's Avatar
 
Join Date: Oct 2007
Posts: 1,304
Dynasti is just really nice (295)Dynasti is just really nice (295)Dynasti is just really nice (295)Dynasti is just really nice (295)Dynasti is just really nice (295)
The new missiles are kinda.. Meh, stick with the old ones
__________________
Lost in space!
Dynasti is offline  
Old 12-28-2008, 07:22 PM   #38 (permalink)
Registered User Eccho
Only Tails knows it
 
Eccho's Avatar
 
Join Date: Nov 2006
Posts: 2,291
Eccho is a name known to all (718)Eccho is a name known to all (718)Eccho is a name known to all (718)Eccho is a name known to all (718)
Former Staff Member: This user used to be on the Hive Workshop staff. PayPal Donor: This user has donated to The Hive. Zepyhr Challenge #5 - Winner: Frost Vortex 
kinda, meh? Thats the best way to look-alike it ._. I never guaranteed that missiles which requires angle rotation would look great. So yes, I am probably sticking to those without as well.
__________________
New spells this year :D
Frozen Orb
Charged Bolt
Eccho is offline  
Old 12-28-2008, 08:32 PM   #39 (permalink)
Registered User Dynasti
I'm BACK!!
 
Dynasti's Avatar
 
Join Date: Oct 2007
Posts: 1,304
Dynasti is just really nice (295)Dynasti is just really nice (295)Dynasti is just really nice (295)Dynasti is just really nice (295)Dynasti is just really nice (295)
Quote:
Originally Posted by Eccho View Post
kinda, meh? Thats the best way to look-alike it ._. I never guaranteed that missiles which requires angle rotation would look great. So yes, I am probably sticking to those without as well.
I MEANT! the lavaballs!! you used flame missiles beafore :P
__________________
Lost in space!
Dynasti is offline  
Old 12-28-2008, 09:33 PM   #40 (permalink)
Registered User Herman
FOOTBALL
 
Herman's Avatar
 
Join Date: Aug 2007
Posts: 924
Herman has little to show at this moment (40)Herman has little to show at this moment (40)Herman has little to show at this moment (40)Herman has little to show at this moment (40)Herman has little to show at this moment (40)
Woah

My interest in Warcraft3 has almost totally pin-pointed on movement systems, mainly projectile systems. How on Earth did you get the Projectiles to spin in the air???

I haven't downloaded this yet... I sort of can't (long story, not important)

Basically, I have been wondering how to spin the projectiles using code for almost 2 years now?

And, I'm also currently working on a Projectile system using OOP programming, I can't tell much now, because it isn't finished, (still gotta complete the test map), but it was designed to be a very very convenient movement system for other vJASS'ers to have an object with which they can have complete control over the movement of a unit.

But yeah, there is no way it could be complete without this new function you have. I can hardly contain my excitement :D
Herman is offline  
Old 12-29-2008, 03:24 AM   #41 (permalink)
Registered User Eccho
Only Tails knows it
 
Eccho's Avatar
 
Join Date: Nov 2006
Posts: 2,291
Eccho is a name known to all (718)Eccho is a name known to all (718)Eccho is a name known to all (718)Eccho is a name known to all (718)
Former Staff Member: This user used to be on the Hive Workshop staff. PayPal Donor: This user has donated to The Hive. Zepyhr Challenge #5 - Winner: Frost Vortex 
Quote:
Originally Posted by Herman View Post
Woah

My interest in Warcraft3 has almost totally pin-pointed on movement systems, mainly projectile systems. How on Earth did you get the Projectiles to spin in the air???

I haven't downloaded this yet... I sort of can't (long story, not important)

Basically, I have been wondering how to spin the projectiles using code for almost 2 years now?

And, I'm also currently working on a Projectile system using OOP programming, I can't tell much now, because it isn't finished, (still gotta complete the test map), but it was designed to be a very very convenient movement system for other vJASS'ers to have an object with which they can have complete control over the movement of a unit.

But yeah, there is no way it could be complete without this new function you have. I can hardly contain my excitement :D
Woah, you have alot of interest in this indeed :D
Yeah, I found out, actually from Dynasti which gave me a hint to look in HindyHat's SEE system. By using the dummy unit which has the animations in which he rotates in an angle of -90 to 90 degrees (animation indexes from 0 to 180). When I found out how the parabola shape was created, I made a derivative to find out its slope. And the turning angle will be arctan of what you get in the derivative:)

Although, when you test it, and experiment it, it may not look as good as you think. It is not exactly the same as the rawcoded wc3's ones, due to the fact that it has to be done in intervals. We could change the interval to something smaller, I guess it will look better that way. But for now on, I hope it's alright:p. I'm glad you seem to like it!

Quote:
Originally Posted by Dynasti View Post
I MEANT! the lavaballs!! you used flame missiles beafore :P
I think the new one look cooler :]
__________________
New spells this year :D
Frozen Orb
Charged Bolt
Eccho is offline  
Old 12-29-2008, 09:51 AM   #42 (permalink)
Registered User Eccho
Only Tails knows it
 
Eccho's Avatar
 
Join Date: Nov 2006
Posts: 2,291
Eccho is a name known to all (718)Eccho is a name known to all (718)Eccho is a name known to all (718)Eccho is a name known to all (718)
Former Staff Member: This user used to be on the Hive Workshop staff. PayPal Donor: This user has donated to The Hive. Zepyhr Challenge #5 - Winner: Frost Vortex 
Hehe, thanks:p
__________________
New spells this year :D
Frozen Orb
Charged Bolt
Eccho is offline  
Old 12-29-2008, 05:28 PM   #43 (permalink)
Registered User Herman
FOOTBALL
 
Herman's Avatar
 
Join Date: Aug 2007
Posts: 924
Herman has little to show at this moment (40)Herman has little to show at this moment (40)Herman has little to show at this moment (40)Herman has little to show at this moment (40)Herman has little to show at this moment (40)
Ohhhhh..... :D Thats terrific!!!

Hmm, I'll need to change my system a little for that, but it'll still be pretty cool

As for the slope, I got it covered. The system I use goes totally on a single interval (constant). The whole thing is designed for total control of the X,Y, and Z movements

Each direction has a speed and acceleration variable, and from here I can use the 'KnockBack Formula' (I call it that because I don't know the name) to determine the appropriate speed and acceleration for dynamic effects.

D(u) = (u+1)*(2a+ub)/2

Where u = intervals (intervals = Time to effect / interval constant...[t/c]), a = speed
and b = acceleration

I was mulling it over, I think this can be used to get the appropriate rotation, I don't think I need a derivative, just split the rotation from T = 0 to T = t (T being a constant provided by the user, and t being real-time, as if the rotation of the projectile was a function of t ... maybe R(t) = (t/c)*(EndRotation/(T/c))

The equation is something along those lines, basically as the t/c approaches T/c, we should get the end rotation of the projectile(and as t/c approaches T/2c we should get a rotation that looks horizontal), but where does the start rotation come in? ... I'm not sure, I will work the whole thing out when I get to it, but I am so very much appreciative :D :D :D

[If you haven't noticed, I don't use the normal physics of having an angle to the arc, I simply didn't learn it that way]

Btw, THANK YOU!!!! :D:D:D:D:D:D:D:D
Herman is offline  
Old 12-29-2008, 06:15 PM   #44 (permalink)
Registered User Eccho
Only Tails knows it
 
Eccho's Avatar
 
Join Date: Nov 2006
Posts: 2,291
Eccho is a name known to all (718)Eccho is a name known to all (718)Eccho is a name known to all (718)Eccho is a name known to all (718)
Former Staff Member: This user used to be on the Hive Workshop staff. PayPal Donor: This user has donated to The Hive. Zepyhr Challenge #5 - Winner: Frost Vortex 
Haha np, though, I am not a genious, and didn't understand everything you said:P

I didnt use the normal physics for this either, as wc3 uses a totally different system itself than what you would have learned in school (acceleration, velocity etc). Let say I was lucky and with patience and conclusions found the most similar one :]
__________________
New spells this year :D
Frozen Orb
Charged Bolt
Eccho is offline  
Old 12-29-2008, 10:59 PM   #45 (permalink)
Registered User Herman
FOOTBALL
 
Herman's Avatar
 
Join Date: Aug 2007
Posts: 924
Herman has little to show at this moment (40)Herman has little to show at this moment (40)Herman has little to show at this moment (40)Herman has little to show at this moment (40)Herman has little to show at this moment (40)
'Tis good :)
Herman is offline  
Closed Thread

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Skull Throne Ghost765 Requests 15 09-06-2008 02:20 PM
Flaming Skull Bob27 Off-Topic 0 09-21-2006 10:33 AM

All times are GMT. The time now is 06:30 AM.






Hosting by SliceHost 
Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.1
Copyright©Ralle