Wowhead Tooltips is unique in that it is the only script of its kind with all of the features available. Most other scripts, like ItemStats and Armory Tooltips, only do a very specific thing like work on items or handle armory characters. Wowhead Tooltips does both of these PLUS much much more. For full details see below.
The only script of its kind, no other comes close!
Developed entirely with
PHP.
A cache powered by
MySQL to prevent excessive queries.
Designed to be extend-able with modules, with a base class to build off of.
Version 4.0 introduces an installation script to make installing and configuring the script even easier.
Version 4.0 introduced a new way to extract the data from
Wowhead, which has proven to be far more accurate than the old method.
A management script with the ability to automatically update the script is in the works.
All languages supported by
Wowhead are supported by this script.
The default language the script will use is set when installing the script.
- Achievement Module
- Description: Achievements from the Wowhead database.
- BBCode:
[achievement {parameters}]{name or ID}[/achievement]
- Armory Module
- Description: Character information from the Armory.
- BBCode:
[armory {parameters}]{name}[/armory]
- Craftable Module
- Description: Items crafted via professions from the Wowhead database.
- BBCode:
[craft {parameters}]{name or ID}[/craft]
- Enchant Module
- Description: Similar to the craftable module, except for enchants.
- BBCode:
[enchant {parameters}]{name or ID}[/enchant]
- Event Module
- Description: Shows the dates of upcoming events in a tooltip.
- BBCode:
[event {parameters}]{name or ID}[/event]
- Planned Release: 4.3
- Notes: This module is not currently released publicly, will be released for version 4.3.
- Guild Module
- Description: Guild information from the Armory.
- BBCode:
[guild {parameters}]{name}[/guild]
- Item Module
- Description: Item from the Wowhead database.
- BBCode:
[item {parameters}]{name or ID}[/item]
- Item Icon Module
- Description: Items, displayed as icons, from the Wowhead database.
- BBCode:
[itemico {parameters}]{name or ID}[/itemico]
- Itemset Module
- Description: Itemsets from the Wowhead database.
- BBCode:
[itemset {parameters}]{name or ID}[/itemset]
- NPC Module
- Description: NPC's from the Wowhead database.
- BBCode:
[npc {parameters}]{name or ID}[/npc]
- Object Module
- Description: Object's, like mineral veins, from the Wowhead database.
- BBCode:
[object {parameter}]{name or ID}[/object]
- Pet Module
- Description: Displays various information about Hunter's pets.
- BBCode:
[pet {parameters}]{name or ID}[/pet]
- Planned Release: 4.3
- Notes: This module is not currently released publicly, will be released for version 4.3.
- Profiler Module
- Description: Ability to link profiles created on Wowhead's Profiler.
- BBCode:
[profile {parameters}]{name}[/profile]
- Quest Module
- Description: Quests from the Wowhead database.
- BBCode:
[quest {parameters}]{name or ID}[/quest]
- Recruit Module
- Description: Designed to help guild's judge incoming recruits. Uses the Armory and Wowhead.
- BBCode:
[recruit {parameters}]{name}[/recruit]
- Notes: Only one instance of the recruit module can be used per page.
- Spell Module
- Description: Spells from the Wowhead database.
- BBCode:
[spell {parameters}]{name or ID}[/spell]
- Statistics Module
- Description: Statistics used in character RSS feeds.
- BBCode:
[stats {parameters}]{name or ID}[/spell]
- Planned Release: 4.3
- Notes: This module is not currently released publicly, will be released for version 4.3.
- Title Module
- Description: Allows you to link a title, along with the achievement required to acquire it.
- BBCode:
[title {parameters}]{name}[/title]
- Planned Release: 4.3
- Notes: This module is not currently released publicly, will be released for version 4.3.
- Zone Module
- Description: Zone maps from the Wowhead database.
- BBCode:
[zone {parameters}]{name or ID}[/zone]
Back to top