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

how make a item with 100 damage?

Level 3
Joined
Mar 30, 2023
Messages
15
Hi, I've been working with World Editor for a while now and I know pretty much everything I need

Except this!
I don't know how to make an item that can do 100 damage or increase attack speed by 100% :(
Like dota items and other maps

Please introduce an easy method without needing jass (I have heard good things about replace)

Is this possible with aura of ability? How
I want the extra green combo to come without the player realizing it has an aura or ability

Thank you very much :D
 
Last edited:

Uncle

Warcraft Moderator
Level 64
Joined
Aug 10, 2018
Messages
6,552
Hi, I've been working with World Editor for a while now and I know pretty much everything I need

Except this!
I don't know how to make an item that can do 100 damage or increase attack speed by 100% :(
Like dota items and other maps

Please introduce an easy method without needing jass (I have heard good things about replace)

Is this possible without aura ability? is it possible?

Thank you very much :D

Hello, so Items use abilities as a way to add stats. They also support up to 1 active ability which can be used to cast a spell:

items.png
item ability.png


All you have to do is add two abilities to your Item, one that grants +100 attack damage and one that grants +100% attack speed:

final.png


In the above picture I copied the abilities that Claws of Attack +12 and Gloves of Haste use and modified them to be more powerful. I then added both of those new abilities to my new custom Item.

It's not too difficult to figure this stuff out yourself, just look at what Blizzard did with their Items. Claws of Attack and Gloves of Haste both show us how to use bonus stats like damage and attack speed. For an activatable item, look at something like Kelen's Dagger of Escape which casts Blink. For items with charges, check out Healing Salve which can be used 3 times before perishing. Everything that you need has already been created in some form or another.

Edit: Also, this thread belongs in the World Editor Help Zone forum. This is about as On-Topic to Warcraft 3 as you can get :p
 
Last edited:
Level 3
Joined
Mar 30, 2023
Messages
15
Hello, so Items use abilities as a way to add stats. They also support up to 1 active ability which can be used to cast a spell:

View attachment 466208View attachment 466209

All you have to do is add two abilities to your Item, one that grants +100 attack damage and one that grants +100% attack speed:

View attachment 466210

It's not too difficult to figure this stuff out yourself, just look at what Blizzard did with their Items. Claws of Attacks and Gloves of Haste both show us how to set things up. For an activatable item, look at something like Kelen's Dagger of Escape. For items with charges, check out Healing Salve. Everything that you need has already been created in some form or another.
How to change damage or attack speed?
My problem is this
 
Level 3
Joined
Mar 30, 2023
Messages
15
I want the extra green combo to come without the player realizing it has an aura or ability

Hello, so Items use abilities as a way to add stats. They also support up to 1 active ability which can be used to cast a spell:

View attachment 466208View attachment 466209

All you have to do is add two abilities to your Item, one that grants +100 attack damage and one that grants +100% attack speed:

View attachment 466210

In the above picture, I copied the abilities that Claws of Attack +12 and Gloves of Haste use and modified them to be more powerful. I then added both of those new abilities to my new custom Item.

It's not too difficult to figure this stuff out yourself, just look at what Blizzard did with their Items. Claws of Attack and Gloves of Haste both show us how to use bonus stats like damage and attack speed. For an activatable item, look at something like Kelen's Dagger of Escape. For items with charges, check out Healing Salve. Everything that you need has already been created in some form or another.
i havent data
i need this NewGen WE?
 
Level 3
Joined
Mar 30, 2023
Messages
15
Hello, so Items use abilities as a way to add stats. They also support up to 1 active ability which can be used to cast a spell:

View attachment 466208View attachment 466209

All you have to do is add two abilities to your Item, one that grants +100 attack damage and one that grants +100% attack speed:

View attachment 466210

In the above picture, I copied the abilities that Claws of Attack +12 and Gloves of Haste use and modified them to be more powerful. I then added both of those new abilities to my new custom Item.

It's not too difficult to figure this stuff out yourself, just look at what Blizzard did with their Items. Claws of Attack and Gloves of Haste both show us how to use bonus stats like damage and attack speed. For an activatable item, look at something like Kelen's Dagger of Escape. For items with charges, check out Healing Salve. Everything that you need has already been created in some form or another.

Edit: Also, this thread belongs in the World Editor Help Zone forum. This is about as On-Topic to Warcraft 3 as you can get :p
thank you i know!
i should download object editor
my editor is old:D
do you can send link your object editor?
 
Last edited:

Uncle

Warcraft Moderator
Level 64
Joined
Aug 10, 2018
Messages
6,552
thank you i know!
i should download object editor
my editor is old:D
do you can send link your object editor?
What are you playing, Reign of Chaos v1.0!? :peasant-grin:

I think any patch made in the last 15 years will have everything I showed you. No fancy tricks needed, just the standard World Editor.

 
Last edited:
Level 3
Joined
Mar 30, 2023
Messages
15
Update your game. It’s literally free and you do not need to own Reforged.

If you don’t, you’re really just handicapping yourself for no reason. Most resources and suggestions/help given by anyone here will be useless to you.

You can open object editor by clicking on the helmet icon in the top-bar of the editor (see image).View attachment 466260
i know broxD but i havent date in setting items
 
