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

Warcraft III - Patch 1.29

Status
Not open for further replies.
Level 32
Joined
Apr 2, 2013
Messages
3,953
Patch 1.29 is now LIVE!


patch 1.29 banner.PNG


More information, full patch notes, and commentary:

[CONTINUE READING]
[Blizzard Thread] - [Hive Discussion]

EDIT: 1.29.1 Hotfixes - 1.29 Troubleshooting
 
Last edited:
Level 32
Joined
Apr 2, 2013
Messages
3,953
Continued Reading & Patch Details

After the PTR release in February and a followup update in March, it was only a matter of time until 1.29 hit the main servers. Patch 1.29, undoubtedly one of the biggest WC3 updates ever, is finally live! Once you launch Warcraft III and log onto battle.net, you'll have the patch downloaded and ready for action. Remember that these new patches only work on the official version with a CD Key.

The patch fired on multiple cylinders ranging from technical QoL improvements, to meta changing balance updates, to an expansion of modding capabilities for our beloved World Editor. We detailed most of these changes on the previous PTR threads, but there are some tweaks and additions here and there. Check it out:

hivearticlepatch1-29-01-png.292388

- Widescreen: The game now supports true 16:9 widescreen; the game no longer requires to be stretched to fit a wide resolution.

- 24 Players: Maps are able to be created and played online with up to TWENTY-FOUR players! Prepare for some map makers to go overboard with this!

- 12 New Colors: Please welcome Maroon, Navy, Turquoise, Violet, Wheat, Mint, Peach, Lavender, Coal, Snow, Emerald, and Peanut to the faction/player color palette! (Thanks to @Erkan and others for helping)

- Streamer/Caster API: An officially supported Streamer/Caster API that allows us to read out information about gold, lumber, food usage, APM and more when observing games live. No more need to use sketchy hacks for this!

- Bug fixes: Mac client launches, clans can be created again, various missing textures located (Thanks to @TriggerHappy for the test map)

hivearticlepatch1-29-02-png.292389

- Hero Balance Changes:
- Heroes: 13 main-race heroes and 6 tavern heroes wield changes, both minor and meta changing
- Move Speed: Many heroes had their move-speed increased from 270 -> 290 and some heroes had durations toned down, possibly making for slightly faster gameplay
- Buff: Dreadlord, Crypt Lord, Far Seer, Priestess of the Moon, Shadow Hunter, Keeper of the Grove, Firelord, Goblin Tinker, Goblin Alchemist, Dark Ranger
- Nerf: Blademaster, Demon Hunter
- Adjust: Mountain King, Warden, Paladin
- Map Pools: All ladder mode map pools (1v1, 2v2, 3v3, 4v4, and FFA) have been updated with vanilla maps and edited(LV) vanilla maps. See the full map pool list and specific balance details in the full patch notes linked at the bottom.

hivearticlepatch1-29-03-png.292390


- World Editor limit expansions: These raised limits speak for themselves. Go crazy modders!
- Object limit increased to 30,000
- Neutral Units 2,048
- Neutral Buildings - 384
- Player Units - 4,320
- Player Buildings - 2,400
- Items - 1,024

- Map size limit increased to 480 x 480
- Tile slot limit increased to 16
- Max execution number increased to 3,000,000
- Max food limit increased to 999
- Max resource limit increased to 9,999,999
- Array size increased from 8,192 to 32,768

- Total of 90 New Natives: New natives add an array of new possibilities and more control in the editor. @Kam with the help of our users also pioneered the discussion in a Blizzard producer update.
- Full control over special effects : scale, rotate, pitch and more! Say goodbye to dummy units for missiles systems or effect systems.
- Enhanced control over abilities, items and units.
- Even responses to mouse actions; mouse hovering and all. Get ready for more innovative arcade maps.

