• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Question about avatar state

Status
Not open for further replies.
Level 11
Joined
Dec 31, 2007
Messages
780
ok... (you took a picture of avenger form but avatar was above, am i correct?)

now.. how can i make a trigger to dissable it? whre can i find the "disable avatar skill option"?

hum... my skill cant be disabled... ill try some things out
 
Level 8
Joined
Mar 23, 2007
Messages
302
what u want a unit to do?
Tell more about it.
see , there is another way to dissable this ability.
but we need to simulate this ability..

and EVERYBODY loves a simultated ability, u can do whatever u want with id, dissable tripple cast or globalize it ^^.

just tell us more about your wishes.
 
Level 11
Joined
Dec 31, 2007
Messages
780
well... i have an avatar style ability... it turns you inmune to magic, makes you grow and increases your damage...

sometimes in the game a tournament happens and i want to disable this skill while the unit is under its effect... i mean... if the unit casts this skill it will go with magic inmunity to the tournament (if he casts it before tournament starts) and i want to remove his magic inmunity, increased damage, and size if the tournament beggins... thats why i asked if it is possible to remove the effect of avatar while in effect

if you need further info about it tell me
 
Level 8
Joined
Mar 23, 2007
Messages
302
you ould splitt the avatar to other abilities...
blood lust for the grwo
inner fire like for the damage
and the magic immune potion.

as far as i know those have buffs , and so they can be removed wiht
triggers, whenerver u want.
 
Level 14
Joined
Nov 18, 2007
Messages
1,084
When the tournament starts, you could use this to remove the effects of Avatar:
  • Unit - Remove Avatar buff from TheUnitWithAvatar
Then, you could disable the ability with
  • Player - Disable Avatar for ThePlayer
After the tournament, you could enable Avatar again with
  • Player - Enable Avatar for ThePlayer
 
Level 11
Joined
Dec 31, 2007
Messages
780
i do this when it starts and when it finishes

Then, you could disable the ability with
  • Player - Disable Avatar for ThePlayer
After the tournament, you could enable Avatar again with
  • Player - Enable Avatar for ThePlayer

ill try this out:

  • Unit - Remove Avatar buff from TheUnitWithAvatar


EDIT: wait... i already removed its buff and nothing happened... my skill is a modified version of normal avatar... but i dont know how to disable it while avatar is running (little blue bar in experience bar place)
 
Last edited:
Level 8
Joined
Mar 23, 2007
Messages
302
or i have another idea,

if u know how to use the hiden spel book(disabled spell book)
then u can give the unit 2 avatar skills.

1. would be normal

2. would be a very short kind of avatar, like for 1 second or so.

and when u want to end it, just order the unit to cast the
hiden avatar, MB this overrides the normal one and ends in 1 second then.
 
Level 14
Joined
Nov 18, 2007
Messages
1,084
EDIT: wait... i already removed its buff and nothing happened... my skill is a modified version of normal avatar... but i dont know how to disable it while avatar is running (little blue bar in experience bar place)

Do you have a custom buff of Avatar? If you do, then you should remove that custom buff instead of Avatar. It would look like
  • Unit - Remove CustomAvatarBuff buff from TheUnitWithAvatar
I just assumed you were using the same buff as Avatar.
 
Level 11
Joined
Dec 31, 2007
Messages
780
yes i have a custom buff... and yes i remove it and nothing happened

EDIT: i tried with the "issue order Mountain king - Avatar" but nothing hapened... besides... in the object editor the ability says that it adds a buff to the unit... but the buff is not there (yes, buff has icon) so i cant remove it... (even thou i dont think its gonna work removing it)


any other idea?

PS: i cant find the "deactivate avatar" option... :S
 
Last edited:
Status
Not open for further replies.
Top