MaNGOSWebV4 icon indicating copy to clipboard operation
MaNGOSWebV4 copied to clipboard

MoP Expansion

Open Cubansephiroth opened this issue 7 years ago • 10 comments

I have been testing the project and is working good so far with MoP expansion. Mail sent through ACP, shop system (SOAP), registration keys.. etc all good

but when a user is trying to register only classic, TBC and WotLK are valid options..

Any way to add MoP to that list?

Also when you access /?p=server&sub=statistic

There is no room for goblins, Worgen or Pandaren.. (Any chance of support those races?) or maybe you can give me an idea which files should i edit to do it.

Thanks in advance...

Cubansephiroth avatar Mar 23 '17 18:03 Cubansephiroth

Excellent request. I will certainly start working on this. I probably need to add Cata, WoD and Legion to it as well.

paintballrefjosh avatar Mar 25 '17 06:03 paintballrefjosh

I believe this to be working now. I added Cataclysm and Mists of Pandaria to the drop-down selection under account management, account registration and admin->users. Added in the Monk class. Added Worgen, Goblin and Pandaren races. You can check it out in the development branch to see if it's working:

https://github.com/paintballrefjosh/MaNGOSWebV4/tree/development

paintballrefjosh avatar Mar 30 '17 02:03 paintballrefjosh

OOO good news!!!, ill test asap and comment.. Thank!!!

Cubansephiroth avatar Mar 30 '17 16:03 Cubansephiroth

Working in all Drop-down selection you mentioned, but if clic Server Statistics in front page http://#/?p=server&sub=statistic still cant see goblin, worgen or Pandaren Data

Cubansephiroth avatar Mar 30 '17 16:03 Cubansephiroth

Fixed the issues on the statistics page. Try again and see if it this is better:

https://github.com/paintballrefjosh/MaNGOSWebV4/tree/development

changes noted here:

https://github.com/paintballrefjosh/MaNGOSWebV4/commit/e65b29a0f151c5965fef7564776361f883b63625

paintballrefjosh avatar Mar 30 '17 20:03 paintballrefjosh

Missing Pandaren icons in Mist of Pandaria theme, they load fine in WotLK theme. Also no % of Pandaren characters. 0 (0%)

Cubansephiroth avatar Mar 30 '17 20:03 Cubansephiroth

Ok I'll need to copy the icons over from WotLK. You can do that for now to test:

Copy all of the images from: templates/WotLK/images/icons/race/ to your Pandaria template.

For the % of Pandaren players can you run this query for me on the characters database:

SELECT `race`,`class` FROM `characters`;

paintballrefjosh avatar Mar 30 '17 22:03 paintballrefjosh

Copied all images from WotLK to Pandaria and still Pandaren races are not displayed :( query i have few testing players in my charactes DB but 2 of them are actually Pandaren

Cubansephiroth avatar Mar 31 '17 15:03 Cubansephiroth

Idk maybe pandaren are not displayed because Pandaren choose faction after complete the chain quest in initial zone so they are something like neutrals at the begining. Here is the id list of Pandaren maybe you can implement something to display neutral Pandaren.

Neutral Pandaren id = 24 Alliance Pandaren id = 25 Pandaren Horde id = 26

Cubansephiroth avatar Mar 31 '17 20:03 Cubansephiroth

Ok that makes sense. Yes I only pulled the 25/26 IDs. I need to figure out a way to show the neutral ones. I wasn't sure how that worked as I've never played MoP, Should have something ready to test this weekend.

paintballrefjosh avatar Mar 31 '17 21:03 paintballrefjosh