New Natives

  • native BlzGetTriggerPlayerMouseX takes nothing returns real
  • native BlzGetTriggerPlayerMouseY takes nothing returns real
  • native BlzGetTriggerPlayerMousePosition takes nothing returns location
  • native BlzGetTriggerPlayerMouseButton takes nothing returns mousebuttontype
  • native BlzSetAbilityTooltip takes integer abilCode, string tooltip, integer level returns nothing
  • native BlzSetAbilityActivatedTooltip takes integer abilCode, string tooltip, integer level returns nothing
  • native BlzSetAbilityExtendedTooltiptakes integer abilCode, string ExtendedTooltip, integer level returns nothing
  • native BlzSetAbilityActivatedExtendedTooltip takes integer abilCode, string ExtendedTooltip, integer level returns nothing
  • native BlzSetAbilityResearchTooltiptakes integer abilCode, string researchTooltip, integer level returns nothing
  • native BlzSetAbilityResearchExtendedTooltip takes integer abilCode, string researchExtendedTooltip, integer level returns nothing
  • native BlzGetAbilityTooltip takes integer abilCode, integer level returns string
  • native BlzGetAbilityActivatedTooltip takes integer abilCode, integer level returns string
  • native BlzGetAbilityExtendedTooltiptakes integer abilCode, integer level returns string
  • native BlzGetAbilityActivatedExtendedTooltip takes integer abilCode, integer level returns string
  • native BlzGetAbilityResearchTooltiptakes integer abilCode, integer level returns string
  • native BlzGetAbilityResearchExtendedTooltip takes integer abilCode, integer level returns string
  • native BlzSetAbilityIcon takes integer abilCode, string iconPath returns nothing
  • native BlzGetAbilityIcon takes integer abilCode returns string
  • native BlzSetAbilityActivatedIcon takes integer abilCode, string iconPath returns nothing
  • native BlzGetAbilityActivatedIcon takes integer abilCode returns string
  • native BlzGetAbilityPosX takes integer abilCode returns integer
  • native BlzGetAbilityPosY takes integer abilCode returns integer
  • native BlzSetAbilityPosX takes integer abilCode, integer x returns nothing
  • native BlzSetAbilityPosY takes integer abilCode, integer y returns nothing
  • native BlzGetAbilityActivatedPosX takes integer abilCode returns integer
  • native BlzGetAbilityActivatedPosY takes integer abilCode returns integer
  • native BlzSetAbilityActivatedPosX takes integer abilCode, integer x returns nothing
  • native BlzSetAbilityActivatedPosY takes integer abilCode, integer y returns nothing
  • native BlzGetUnitMaxHP takes unit whichUnit returns integer
  • native BlzSetUnitMaxHP takes unit whichUnit, integer hp returns nothing
  • native BlzGetUnitMaxMana takes unit whichUnit returns integer
  • native BlzSetUnitMaxMana takes unit whichUnit, integer mana returns nothing
  • native BlzDeleteHeroAbility takes unit whichUnit, integer abilCode returns nothing
  • native BlzSetItemName takes item whichItem, string name returns nothing
  • native BlzSetItemDescriptiontakes item whichItem, string name returns nothing
  • native BlzGetItemDescriptiontakes item whichItem returns string
  • native BlzSetItemTooltip takes item whichItem, string name returns nothing
  • native BlzGetItemTooltip takes item whichItem returns string
  • native BlzSetItemExtendedTooltip takes item whichItem, string name returns nothing
  • native BlzGetItemExtendedTooltip takes item whichItem returns string
  • native BlzSetItemIconPath takes item whichItem, string name returns nothing
  • native BlzGetItemIconPath takes item whichItem returns string
  • native BlzSetUnitName takes unit whichUnit, string name returns nothing
  • native BlzSetHeroProperName takes unit whichUnit, string name returns nothing
  • native BlzGetUnitBaseDamage takes unit whichUnit, integer weaponIndex returns integer
  • native BlzSetUnitBaseDamage takes unit whichUnit, integer baseDamage, integer weaponIndex returns nothing
  • native BlzGetUnitDiceNumber takes unit whichUnit, integer weaponIndex returns integer
  • native BlzSetUnitDiceNumber takes unit whichUnit, integer diceNumber, integer weaponIndex returns nothing
  • native BlzGetUnitDiceSides takes unit whichUnit, integer weaponIndex returns integer
  • native BlzSetUnitDiceSides takes unit whichUnit, integer diceSides, integer weaponIndex returns nothing
  • native BlzGetUnitAttackCooldown takes unit whichUnit, integer weaponIndex returns real
  • native BlzSetUnitAttackCooldown takes unit whichUnit, real cooldown, integer weaponIndex returns nothing
  • native BlzSetSpecialEffectColorByPlayer takes effect whichEffect, player whichPlayer returns nothing
  • native BlzSetSpecialEffectColor takes effect whichEffect, integer r, integer g, integer b returns nothing
  • native BlzSetSpecialEffectAlpha takes effect whichEffect, integer alpha returns nothing
  • native BlzSetSpecialEffectScale takes effect whichEffect, real scale returns nothing
  • native BlzSetSpecialEffectPosition takes effect whichEffect, real x, real y, real z returns nothing
  • native BlzSetSpecialEffectHeight takes effect whichEffect, real height returns nothing
  • native BlzSetSpecialEffectTimeScaletakes effect whichEffect, real timeScale returns nothing
  • native BlzSetSpecialEffectTime takes effect whichEffect, real time returns nothing
  • native BlzSetSpecialEffectOrientation takes effect whichEffect, real yaw, real pitch, real roll returns nothing
  • native BlzSetSpecialEffectYaw takes effect whichEffect, real yaw returns nothing
  • native BlzSetSpecialEffectPitch takes effect whichEffect, real pitch returns nothing
  • native BlzSetSpecialEffectRoll takes effect whichEffect, real roll returns nothing
  • native BlzSetSpecialEffectX takes effect whichEffect, real x returns nothing
  • native BlzSetSpecialEffectY takes effect whichEffect, real y returns nothing
  • native BlzSetSpecialEffectZ takes effect whichEffect, real z returns nothing
  • native BlzSetSpecialEffectPositionLoc takes effect whichEffect, location loc returns nothing
  • native BlzGetLocalSpecialEffectX takes effect whichEffect returns real
  • native BlzGetLocalSpecialEffectY takes effect whichEffect returns real
  • native BlzGetLocalSpecialEffectZ takes effect whichEffect returns real
  • native BlzGetUnitArmor takes unit whichUnit returns real
  • native BlzSetUnitArmor takes unit whichUnit, real armorAmount returns nothing
  • native BlzUnitHideAbility takes unit whichUnit, integer abilId, boolean flag returns nothing
  • native BlzUnitDisableAbilitytakes unit whichUnit, integer abilId, boolean flag, boolean hideUI returns nothing
  • native BlzUnitCancelTimedLife takes unit whichUnit returns nothing
  • native BlzIsUnitSelectable takes unit whichUnit returns boolean
  • native BlzIsUnitInvulnerabletakes unit whichUnit returns boolean
  • native BlzUnitInterruptAttack takes unit whichUnit returns nothing
  • native BlzGetUnitCollisionSize takes unit whichUnit returns real
  • native BlzGetAbilityManaCosttakes integer abilId, integer level returns integer
  • native BlzGetAbilityCooldowntakes integer abilId, integer level returns real
  • native BlzSetUnitAbilityCooldown takes unit whichUnit, integer abilId, integer level, real cooldown returns nothing
  • native BlzGetUnitAbilityCooldown takes unit whichUnit, integer abilId, integer level returns real
  • native BlzGetUnitAbilityCooldownRemaining takes unit whichUnit, integer abilId returns real
  • native BlzEndUnitAbilityCooldown takes unit whichUnit, integer abilCode returns nothing
  • native BlzGetUnitAbilityManaCost takes unit whichUnit, integer abilId, integer level returns integer
  • native BlzGetLocalUnitZ takes unit whichUnit returns real
  • native BlzDecPlayerTechResearched takes player whichPlayer, integer techid, integer levels returns nothing
  • native BlzSetEventDamage takes real damage returns nothing

