Wowpedia

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

READ MORE

Wowpedia
 
No edit summary
 
Line 1: Line 1:
  +
{{removedfromgame|patch=4.0.3a}}
−
{{Stub/API}}
 
  +
{{#data:itemtip
−
{{wowapi}}
 
  +
|name=Crate of Grimtotem Horns
−
Warcraft patch 3.2 came out on Tuesday, August 4, 2009. As with every content patch, certain changes have been made to the API. This list is an attempt at consolidating the changes, both announced and observed.
 
  +
|quality=common
  +
|icon=inv_crate_05
  +
|bind=Quest
  +
|unique=1
  +
|ilvl=1
  +
|itemid=9462}}
 
== Source ==
  +
This item was provided when you started the quest {{questlong|Horde|45|A Grim Discovery (2)}}.
   
  +
== Crate of Grimtotem Horns as a quest objective ==
  +
*{{questlong|Horde|45|A Grim Discovery (2)}}
   
  +
==External links==
−
== Development Tools ==
 
  +
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
−
* The default UI now contains versions of some popular (I may be biassed) tools for UI developers - /dump, /eventtrace, /framestack, and /reload [1]
 
  +
Links that do not conform to the rules will be DELETED.
−  
  +
Repeat violations may result in a BAN.
−
== Saved Instances ==
 
  +
Have a nice day. :) -->
−
* ''updated'' [[API GetSavedInstanceInfo|GetSavedInstanceInfo]](index) -- added two bools to return: instanceIDMostSig, isRaid'''[1]'''
 
  +
{{Elinks-item|9462}}
−
* ''updated'' [[API GetInstanceLockTimeRemaining|GetInstanceLockTimeRemaining]]() -- Added Bool isPreviousInstance to return (part of the extend instance stuff) '''[1]'''
 
−  
−
== Quest Difficulty ==
 
−
=== Functions ===
 
−
* ''removed'' [[API GetDifficutlyColor|GetDifficutlyColor]](level) -- Replaced by GetQuestDifficultyColor(level) [3]
 
−
* ''new'' [[API GetQuestDifficultyColor|GetQuestDifficultyColor]](level) -- exact replacement for GetDifficutlyColor(level) [3]
 
−  
−
=== Arrays ===
 
−
Not sure of where these arrays live (global? FrameUI? QuestUI?), but this very subtle change broke several addons, so it's being included here
 
−
* ''removed'' "QuestDifficultyColor" array -- Replaced by "QuestDifficultyColors" array
 
−
* ''new'' "QuestDifficultyColors"array -- exact replacement for "QuestDifficultyColor" array
 
−  
−
== Unit Functions ==
 
−
* ''updated'' or ''removed'' [[API UnitIsPlusMob|UnitIsPlusMob]](unitID) -- (not 100% sure, but believed to have been removed)
 
−  
−
== Quest Maps ==
 
−
There's support for points of interest on the map associated with quests, the API functions are:
 
−
* ''new'' [[API QuestMapUpdateQuest|QuestMapUpdateQuest]](index) -- Is 'index' the normal quest log index? '''[1]'''
 
−
* ''new'' [[API QuestMapGetQuestName|QuestMapGetQuestName]](index) '''[1]'''
 
−
* ''new'' [[API QuestMapGetPOIInfoForQuest|QuestMapGetPOIInfoForQuest]](questIndex, poiIndex) '''[1]'''
 
−  
−
=== Quest API ===
 
−
* ''undocumented'' [[API GetAbandonQuestName|GetAbandonedQuestName]]()
 
−
* ''undocumented'' [[API GetAbandonQuestItems|GetAbandonQuestItems]]()
 
−
* ''undocumented'' [[API GetQuestLogSpellLink|GetQuestLogSpellLink]]()
 
−  
−
== Spell Casting ==
 
−
=== Casting Events ===
 
−
Spell casting events and queries indicate whether enemy spells/channeling can be interrupted:
 
−
* ''new'' [[Events/U|UNIT_SPELLCAST_INTERRUPTIBLE]] '''[1]'''
 
−
* ''new'' [[Events/U|UNIT_SPELLCAST_NOT_INTERRUPTIBLE]] '''[1]'''
 
−  
−
=== Casting Functions ===
 
−
* ''updated'' [[API UnitCastingInfo|UnitCastingInfo]](unit) -- ''added interrupt result'' '''[1]'''
 
−
* ''updated'' [[API UnitChannelInfo|UnitChannelInfo]](unit) -- ''added interrupt result'' '''[1]'''
 
−  
−
== Calendar Functions ==
 
−  
−
* ''updated'' [[API CalendarGetDayEvent|CalendarGetDayEvent]]()
 
