Request your GUI spells here!

Status
Not open for further replies.

N(O.O)B

New Member
Reaction score
27
Ditto

The hero copies the enemy/friendly hero's base skills and abilities for 10/20/30 sec (along with their model). This also includes the hero's attributes. (idk about this one, but If the hero has low mana and copies a mage, it will be hard to incorporate that without copying the attributes as well).

1 min cooldown.

Note - the hero keeps their current items and level, etc.

Everything else to whomever creates this - let your imagination run free concerning effects and levels of the ability.

Thanks in advance.

If you still need this ability I've made it for you, it basically stores the Hero you target in a game cache, hides the Hero casting the spell and then restores the targeted Hero at the place where your hero stands. This is probably the only way to do this as (I think) there is no way to change the model of a unit once inside the game (nor the attack damage) :(. I've also prevented the cloned hero from gaining experience/picking up items, if you wish to have that changed (or need anything else) just ask me :D
 

tooltiperror

Super Moderator
Reaction score
231
If you still need this ability I've made it for you, it basically stores the Hero you target in a game cache, hides the Hero casting the spell and then restores the targeted Hero at the place where your hero stands. This is probably the only way to do this as (I think) there is no way to change the model of a unit once inside the game (nor the attack damage) :(. I've also prevented the cloned hero from gaining experience/picking up items, if you wish to have that changed (or need anything else) just ask me :D

You should store it in a hashtable, I think.
 

ZZY

New Member
Reaction score
1
Vicious Mirror

I would like the skill to create this effect around the caster http://www.hiveworkshop.com/forums/models-530/grandaura-50011/?prev=search=grand&d=list&r=20&t=8 and create 8 dummy units (one for easch point on the star) (the dummy units should be illidan "morphed" scaled to about .60) After this is created they all slide down into the \/ on there part of the star then merge into one dummy (the same, removing one is and leaving the other is fine).
s1.jpg


Then they shoiuld stay there maby a 1/2 second then they should all fly up above the caster's head and merge into one. (Removing all the dummies and making one new one that hovers and, spawning him above the casters head without any merging units is fine)

s1-1.jpg


stay here for a 1/2 sec
Then the dummy comes down on to the ground and the circle ( if you could make it get brighter till it dissapears, but if not I UNDERSTAND) it would have like a war stomp idea when the dummy hits the ground.

It would do damage both times the dummies slid.

Here is a video of the skill in the game i got the idea from.

http://www.youtube.com/watch?v=etjq1pg4EWE

Thanks in advance very much and if your not up to this tremendous challenge i understand ;)
 

Moridin

Snow Leopard
Reaction score
144
@ INCINERATE: Alright...that particular condition didn't work. I wasn't sure it would. However, I don't think you should simply request a waveform spell here, as you would get the same results / similar results. I really suggest you start a new thread with this problem (include the waveform triggers + the region move triggers) and I'm sure someone would help you modify the code to work properly.
 

Moridin

Snow Leopard
Reaction score
144
I've finished Ultimate Defense. Seems to be MUI, and I'm making it leakless. Will upload soon.

Edit: Leakless as far as I can see. Should work fine. A few notes:

-> I've used the Paladin's Devotion Aura as the passive that triggers the spell effect. All you have to do is change Devotion Aura to some other spell in the triggers.

-> For the effect of the demonstration, I have also altered the AOE of duration aura to 600, so you can see which units are affected by Ultimate Defense when you test.

-> You will need the following variables:
Defenders -> Unit group variable
Randomizer -> Integer variable
Temp_point -> Point variable
Temp_point_2 -> Point variable

and here's the map:
View attachment [Spell Request]Ultimate Defense - Hildagarn.w3x
 

Moridin

Snow Leopard
Reaction score
144
Lol. I was wondering if it was finished :p. It's ok though, took me very little time and allowed me to test a few things I was unsure of.

Glenphir, update your first post! :p

Edit: You can use whichever one you want to...I don't mind.
 

dondonda

New Member
Reaction score
3
ok i have a few requests..

First spell i need is one that when i hero begins avatar ability the hero also has the ability to knockback any enemy it attacks while its in avatar.

I also need another knockback ability only with this one i need it to be so that the hero targets a unit with the knockback, then the unit gets knocked back and any units it hits will be damaged as well as the knocked unit.
 

Moridin

Snow Leopard
Reaction score
144
For Toss, please search the forums. I'm pretty sure it's done before (will post a link if I find it).
Edit: Found it

For the first spell. Do you have a name for it? Also, would simply adding greater bash to the unit whenever he casts avatar and remove it when avatar wears off work?
 

killbuzz

Member
Reaction score
9
Triple Throw
(autocast)

each attack throws 3 (whatever missile model u want) dealing 5/10/15/20% of your current agility (showing a floating text like "+29" above the attacked unit
, it must work autocasting or not autocasting. just like the glaives of wisdom in dota (if you played it) but 3 times in an attack/cast


please do this i am making an DPS hero and this is the priority in him, thanks!

hint: you can use poison arrows and use its buff to make the dmg detection system.

Spell is done, as I said before there is no way for it be auto-cast. Finger of Death Lightning is used for the spell, if you'd like me to change it just say so. To import into your map, simply copy-paste the 2 spells, the custom unit, and lastly the trigger folder. :)
 

INCINERATE

New Member
Reaction score
12
@ INCINERATE: Alright...that particular condition didn't work. I wasn't sure it would. However, I don't think you should simply request a waveform spell here, as you would get the same results / similar results. I really suggest you start a new thread with this problem (include the waveform triggers + the region move triggers) and I'm sure someone would help you modify the code to work properly.


why would i get the same results? first of all the spell wasnt mui anyway.. and glenphir seems to be able to make all his spells mui .. and the fact i have had 0 problem with glens spell. i do think that if anyone could do it, GLEN can ..

let him answer if he doesn't want to do it, dont talk for other ppl.. like for e.g i notice you told that other guy to get toss else where, have you even tested the map you linked? it doesn't work ..says some kind of library error. and if you think ppl can fix that, they wouldn't need to be requesting spells in the first place...

Spell request if anybody can .

Mui -Waveform. the caster turns into a waterwave and dashs towards the target with water special effects damaging everything in its way.. upon reaching either the target or the ground target chosen, it will stop moving.

So basically its shockwave with the caster moving with it i thinks. ( if you do some sort of hiding hero in the trigger) see if its possible to not have it bugg for e.g say if i was to waterwave into a tavern region where it moves heros instantly.. i might end up never being able to select the hero again .
 

Moridin

Snow Leopard
Reaction score
144
If Glenphir wants to do it, then I have no objections. As for toss....I suggested the webpage because it's been done before and I feel it's a waste of time if people do the same spells again and again. I think you need newgen for it, which is why the library error popped up for you (If it's in the approved section of resources, it generally works).
 

INCINERATE

New Member
Reaction score
12
i have new gen................. and resaved it in newgen........ it still would not work , anyway off topicness, thanks for trying to help .. i still put some +cred.
 

Moridin

Snow Leopard
Reaction score
144
Copied from trigger:

Requires:
//* - "TT" trigger copied to your map, if not already there
//* - The "Toss" ability copied to your map
//* - A vJASS Preprocessor
 

INCINERATE

New Member
Reaction score
12
that would make sense if i even tried to copy the spell to my map..

all i did was press test map on the original linked map, and it didn't work . are you going to say that the Original map for the testing doesn't already have that stuff in it?
 
Status
Not open for further replies.
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top