Fixed some issues and visual bugs.
I will update this thread as I add more.
--- 2023-07-09 ---
- Lowered "Jaomin Ro" damage since some classes have no proper abilities here yet -
UPDATE `mop_world`.`creature_template` SET `mindmg` = '6', `maxdmg` = '10' WHERE (`entry` = '54611');
- Lowered...
Solo dungeons so far work pretty good.
Bots can fill the group and you can set/adjust damage for elite mobs if you want (either overall in config, or specific in database)
Raids I still have to experience though
"Wandering Isle", "Mandori Village", "Pandaren"
"Mandori Village Gate", "GameObject"
"Bidden to Greatness", "Quest" Wowhead Link
After starting the quest the gate will not open due to the phasemask not being set to 2048. Probably due to the related NPC's not being at the gate.
Multiple NPC's...
After playing I noticed some bugs I fixed on my server. I will update this thread as I find more
----- 2023-06-30 -----
Invalid copper veins
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '1350');
UPDATE `mop_world`.`gameobject` SET `id` = '1731' WHERE (`guid` = '5377')...
After running through Elwynn Forest I noticed several duplicate mobs and issues and made sure to write down the fixes I did in the database on my server.
I will update this post if I add any more for Elwynn Forest.
----- 2023-06-30 -----
Duplicate mob removal (254 records):
DELETE FROM...
Does anyone have a link to the pre-compiled source that Emucoach uses for MOP v4?
I found the official Trinitycore repo, but from what I see there is a lot of difference/changes between the current core and the MOP repack here?
I use Ubuntu as a daily driver and could attempt compiling it and...