−
* ''new'' [[API CalendarGetDayEventSequenceInfo|CalendarGetDayEventSequenceInfo]]()
 
−  
−
== Mail functions ==
 
−  
−
* ''updated'' [[API GetInboxNumItems|GetInboxNumItems]]() -- ''added totalItems''
 
−
== Gamemaster Functions ==
 
−  
−
* ''new'' [[API GMResponseNeedMoreHelp|GMResponseNeedMoreHelp]](text)
 
−  
−
== Loot Trading/Refunding ==
 
−
* ''new'' [[API Events/E|END_REFUND]] -- triggered when a returnable item's refund period ends (or maybe would end if action performed?) '''[1]'''
 
−
* ''new'' END_BOUND_TRADEABLE -- Not 100% sure of this is the right event name '''[1]'''
 
−
* ''new'' [[API EndBoundTradeable|EndBoundTradeable]](someVar) -- inferred from staticPopupDialogs.lua '''[1]'''
 
−
* ''new'' [[API GetSocketItemBoundTradeable|GetSocketItemBoundTradeable]]() '''[4]'''
 
−  
−
== Other Information ==
 
−
* ''new'' [[API GetPlayerInfoByGUID|GetPlayerInfoByGUID]]("guid") - Returns basic information about another player from their GUID '''[1]'''
 
−
* ''new'' [[API FillLocalizedClassList|FillLocalizedClassList]](table, boolean)
 
−
* ''new'' [[API IsXPUserDisabled|IsXPUserDisabled]]()
 
−
* ''new'' [[API CanQueueForWintergrasp|CanQueueForWintergrasp]]()
 
−
* ''updated'' [[API IsFlyableArea|IsFlyableArea]]() -- updated to work properly in dalaran (returning 1 in Karsus landing) '''[5]'''
 
−  
−
== Other Useful Events ==
 
−
=== Combatlog Events ===
 
−
* ''updated'' [[Events/Combat|COMBAT_LOG_EVENT]]
 
−
=== ChatLog Events ===
 
−
* ''new'' [[Events/U|UPDATE_CHAT_COLOR_NAME_BY_CLASS]] '''[4]'''
 
−
=== Inventory Events ===
 
−
* ''new'' [[Events/E|EQUIPMENT_SWAP_FINISHED]] '''[1]'''
 
−
=== Unit Events ===
 
−
* ''new'' [[Events/U|UNIT_DISSIPATES]]
 
−
=== GameMaster Events ===
 
−
* ''new'' [[Events/G|GMRESPONSE_RECEIVED]]
 
−
=== Battlefield Events ===
 
−
* ''new'' [[Events/Battleground|BATTLEFIELD_MGR_QUEUE_REQUEST_RESPONSE]]
 
−
* ''new'' [[Events/Battleground|BATTLEFIELD_MGR_QUEUE_INVITE]]
 
−
* ''new'' [[Events/Battleground|BATTLEFIELD_MGR_ENTRY_INVITE]]
 
−
* ''new'' [[Events/Battleground|BATTLEFIELD_MGR_EJECT_PENDING]]
 
−
* ''new'' [[Events/Battleground|BATTLEFIELD_MGR_EJECTED]]
 
−
* ''new'' [[Events/Battleground|NPC_PVPQUEUE_ANYWHERE]]
 
−
=== Reputation Events ===
 
−
* ''new'' [[Events/E|ENABLE_XP_GAIN]]
 
−
* ''new'' [[Events/D|DISABLE_XP_GAIN]]
 
−  
== Sources ==
 
−
:1: [http://forums.worldofwarcraft.com/thread.html?topicId=18031134556&postId=180294922372#180294922372 Iriel on Wow 3.2 API Changes topic]
 
−
:2: [http://forums.wowace.com/showthread.php?t=16691 WowAce 3.2 Changes Forum]
 
−
:3: [http://forums.worldofwarcraft.com/thread.html?topicId=18031134556&postId=180295262370#180295262370 Speeddymon on Wow 3.2 API Changes topic]
 
−
:4: [http://forums.worldofwarcraft.com/thread.html?topicId=18031134556&postId=180295297941#180295297941 Nafe on Wow 3.2 API Changes topic]
 
−
:5: [http://forums.worldofwarcraft.com/thread.html?topicId=18031134556&postId=182652553198#182652553198 Gello on Wow 3.2 API Changes topic]
 
−
[[Category:World of Warcraft API/Changes| API change summaries]]
 

Revision as of 09:31, 25 February 2011

Inv crate 05

Source

This item was provided when you started the quest H [45] A Grim Discovery (2).

Crate of Grimtotem Horns as a quest objective

External links