MOD Description: New BBCodes to link World of Warcraft data Direct from Oficial Armory website
[wow]Item Name[/wow] for items
[char=Realmname]Charname[/char] for characters
Suport for EU.WOWARMORY.COM (de,fr,uk and es)
- Code: Select all
// Set language en/de/es/fr/uk (uk for english and eu.wowarmory.com)
$armory->setlang('es');
MOD Features:
- Link World Warcraft Itens direct from Armory (original and updated DATA)
- Ajax Tooltip: (will load the data only the mouse pass over the link)
- No database: (XML transfer dont need database to storage data)
- Easy install: (Put everything on root dir and put a new BBcode on ACP)
- Link Items and Character data from Armory
MOD Changelog:
- Version 1.2.1:
Fix the phpArmory class to suport realm name with quote: Eg => Ner'Zhul
Fix the EU Suport to Char.php you just need to edit char.php file like item.php // Set language en/de/es/fr/uk (uk for english and eu.wowarmory.com) $armory->setlang('es');
Change on icons directory to change to the correct armory url when the language was chosen - Version 1.2.0:
Made a new but not complete fix on Spell Data, its working but some item spell maybe will show 'Use' instead 'Equip'
Made a change on EU.ARMORY suport, some itens with . ö ä á é í â characters was not working
Added the new BBcode suport to character info [char=RealmName]Charname[/char], working only for US Armory
Change the Mod name to "Armory World of Warcraft Tooltip" couse the mod work with other data too, not only items
Other fixes and changes that i dont remeber right now LOL - Version 1.1.3: Fix damage data and armor data structure
- Version 1.1.2: Fix spell data structure
- Version 1.1.1: Fix Warning: array_change_key_case() error
- Version 1.1.0: In this version i made a lot of changes on the code, first to stop the PHP NOTICES and more codes to make the system work with the EU Armory with suport to DE/ES/FR languages
New option om item.php to choose the Language // Set language en/de/es/fr/uk (uk for eu.armory) $armory->setlang('es');
error_reporting added to hide the PHP Notices, and change the variables value check to isset to avoid this NOTICES too
Added new phpArmory class changes from SVN (http://phparmory.sf.net)
New recode on item.php to work with the new phpArmory class format
Fix the AllowedClass attribute for Tier Set Tokens (ex: [Gloves of the Fallen Champion] ) - Version 1.0.4
Fix the Gem Data, Gems and meta gems was showing only the name not their stats Ex: [wow]Brutal Earthstorm Diamond[/wow]
Fix the item description, now is not invisible - Version 1.0.3
Fix the recipe bug, formula enchant with the "-" (minus) character wont show up, but now its ok
Added the socketmatchenchant value, to show Socket Bonus on items
Added bonushitrating value for Improves hit rating by
Added bonusdefenseskillrating value for Increases defense rating by
Added bonusparryrating value for Increases your parry rating by
Added bonusdodgerating value for Increases your dodge rating by
Added bonusblockrating value for Increases your shield block rating by
Added bonuscritrating value for Improves critical strike rating by
Added bonusresiliencerating value for Improves your resilience rating by
Chance the BBCode Install intructions - V1.0.2 Fix the itemnameFetch() method, to get the item info only if have the exacly item name, Earthwarden no longer get Earthwarden's
Coif info for example. Thank KELLINA for reporting that issue. - V1.0.1 Fix the XML MODX Install instructions
MOD Know Bugs: Internet Explorer users view a Iframe instead of a DIV, im searching for another Ajax code.
MOD Version: 1.2.1 RC3
MOD Download: https://sourceforge.net/project/showfiles.php?group_id=230748 PHPBB FORUM: http://www.phpbb.com/community/viewtopic.php?f=70
MOD Screenshot:
ITEM TOOLTIP

CHAR TOOLTIP


Demo Board:
The Board: http://killermonkeys.net/viewtopic.php?f=69&t=11491
The test Link: http://killermonkeys.net/teste.php
Extra:
This mod is working with http://eu.wowarmory.com too, you just need to config the item.php file to choose the language.