mikael_schiffer wrote:
1)How to increase the level cap of a hero in a map/scenerio.Like make a hero(even enemie heroes) go up to level 20,30...
2)Some maps made by other have really cool items.Like a Claw that does
100 damage, or Cloak of Flames that does
30 damage instead of
10.
HOW THE HELL DO THEY CHANGE THE VALUES??
3) Cant we make
ordinary units into heroes?
4) ANd how to make some
Hero/Unit skills more powerfull(like Holy Light healing 1000 HP) or make the skill level go
higher than 3(like Holy Light lvl 4,5,6...)
Note : The following presumes you have Warcraft 3 : The Frozen Throne and not just the original Warcraft 3. If you don't have the expansion then you will simply not be able to do most of the stuff from below.
#1) It is in the Gameplay constants, when your WE initially loads, search in the main menus for "Advanced" and then Gameplay constants will be in the sub-menu.
Once in Gameplay constants, don't forget to check "Use Custom Gameplay Constants".
#2) Basically, it is under the tabs of "Items" and "Abilities" in the Object Editor. To access the Object Editor, it is in the main menu of "Modules" of the main WE window.
You need to know that items are basically tied to specific abilities.
For example, the item "Ring of Protection +2" relies on the ability "Item Armor Bonus (+2)". The item's reference to the ability causes to put the ability's effect on the item thus in other words you need to modify the ability at the very base (and potencially have to assign this ability to the wanted item's abilities if the item doesn't have it).
You can simply check "Abilities - Abilities" of a item's properties to which ability/abilities. As far I remember, War3 only considers 3 passive abilities (ex : stat boosts) and 1 active ability (ex : some spell that must be manually used) of an item.
#3) If you want make new custom heroes, you need to base your new unit on an existing hero.
#4) Find the corresponding ability from the "Abilities" tab in the Object Editor then you can modify many values you wish including the two you mentionned.