Level 39
Joined
Feb 27, 2007
Messages
5,016
i havent date in setting items
Nobody knows what you mean by this. Literally none of us. I understand you are not a native English speaker, so we are doing our best to interpret what you're saying and give suggestions but you just keep saying the same exact thing multiple times without elaborating or showing pictures. We are all guessing because most of the things you could mean don't make any sense.

  1. Open your map.
  2. In the top menu bar, click the button for the "Object Editor". Remixer showed what that looks like here.
  3. You should then see a few different tabs for different categories of objects: Units, Items, Destructables, Doodads, Abilities, Buffs/Effects, Upgrades. Uncle showed what that looks like here.
  4. Click on the Items tab (refer to Uncle's post).
  5. Find the item that you want to make give +100 damage and +100% attack speed and click on it. Inspect its list of abilities (refer to Uncle's post where he shows the Claws of Attack +12 damage bonus ability).
  6. You will need to create an ability and add it to this item's ability list. That ability will give +100 damage. You will need to find an appropriate item damage bonus ability to base this ability on, make a copy of it, and change the ability's Data - Attack Bonus field to 100. (Refer to Uncle's post.)
  7. Do the same thing with a +100% attack speed ability.
If you cannot edit item data directly in the Object Editor, either your installation is completely messed up and you should reinstall from scratch... or you're playing on extremely old patch (like literally Reign of Chaos in 2002).
 
Level 3
Joined
Mar 30, 2023
Messages
15
Nobody knows what you mean by this. Literally none of us. I understand you are not a native English speaker, so we are doing our best to interpret what you're saying and give suggestions but you just keep saying the same exact thing multiple times without elaborating or showing pictures. We are all guessing because most of the things you could mean don't make any sense.

  1. Open your map.
  2. In the top menu bar, click the button for the "Object Editor". Remixer showed what that looks like here.
  3. You should then see a few different tabs for different categories of objects: Units, Items, Destructables, Doodads, Abilities, Buffs/Effects, Upgrades. Uncle showed what that looks like here.
  4. Click on the Items tab (refer to Uncle's post).
  5. Find the item that you want to make give +100 damage and +100% attack speed and click on it. Inspect its list of abilities (refer to Uncle's post where he shows the Claws of Attack +12 damage bonus ability).
  6. You will need to create an ability and add it to this item's ability list. That ability will give +100 damage. You will need to find an appropriate item damage bonus ability to base this ability on, make a copy of it, and change the ability's Data - Attack Bonus field to 100. (Refer to Uncle's post.)
  7. Do the same thing with a +100% attack speed ability.
If you cannot edit item data directly in the Object Editor, either your installation is completely messed up and you should reinstall from scratch... or you're playing on extremely old patch (like literally Reign of Chaos in 2002).
where is Data - Attack bouns?
how make ability for Damage or armor and...
 

Attachments

  • Shot 0001.png
    Shot 0001.png
    60.2 KB · Views: 13
Last edited:

Uncle

Warcraft Moderator
Level 64
Joined
Aug 10, 2018
Messages
6,552
where is Data - Attack bouns?
how make ability for Damage or armor and...
I already explained this... Look at the very first reply in the thread. I even provided pictures so you can't mess up.

Let's try this again:
Please.png


You can copy and paste ANYTHING in the left-hand side of the Object Editor to create your own Units/Items/Destructibles/Doodads/Abilities/Buffs/Upgrades. So you could copy the Item Damage Bonus (+10) ability, increase it's Attack Bonus to 100, and change it's Name to something that makes sense to you. Then go back to your Item and add this new ability to the item's list of Abilities. Again, I show how to do this in my first post.
 
Last edited:
Level 3
Joined
Mar 30, 2023
Messages
15
Nobody knows what you mean by this. Literally none of us. I understand you are not a native English speaker, so we are doing our best to interpret what you're saying and give suggestions but you just keep saying the same exact thing multiple times without elaborating or showing pictures. We are all guessing because most of the things you could mean don't make any sense.

  1. Open your map.
  2. In the top menu bar, click the button for the "Object Editor". Remixer showed what that looks like here.
  3. You should then see a few different tabs for different categories of objects: Units, Items, Destructables, Doodads, Abilities, Buffs/Effects, Upgrades. Uncle showed what that looks like here.
  4. Click on the Items tab (refer to Uncle's post).
  5. Find the item that you want to make give +100 damage and +100% attack speed and click on it. Inspect its list of abilities (refer to Uncle's post where he shows the Claws of Attack +12 damage bonus ability).
  6. You will need to create an ability and add it to this item's ability list. That ability will give +100 damage. You will need to find an appropriate item damage bonus ability to base this ability on, make a copy of it, and change the ability's Data - Attack Bonus field to 100. (Refer to Uncle's post.)
  7. Do the same thing with a +100% attack speed ability.
If you cannot edit item data directly in the Object Editor, either your installation is completely messed up and you should reinstall from scratch... or you're playing on

Hello, so Items use abilities as a way to add stats. They also support up to 1 active ability which can be used to cast a spell:

View attachment 466208View attachment 466209

All you have to do is add two abilities to your Item, one that grants +100 attack damage and one that grants +100% attack speed:

View attachment 466210

In the above picture I copied the abilities that Claws of Attack +12 and Gloves of Haste use and modified them to be more powerful. I then added both of those new abilities to my new custom Item.

It's not too difficult to figure this stuff out yourself, just look at what Blizzard did with their Items. Claws of Attack and Gloves of Haste both show us how to use bonus stats like damage and attack speed. For an activatable item, look at something like Kelen's Dagger of Escape which casts Blink. For items with charges, check out Healing Salve which can be used 3 times before perishing. Everything that you need has already been created in some form or another.

Edit: Also, this thread belongs in the World Editor Help Zone forum. This is about as On-Topic to Warcraft 3 as you can get :p
Oh, I've never seen an item in the ability section
There was no need to copy at all
Thank You sir:D
 
Top