MMOPro Official - World of Warcraft WoD 6.2.4 Repack
http://mmopro.org/images/infog.png
MMOPro 6.2.3 Repack is based on TrinityCore but its much improved and functioning better than default TrinityCore with our own fixes.
Source code can be found in the archive.
Dungeons:
All WoD Dungeons are open and available, some might be missing npc spawns.
Raids:
Working Features:
Latest update 04-18-2016 : trinity up to latest version plus mop content (scripts for all dungeons) inside the core
http://mmopro.org/images/downloadg.png
---------------------------------------------------------------------------------------------
Download MMOPro WoD Repack V2 ...4.21355.zip
---------------------------------------------------------------------------------------------
http://mmopro.org/images/instructionsg.png
http://mmopro.org/images/Process-Info.png If you do not have 6.2.3 Client use the one from the archive.
http://mmopro.org/images/Process-Info.png Download our repack from here: MMOPro WoD Repack V2 …4.21355.zip
http://mmopro.org/images/Process-Info.pngCore NEW VERSION
http://mmopro.org/images/Process-Info.png Database NEW VERSION
http://mmopro.org/images/Process-Info.png Extract the repack and data.rar & then paste data in the repack folder (data)
http://mmopro.org/images/Process-Info.png Once your worldserver is up then in worldserver console type ".account create name@name password" and ".acc set gmlevel name@name 3 -1"
http://mmopro.org/images/Process-Info.png Or you can use the account "admin@admin" and password "admin"
IF You can't connect insert this query in auth database:
update auth.realmlist set gamebuild=21355 where gamebuild<>21355
Repack Brought to you by MMOPro.org
Facebook : https://www.facebook.com/MMOProDotOrg
Fixed - WOW51900225 (incompatible realm)
I had the same issue as ndarkstar. Login works properly, but after that, the only available realm "MMOPro.org" says "(incompatible)" whilst both server and client are running version 6.2.4_21355. Client gives error code: WOW51900225.
The incompatible realm thing got me thinking it should be the realm settings which are in the database. I used the HeidiSQL editor to look at the realm configuration: database 'auth', table 'realmlist'. The only available record ('MMOPro.org') had gamebuild set to 20726. Obviously it should be 21355.
The following query can be used to set all realms to gamebuild 21355
Code:
update auth.realmlist set gamebuild=21355 where gamebuild<>21355
After that login worked properly for me!
Hope that helps!