Giter VIP home page Giter VIP logo

wow-armory's Introduction

Introduction

The World of Warcraft Armory is a vast searchable database of information for World of Warcraft - taken straight from the real servers and presented in a user-friendly interface

WARNING: You must not remove and/or change any Blizzard's copyrights in any files and/or at the bottom of Armory pages!

World of Warcraft™, Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.
The data contained herein is proprietary to Blizzard Entertainment, Inc. You are granted a limited license to make personal use of the information contained herein for non-commercial purposes only.

Requirements

1. Apache HTTP Server with mod_rewrite
2. PHP 5.3 or higher with XMLWriter package installed and enabled (XMLWriter is installed and enabled by default since PHP 5.1.2)
3. MySQL 5 Server or higher

Install

1. Go to the patch folder and upload armory.sql (Will automatically create the database `armory`).
2. Rename includes/classes/configuration.php.default to configuration.php and edit this file (read comments).
   Characters DB configs are stored in
       $ArmoryConfig['multiRealm'][1]['*_characters']
   And World DB configs are stored in
       $ArmoryConfig['multiRealm'][1]['*_mangos']
   You should edit these values according with your MySQL configs (user/password/dbname).
3. For 3D Viewer installation info read 3DViewer_info.txt
4. For full work you need to patch MaNGOS/Trinity core with the appropriate patch file found in the patch folder
   and to update your characters DB with the provided SQL update (characters.sql - in the patch folder).
5. If you use a UNIX system, you need to manage access rights to allow script write data to 'cache' folder.

wow-armory's People

Contributors

grimgravy avatar tangocash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wow-armory's Issues

Patch doesn't write data in sql table

Also after the core patch, characters data are not writed in the sql table. I checked if all the files were patched, and yes they are. I also checked my world.conf for save player status and wow armory enabled option.

Using latest AzerothCore rev.

Also after the core patch, Character data is not displayed

Also after the core patch, Character data is not displayed . I checked if all the files were patched, yes. I also checked my world.conf for options to save player status and enable weaponry.

Use the AzerothCore rev.
I am a Chinese and my English is not good.thanks
1
2
3

Armory does not load any page in PhP7 VC15

It seems that this armory does not work in PHP7 VC15, is there any way to make it work in PHP7 VC15? I do not intend to downgrade because I already have projects compiled for PHP7.

armory.sql file missing?

Not sure if i am just not seeing it or what but the first step asks for 1. Go to the patch folder and upload armory.sql (Will automatically create the database armory) but I looked everywhere and I cant find the armory.sql file anywhere in the whole repository.

wowhead tooltip

hi all can you help me adding wowhead tooltip to the armory ? cant get it to work dont know where to put the script tells me always xml error or it simply wont load the .js i think it has to be in charackter-sheet.php or in sheet.xlm plz help me cause the original tooltip doesnt work for me sry 4 bad english :)

talent

Unable to get talent points
‘spec’ → specMask
primary → secondary

class.characters.php

revise
2541:
if(Armory::GetLocale() == 'ru_ru') {
$periods = array('сек.', 'мин.', 'ч.');
$ago_str = 'назад';
}
elseif(Armory::GetLocale() == 'zh_cn') {
$periods = array('秒', '分钟', '小时');
$ago_str = '前';
}
else {
$periods = array('seconds', 'minutes', 'hours');
$ago_str = 'ago';
}
2600:
else {
if(Armory::GetLocale() == 'zh_cn') {
$points_string = sprintf($_strings[18], $achievement_info['points']);
$feed_data[$i]['title'] = sprintf('%s [%s].', $_strings[13], $achievement_info['title']);
$feed_data[$i]['desc'] = sprintf('%s [%s].', sprintf($_strings[13], $achievement_info['points']), urlencode($this->GetRealmName()), urlencode($this->name), $tooltip, $achievement_info['title']);
}
else {
$points_string = sprintf($_strings[18], $achievement_info['points']);
$feed_data[$i]['title'] = sprintf('%s [%s].', $_strings[13], $achievement_info['title']);
$feed_data[$i]['desc'] = sprintf('%s [%s] %s.', $_strings[13], urlencode($this->GetRealmName()), urlencode($this->name), $tooltip, $achievement_info['title'], $points_string);
}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.