[URL='https://us.battle.net/forums/en/bnet/topic/20762137149?]FULL PATCH NOTES[/URL]

Not included in this thread but in the patch notes: All minor bug fixes, minor issues, full map pool list, and all hero balance adjustment stats.

Special thanks to ~Nightmare for the thumbnail banner design and Wareditor for the text / icon headers. "Mad Goblin Technician" artwork is credited to LieSetiawan and is property of Blizzard.
Special thanks to Blizzard, our community, and peer communities for making Warcraft III in 2018 possible!
 
Last edited:
Level 21
Joined
Mar 15, 2010
Messages
240
Is there any guide for patching? I'm having some issues. I'm using Windows 10.

My current version is 1.27. When I'm downloading through battlenet it tells me to restart the game, but then it says that 'Warcraft 3 is already running'.

I'm also getting an error message when I try to download through the Warcraft 3 launcher, it says "Whoops! Looks like something broke" everytime I reach 78%
 

The Panda

Icon Reviewer
Level 57
Joined
Jun 2, 2008
Messages
8,893
Is there any guide for patching? I'm having some issues. I'm using Windows 10.

My current version is 1.27. When I'm downloading through battlenet it tells me to restart the game, but then it says that 'Warcraft 3 is already running'.

I'm also getting an error message when I try to download through the Warcraft 3 launcher, it says "Whoops! Looks like something broke" everytime I reach 78%

Thats what happen to me with the last patch, not sure what the issue is, it shouldnt be hard to update a patch but for some reason it is..
 
Level 1
Joined
Apr 11, 2018
Messages
1
WTF, my wc3 updated today to 1.29.0.9055 and it turned to 4:3 resolution... I can't set it to 16:9 cause Fixed Aspect Ratio is missing...
 
Level 7
Joined
Jun 28, 2017
Messages
317
Does Patch 1.29 compatible with the Patch 1.26-1.28 maps? I don't think the new patch can work with maps with older patches (Patch 1.26-1.28). If not, i'll so unpleased.


I'll update my game (along with logging in to bnet to patch/update) until i finish playing my current campaign (The Founding of Durotar), if the newest patch is compatible with the old maps. :)
 
Level 21
Joined
Dec 4, 2007
Messages
1,473
Most impressive, trying to patch as of now!

edit: A new era has come indeed!
 
Last edited:

deepstrasz

Map Reviewer
Level 68
Joined
Jun 4, 2009
Messages
18,706
Does Patch 1.29 compatible with the Patch 1.26-1.28 maps?
A great deal of the effort was maintaining compatibility and not reversely breaking it.

I can already smell Warcraft 4...
They could do it like they upgraded World of Warcraft over time, engine and all.


Alright though, there are still things to be fixed and explained like:
- Temporarily disabled Fixed Aspect Ratio in Video Options
- Certain elements in World Editor overlap
- PlaySpecialEffect is disabled for now
among others.
 
Last edited:

deepstrasz

Map Reviewer
Level 68
Joined
Jun 4, 2009
Messages
18,706
Level 6
Joined
Jun 29, 2011
Messages
181
- Streamer/Caster API: An officially supported Streamer/Caster API that allows us to read out information about gold, lumber, food usage, APM and more when observing games live. No more need to use sketchy hacks for this!

Anyone has the source for this?

And by the way... I expected that after the long PTR usage they would released the patch deeply tested. The forums are being massacred by bugs and more bugs.

After the extremely bad recent patch history we've had, I think there is no excuse anymore.
 
  • Like
Reactions: pyf

deepstrasz

Map Reviewer
Level 68
Joined
Jun 4, 2009
Messages
18,706
And by the way... I expected that after the long PTR usage they would released the patch deeply tested. The forums are being massacred by bugs and more bugs.
While I agree to some extent, the Classic Team doesn't have that many employees from what I know. I have found no game breaking/crashing bug, so a soft patch soon will answer most of the inconveniences, methinks.
 

HB.

HB.

Level 3
Joined
May 6, 2017
Messages
44
Interestingly, some of the balance changes were applied to RoC, some weren't (even though Kam said that balance-wise RoC wouldn't be affected).

Examples:
- sleep and carrion swarm cost less now
- farsight costs 0 mana now
- the speed of TC, DL, etc is still the same
- spirit wolves are still 200 hp
 

deepstrasz

Map Reviewer
Level 68
Joined
Jun 4, 2009
Messages
18,706
How do you apply the patch changes to existing campaigns? For example, Storm Bolt is still 350 damage instead of 325 with the new patch.
The game's campaigns were saved with earlier patch versions. No need to worry about that.

I cant set warcraft to full screen cuz the 'fixed aspect ratio' button is missing. Could someone tell me how to fix this pls?
Sadly, they took the widescreen support off for the menu but ingame it's OK. However I wish they would leave 2 options: one as it is now ingame and the stretched version as before.
 
Last edited:
Level 1
Joined
Mar 2, 2018
Messages
3
So with these native names are maps modified with the PTR going to work in the updated World Editor?
Not having much luck with my recently started project during the PTR phase. My live editor crashes violently when trying to open a PTR editted map. Why on earth wouldn't it carry over?
 
Last edited:
Status
Not open for further replies.
Top