Wowpedia

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

READ MORE

Wowpedia
 
(bot; deploying #data/itemtip)
 
Line 1: Line 1:
  +
{{#data:itemtip
{{Stub/API}}
 
  +
|name=Sturdy Crates
{{wowapi}} __NOTOC__
 
  +
|quality=common
  +
|icon=inv_crate_02
  +
|bind=Quest
  +
|use=Capture a Jormungar Spawn from Ice Heart Cavern.
  +
|ilvl=1
  +
|itemid=36771
  +
|flavor=With little holes punched in them.}}
   
 
== Source ==
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
 
  +
Provided for {{questlong|Neutral|74|Worm Wrangler}}
Used to hide popup dialogs like those for confirm/denying group invites, battle ground accept, summons accept and so on.
 
   
  +
== Patches and hotfixes ==
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
 
  +
{{Patch 3.0.2|note=Added}}
void StaticPopup_Hide("arg1");
 
   
  +
== External links ==
  +
{{Elinks-item|36771}}
   
  +
[[Category:World of Warcraft common quest items]]
== Arguments ==
 
<!-- List each argument, together with its type -->
 
:("arg1")
 
 
:;arg1 : String - Name of Dialog to hide
 
 
 
== Returns ==
 
none
 
 
== Triggers Events ==
 
none
 
 
 
== Example ==
 
<!-- If it helps, include an example here, though it's not required if the usage is self-explanatory -->
 
StaticPopup_Hide("PARTY_INVITE");
 
 
<big>'''Result'''</big>
 
Party invite dialog disappears
 
 
 
== Details ==
 
=== Common Dialog Names ===
 
* CONFIRM_SUMMON
 
* DUEL_REQUESTED
 
* PARTY_INVITE
 
* QUEST_ACCEPT
 
 
Currently looking for more common dialogs that can be hidden using this feature
 

Revision as of 19:20, 21 February 2011

Inv crate 02
  • Sturdy Crates
  • Quest Item
  • Use: Capture a Jormungar Spawn from Ice Heart Cavern.
  • "With little holes punched in them."

Source

Provided for N [74] Worm Wrangler

Patches and hotfixes

Wrath-Logo-Small Patch 3.0.2 (2008-10-14): Added

External links