• 🏆 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!

Fire Circle Item v1.2

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
Has a 20% chance to create fire circle.Useful item if you would copy it on your map or use it credits me for making it.Please ReadME in triggers for very important.In this case you can change the distance,damage,missile art,and gold cost.You can edit 95% of the item so feel free to edit it.If you want to import it read How to import in triggers.

Keywords:
Has a 20% chance to create fire circle.Useful item if you would copy it on your map or use it credits me for making it.Please ReadME in triggers for v
Contents

Fire Amulet v1.2 (Map)

Reviews
15:59, 1st Jun 2011 Maker: Not MUI, leaks, too simple.

Moderator

M

Moderator

15:59, 1st Jun 2011
Maker: Not MUI, leaks, too simple.
 
Level 11
Joined
Jul 7, 2010
Messages
709
Please us in-game screen shot and post triggers.
EDIT;
This is to simple.

  • Fire Circle
    • Events
      • Unit - A unit Is attacked
    • Conditions
      • ((Attacking unit) has an item of type Amulet of Fire) Equal to True
    • Actions
      • Set Chance_Fire_Circle = (Random integer number between 1 and 5)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • Chance_Fire_Circle Equal to 2
        • Then - Actions
          • Set Distance = (Facing of (Attacking unit))
          • For each (Integer A) from 1 to 12, do (Actions)
            • Loop - Actions
              • Set Distance = (Distance + 30.00)
              • Unit - Create 1 Fire Circle Dummy for (Owner of (Attacking unit)) at (Position of (Attacking unit)) facing Distance degrees
              • Unit - Order (Last created unit) to Undead Dreadlord - Carrion Swarm ((Position of (Attacking unit)) offset by 256.00 towards Distance degrees)
              • Unit - Add a 0.50 second Generic expiration timer to (Last created unit)
        • Else - Actions
Please read some tutorials to further your knowledge.
( It also leaks locations. )
 
Level 7
Joined
Apr 12, 2011
Messages
124
Too simple, not very customiseable, leaks location,
Event - Unit is Attacked can be abused,
set (position of (attacking unit) to a variable and use (triggering unit)
and clear it at the end of the trigger by using
Custom Script: call RemoveLocation(udg_YourVariable)
(Owner of (Attacking Unit)) > Triggering Player
For each (Integer A) from 1 to 12, do (Actions) -- Integer A can bug
You should set ALL values to a variable in an Initzialising trigger
 
Level 12
Joined
Apr 16, 2010
Messages
584
Suggestion: delete it and start over with [self="http://www.hiveworkshop.com/forums/tutorials/"]tutorials[/self]
And specially with the one from WherewolfTherewolf
Hmm i also suggest you to make it about 20% (120%) cooler to be approved, i mean it's simple and not so useful. Although i see you know some shapes=) Good start!
 
Level 7
Joined
Apr 1, 2010
Messages
289
set (position of (attacking unit) to a variable and use (triggering unit)
(Owner of (Attacking Unit)) > Triggering Player

Manasurge you made good points but you made a slight error,
(owner of (attacking unit)) is not = Triggering player, Triggering player is = (owner of(attacked unit))
but Roar workshop you should do what Manasurge said by setting things to a variable, instaed of using attacking unit over and over set attacking unit to a variable, and use it, and set (owner of (attacking unit)) to a variable as well.
 
Last edited:
Level 7
Joined
Apr 12, 2011
Messages
124
Manasurge you made good points but you made a slight error,
(owner of (attacking unit)) is not = Triggering player, Triggering player is = (owner of(attacked unit))
but Roar workshop you should do what Manasurge said by setting things to a variable, instaed of using attacking unit over and over set attacking unit to a variable, and use it, and set (owner of (attacking unit)) to a variable as well.

missed that one ^^ read it too fast
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
No, that's not funny
Have you seen his description on this spell ?

Has a 20% chance to create a fire circle. Really amazing item and very easy to copy just open the map and then read how to import very very easy!! Super easy!! Sorry if it has no screenshot just try it its really cool!!! DOWNLOAD IT NOW!! TRY THE MAP ITS REALLY COOL you can change whole about the thing the damage the whole thing!! V1.1
 
Level 12
Joined
Apr 16, 2010
Messages
584
Well first of all remove the item and make the spell active, i mean use event A Unit Starts the Effect of an Ability, or make spell passive, still remove the item! Next the event A unit is Attacked is bad, as Manasurge said already, use damage detection system, we got plenty of those here, just search and use your imagination ^^
 
Top