• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

How to temporarily transform your hero to a different unit based on an item?

Status
Not open for further replies.
Level 2
Joined
Mar 5, 2023
Messages
18
I want to make an item that temporarily transforms your hero to a different unit. You see there's this item I'm making called Steel Guardian's Ring and I also want to add a battle golem's birth animation to it but I don't know how. So what I want is to morph my hero to a battle golem and add a battle golem's birth to it but by using that item's ability but how?
 

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,866
Hello, is it an activated ability or does it happen the moment you acquire the ring? Also, which version of Warcraft 3 are you on? Understand that each version introduces new features/bugs and you'll only be able to open maps that are <= the version you're on. It's important to let us know so that we can help you to the fullest extent.

Also, note that this sounds like it'll require a somewhat advanced trigger due to the fact that you want ANY type of Hero to morph. If it's just one type of Hero (like only the Archmage for example) then it becomes a lot easier.
 
Level 2
Joined
Mar 5, 2023
Messages
18
Hello, is it an activated ability or does it happen the moment you acquire the ring? Also, which version of Warcraft 3 are you on? Understand that each version introduces new features/bugs and you'll only be able to open maps that are <= the version you're on. It's important to let us know so that we can help you to the fullest extent.

Also, note that this sounds like it'll require a somewhat advanced trigger due to the fact that you want ANY type of Hero to morph. If it's just one type of Hero (like only the Archmage for example) then it becomes a lot easier.
It's a paladin and yes, the moment he acquires the ring, he'll have an item ability that temporarily transforms him to the steel guardian unit( battle golem model) but I don't know how to do it and I'm using the warcraft 3 not the reforged version
 

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,866
Okay, so what you're going to want to do is look into the Demon Hunter's Metamorphosis ability. This "morph" ability can be modified to transform a Normal Unit (Paladin) into an Alternate Form (Battle Golem). The Alchemist's Chemical Rage is another option if you want some extra modifiers.

Now to do this properly you're going to want to make sure that your Battle Golem is an exact copy of the Paladin. Then proceed to edit it's model and any other little details you may want.

If you get confused just look into how Blizzard managed this with the Demon Hunter. Every little detail can be important.

The Birth animation may be a little tricky, I'll play around with the idea in the editor and let you know what I find.

Also, you never answered my question about your game version. Are you on the latest patch?
 
Level 2
Joined
Mar 5, 2023
Messages
18
Okay, so what you're going to want to do is look into the Demon Hunter's Metamorphosis ability. This "morph" ability can be modified to transform a Normal Unit (Paladin) into an Alternate Form (Battle Golem). The Alchemist's Chemical Rage is another option if you want some extra modifiers.

Now to do this properly you're going to want to make sure that your Battle Golem is an exact copy of the Paladin. Then proceed to edit it's model and any other little details you may want.

If you get confused just look into how Blizzard managed this with the Demon Hunter. Every little detail can be important.

The Birth animation may be a little tricky, I'll play around with the idea in the editor and let you know what I find.

Also, you never answered my question about your game version. Are you on the latest patch?
Idk. How can I check the world editor's version?
 
Idk. How can I check the world editor's version?
1678031622120.png

Help -> About. See "Version".
 

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,866
I've checked my

I've checked mine and it's version 1.26
Damn, you're living in 2011, lol. You update it through the game's launcher on the BNET app. You don't have to buy Reforged but you will be forced into upgrading your game to the "Reforged" version which is larger in size, more buggy, and possibly lacking features. But, for the most part it's okay and it's necessary if you want to play your map on the BNET. It does come with A LOT of editor improvements.
 
Last edited:
Level 2
Joined
Mar 5, 2023
Messages
18
Damn, you're living in 2011, lol. You update it through the game's launcher on the BNET app. You don't have to buy Reforged but you will be forced into upgrading your game to the "Reforged" version which is larger in size, more buggy, and possibly lacking feature But, for the most part it's okay and it's necessary if you want to play your map on the BNET.
bnet?
 

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,866
Battlenet. The thing we've been using to play these games online all of these years, although they have a shiny "new" app for it:
I'm guessing you don't play a lot of Blizzard games (anymore) :p

Also, I got the Birth animation working like this:
  • SGR Uses The Ring
    • Events
      • Unit - A unit Uses an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to Steel Guardian's Ring
    • Actions
      • Animation - Play (Triggering unit)'s birth animation
      • Animation - Queue (Triggering unit)'s stand animation
This trigger should work on any version.

I attached a map with the ring in action. Note that I added a bunch of extra stuff that I thought looked cool, lol.
 

Attachments

  • Steel Guardians Ring 1.w3m
    26.4 KB · Views: 6
Last edited:
Level 2
Joined
Mar 5, 2023
Messages
18
Battlenet. The thing we've been using to play this game all of these years, although they have a shiny "new" app for it:

I'm guessing you don't play a lot of Blizzard games (anymore) :p
I can't connect to battle net for some reason also I don't want to upgrade my wc3 to reforge. I just want the classic one to it's latest version
 

Attachments

  • wc3 error.png
    wc3 error.png
    507.1 KB · Views: 19

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,866
I can't connect to battle net for some reason also I don't want to upgrade my wc3 to reforge. I just want the classic one to it's latest version
That's not the BNET app. You need to upgrade Wc3 to Reforged if you want the latest version which is done through the app. Understand that this doesn't mean you need to buy Reforged, you can upgrade for free you just won't get access to the HD graphics.

But some people choose to patch to a stable 1.31 version (last patch before Reforged) and keep the classic client. But again, this classic client is abandoned, you can't play anything besides singleplayer/LAN on it. At least not on an official Blizzard server.

 
Last edited:
Level 34
Joined
May 14, 2021
Messages
1,599
I can't connect to battle net for some reason also I don't want to upgrade my wc3 to reforge. I just want the classic one to it's latest version
You can't access the Battle.net for updating the Classic WC3 because Blizzard killed both Reign of Chaos and The Frozen Throne in favour of Reforged.
If you want to get non-Reforged WC3, you should refer to this thread below. Keep in mind, you'll still need an original CD-keys and there is no options to play the game online with official Battle.net server, which means you can only play singleplayer or LAN.
Also: Wrong forum. Please ask problems relating to Warcraft III in Warcraft Discussion, not from this one. It's all about World Editor.
 
Status
Not open for further replies.
Top