• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Cell Solar Kamehameha

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
This is my first spell called Solar Kamehameha form dragon ball and two another spell is Taiyoken and Makankosappo(Special Beam Cannon)
Hope you like it
Contents

Just another Warcraft III map (Map)

Reviews
12th Dec 2015 IcemanBo: Too long as NeedsFix. Rejected. 22:38, 19th Jul 2014 BPower: Currently this submission is far away from approval, because of multiple critical issues like waits and leaks. You'll find very good advice and tipps in...

Moderator

M

Moderator

12th Dec 2015
IcemanBo: Too long as NeedsFix. Rejected.

22:38, 19th Jul 2014
BPower:
Currently this submission is far away from approval, because of multiple critical issues like waits and leaks.
You'll find very good advice and tipps in comment 4 (Thanks Tank-Commander)
 

All these spells are full of leaks, especially point leaks since they're never removed. There's also a total lack of configuration, which these spells should all have, additionally, there should be as few imports in a given map as possible, things unecessary like the anime models, should be removed

  • Wait 0.50 seconds
You should never use TSA(Trigger Sleep Action, also know as waits) in submitted spell resources MUI Spells Using Artificial Waits explains how to avoid these

  • Sound - Play kame_charge <gen>
Spells shouldn't really use sound functions, not without a configuration for selecting them and additional important instructions to go with it, anyway

  • Unit - Pause Cell
Pausing units is poor form and should be avoided when possible

  • Time - Every (0.01 / 2.00) seconds of game time
Nope, just nope. Use 0.03 or 0.03125 (if you want to be pedantic about it), nothing faster than that.

  • Taiyoken
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Taiyoken
    • Actions
      • Set TC = (Casting unit)
      • Unit - Create 2 Taiyoken for (Owner of TC) at (Position of TC) facing Default building facing degrees
      • Unit Group - Pick every unit in (Units owned by (Owner of TC) of type Taiyoken) and do (Actions)
        • Loop - Actions
          • Unit - Add a 5.00 second Generic expiration timer to (Picked unit)
This spell is object editor based other than that, and frankly isn't worth it, we only approve incredible-level object editor based spells, and even then it's unlikely to ever be approved

  • Unit - Cause Cell to damage (Picked unit), dealing (400.00 x (Real((Level of Solar Kamehameha for Cell)))) damage of attack type Spells and damage type Normal
While it's nice this damage is triggered, it should really be in a configuration and not hard-coded

  • Camera - Stop swaying/shaking the camera for (Owner of Cell)
Don't use functions which pertain to the game Camera in submitted spells, the rules specifically state no cinematic spells

There's also a tonne of not-at-all-MUI-or-MPI issues on that and you should take a look at a few tutorials before fixing these up to be in a usable state (I'd recommend using a linked list or dynamic indexing), another key thing to note is repetition of funcitons which don't really need to be there, your variables should be more generic and have prefixes to prevent overlap, and you shouldn't label the unit variable "Cell" as it's inappropriate for it's purpose.

That should cover most of the basic problems



Ajijang2013 said:
The spell isn't MUI or GUI. You'd better to take some look on other kamehameha spells right here in the hiveworkshop.

The spell isn't MUI or GUI.


MUI or GUI.

MUI or GUI.

Want to try that again?
 
Level 22
Joined
Sep 24, 2005
Messages
4,821
Try to learn how to make MUI spells bro, then remake this spell. Don't worry, not everyone wants to mock you. Good luck.
 
The spell isn't MUI or MPI. You'd better to take some look on other kamehameha spells right here in the hiveworkshop.

Fixed it for you.

---------------
P.S : we have 1(2?) approved Kamehameha spell in database, give us reason why this is better than the rest.

I assume Tank explains it very well.
I recommend read some tutorial about indexing and Hashtables.
 

Deleted member 219079

D

Deleted member 219079

The spell isn't MUI or GUI. You'd better to take some look on other kamehameha spells right here in the hiveworkshop.

That actually took longer than I'd want to admit to understand the joke :hohum:
 
Level 19
Joined
Aug 8, 2007
Messages
2,765
Am I the only who didn't understand the joke ?

it was in gui. he meant to say mpi, mpi and gui are totally different. gui is the language it was built in and mpi means that different players can cast it at once
 

Wrda

Spell Reviewer
Level 25
Joined
Nov 18, 2012
Messages
1,870
^ Troller
On topic: You shouldn't post another kamehameha spell, we already have 5-6 of them, better check first before posting. (Its quite repetitive posting the same spell).
Look around for some tutorials about MUI. They will help you.
 

Kazeon

Hosted Project: EC
Level 33
Joined
Oct 12, 2011
Messages
3,449


Originally Posted by Ajijang2013
The spell isn't MUI or GUI. You'd better to take some look on other kamehameha spells right here in the hiveworkshop.

The spell isn't MUI or GUI.

MUI or GUI.

MUI or GUI.
Want to try that again?

lool. That's so funny man :xxd:
 
Top