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

Multiple Web, HELP pls

Status
Not open for further replies.
Level 4
Joined
Jul 20, 2005
Messages
107
Any1 know how to do the multiple web skill without using jass?

the effect is the same as Aerial Shackles jus that it does not damage and it is multiple. the caster has to stay where he is in order to web them.

some1 pls help me thx a lot
 
Level 2
Joined
Jul 13, 2005
Messages
21
Not with multiinstance. But for a single unit (1 for each player at most) create group variable array. Add all units in casting area to the array with player number of casting unit. Have a single casting unit type be created by a loop that lasts 1-(number of units in the target area). Have a separate function that orders any casting unit of that specific type to cast the web ability on a unit in the group that also does not have the web buff (in other words not be casted on by another unit). Have another trigger that kills all of this specific caster type when the main unit stops channeling the main ability.

Of course the caster needs to have locust and the web ability and another piece of the trigger will have to set the level of the ability. Use earthquake as the main ability so that it is a channeled AOE ability.
 
Level 4
Joined
Jul 20, 2005
Messages
107
ok... but can u jus make a map for this skill? thx a lot.

actually i wanan do it like forked ligthing. get wat i mean?
 
Level 4
Joined
Jul 20, 2005
Messages
107
... well i am hopeless in jass.... isnt there a way to do it without using jass? it is jus something like forked ligtning... jus that it stop enemy from moving xD
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,201
Such a spell is easy with jass.
Why on earth do you want it in GUI.
GUI leaks and laggs more than advanced scripts.

Just pick all units within an aoe and create 1 Dummy for each unit and add the dummy arial shackle to them and get 1 to cast the spell on one of the picked units in the area.

To stop casting it you need to remove all the dummies when the caster unit is issued an order or aquires a target.
 
Level 4
Joined
Jul 20, 2005
Messages
107
guss i need to learn jass.... can any1 suggest me a link about jass that is easily understand and simple? coz my english standard is not very good
 
Status
Not open for further replies.
Top