Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
General Development
»
Increase 1 attribute Decrease another
Increase 1 attribute Decrease another
04-28-2007, 07:24 AM
#1
C-A-G-E
In my map I have an item that I want to increase strength by 20 and reduce intelligence by 10. Does anyone know how this could be done?
Thx
04-28-2007, 07:30 AM
#2
Dil999
Attribute bonus:
Strength bonus: 20
Intelligence: -10
-.-'
04-28-2007, 07:42 AM
#3
C-A-G-E
You cant do that. I tried it with 'allow negative real values in the object editor' turned on but it still did not work.
04-28-2007, 07:51 AM
#4
Ignitedstar
Did you try holding shift and then press enter? That usually works. If not, trigger it?
04-28-2007, 07:57 AM
#5
C-A-G-E
Wow.
Clicking shift then enter worked!
Thanks a bundle
04-28-2007, 01:14 PM
#6
The)TideHunter(
You clicked allow negative
reals
in the object editor, attributes are integers.
Shift-clicking allows any value to be negative in the object editor.
04-28-2007, 01:22 PM
#7
Captain Griffen
Sure it works in game? Used to be no way in game for an ability to reduce a hero stat, without triggers.
04-28-2007, 08:35 PM
#8
C-A-G-E
Yes it works in game.