Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
mNo edit summary
(16 intermediate revisions by 13 users not shown)
Line 9: Line 9:
 
* Bug fixes
 
* Bug fixes
 
| Related =
 
| Related =
* [[Patch 2.4.2|Documented changes]]
 
 
| Prev = 2.4.1
 
| Prev = 2.4.1
  +
|Current=2.4.2
| Next = 3.0.0
+
| Next = 2.4.3
 
}}
 
}}
 
This article lists undocumented changes that have appeared in [[Patch 2.4.2]].
 
This article lists undocumented changes that have appeared in [[Patch 2.4.2]].
  +
  +
   
 
==Quests==
 
==Quests==
Line 24: Line 26:
 
*{{loot|uncommon|Mithril Spurs}} enchant text changed from "Mithril Spurs" to "+4% Mount Speed."
 
*{{loot|uncommon|Mithril Spurs}} enchant text changed from "Mithril Spurs" to "+4% Mount Speed."
 
*The enchant text for [[Enchant Gloves - Riding Skill]] has changed from "Riding Skill" to "+2% Mount Speed."
 
*The enchant text for [[Enchant Gloves - Riding Skill]] has changed from "Riding Skill" to "+2% Mount Speed."
  +
*The cooldown of Power Circle granted by {{loot|epic|Shifting Naaru Sliver}} has been lowered from 2 minutes to 1.5 minute.
 
*The buff granted by {{loot|epic|Shard of Contempt}} has been renamed to "Disdain" to avoid confusion with the Shaman ability [[Heroism]].
 
*The buff granted by {{loot|epic|Shard of Contempt}} has been renamed to "Disdain" to avoid confusion with the Shaman ability [[Heroism]].
  +
*The Scryer proc on the {{loot|epic|Shattered Sun Pendant of Might}} now has the same sound as a warrior charge.
*{{loot|rare|Brewfest Pony Keg}} now has a keg model assigned to your cursor when you select a position to place it.
 
   
 
==Sound==
 
==Sound==
Line 45: Line 48:
 
* Constants GOLD,SILVER and COPPER changed to GOLD_AMOUNT, SILVER_AMOUNT and COPPER_AMOUNT <ref>http://forums.worldofwarcraft.com/thread.html?topicId=6440785021&sid=1</ref>
 
* Constants GOLD,SILVER and COPPER changed to GOLD_AMOUNT, SILVER_AMOUNT and COPPER_AMOUNT <ref>http://forums.worldofwarcraft.com/thread.html?topicId=6440785021&sid=1</ref>
 
* GuildRosterSetOfficerNote - escape characters are now strictly evaluated and require escaping <ref>http://code.google.com/p/epgp/issues/detail?id=162</ref>
 
* GuildRosterSetOfficerNote - escape characters are now strictly evaluated and require escaping <ref>http://code.google.com/p/epgp/issues/detail?id=162</ref>
* Minimap:PingLocation(0,0) is now a restricted function to the Blizzard UI only. <ref>http://forums.worldofwarcraft.com/thread.html?topicId=6440945725&sid=1</ref>
+
* Minimap:PingLocation(0,0) is now a restricted function to the Blizzard UI only if you are currently targeting area of effect spell. <ref>http://forums.worldofwarcraft.com/thread.html?topicId=6440945725&sid=1</ref>
 
* CombatLogSetCurrentEntry() behavior for negative and zero ids is shifted by 1 position. Newest is at 0 (was at -1), oldest is at -CombatLogGetNumEntries() + 1 (was at -CombatLogGetNumEntries())
 
* CombatLogSetCurrentEntry() behavior for negative and zero ids is shifted by 1 position. Newest is at 0 (was at -1), oldest is at -CombatLogGetNumEntries() + 1 (was at -CombatLogGetNumEntries())
 
* Most if not all constants for plural forms (<CONSTANT_NAME>_P1) are eliminated and singular ones updated to use new "|4" escape sequence for generating plural forms.
 
* Most if not all constants for plural forms (<CONSTANT_NAME>_P1) are eliminated and singular ones updated to use new "|4" escape sequence for generating plural forms.
  +
* New 6th parameter "addToStart" added to [[API ScrollingMessageFrame AddMessage|ScrollingMessageFrame:AddMessage]]. When true, adds new message to the opposite end of the message frame.
  +
  +
  +
'''Here is another wiki page discussing observed API changes'''
  +
  +
[[2.4.2_observed_API_changes_at_release]]
   
 
==World environment==
 
==World environment==
Line 68: Line 77:
 
<references/>
 
<references/>
   
{{patches}}
+
{{patches}}<br>
 
[[Category:Patches|2.4.2]]
 
 
[[Category:World of Warcraft patches|2.4.2]]
 
[[Category:World of Warcraft patches|2.4.2]]

Revision as of 03:55, 10 October 2009

Icon-patch-22x22 Patch 2.4.2 (undocumented changes)
Release date 13 May 2008
Initial version 8209
Interface .toc 20400 (changes)
Highlights & notes
  • Bug fixes

Patch chronology
Useful links
PatchesPatches category

This article lists undocumented changes that have appeared in Patch 2.4.2.


Quests

Items

Sound

User interface

  • Chat filters have been fixed.
  • Lines that wrap in chat frames are now indented all subsequent lines after the first.
  • The "Mount" line has been added to the tooltips of all mounts.
  • Sending an \n to chat no longer instantly logs players out. \r cannot be used to place a newline in your messages. Chat messages will be truncated on these codes. If the resulting message length is 0, and channel is "say", "yell", or "emote" other players will see emotes "<player> says something unintelligible.", "<player> yells at his team members.", or "<player> makes some strange gestures." respectively. In most other channels empty messages will be displayed.
  • Players' deaths now correctly appear in the combat log.
  • Confirmation messages when looting BoP items that only you can loot are back.
  • Spaces are added when a character talks in excess of 1 line, this is to prevent players from impersonating a player.
  • Weapon oils placed in a guild bank now show the correct number of charges left.

Lua/XML Changes

Following changes have been made in LUA/XML which would effect macros and addons :

  • Constants GOLD,SILVER and COPPER changed to GOLD_AMOUNT, SILVER_AMOUNT and COPPER_AMOUNT [1]
  • GuildRosterSetOfficerNote - escape characters are now strictly evaluated and require escaping [2]
  • Minimap:PingLocation(0,0) is now a restricted function to the Blizzard UI only if you are currently targeting area of effect spell. [3]
  • CombatLogSetCurrentEntry() behavior for negative and zero ids is shifted by 1 position. Newest is at 0 (was at -1), oldest is at -CombatLogGetNumEntries() + 1 (was at -CombatLogGetNumEntries())
  • Most if not all constants for plural forms (<CONSTANT_NAME>_P1) are eliminated and singular ones updated to use new "|4" escape sequence for generating plural forms.
  • New 6th parameter "addToStart" added to ScrollingMessageFrame:AddMessage. When true, adds new message to the opposite end of the message frame.


Here is another wiki page discussing observed API changes

2.4.2_observed_API_changes_at_release

World environment

Mac

  • New experimental performance tweak added using a combination of full screen glow and multisampling. Add the line SET AllowMultisampleFBO "1" to "/Applications/World of Warcraft/WoWTest/WTF/Config.wtf". Results were positive or neutral in limited testing. [4]

Bugfixes

  • If you stand far away from an NPC with a blue question mark (to interact with), and you hold your cursor on him, the cursor is now displayed properly. Before it disappeared. The cursor is now the same if you hold your cursor on an NPC with a yellow question mark.
  • Tiger mounts now properly make a sound when holding still and pressing the space bar.

References