-
Posts
147 -
Joined
-
Last visited
-
Days Won
5 -
Donations
0.00 GBP
Content Type
Bug Tracker
Wiki
Release Notes
Forums
Downloads
Blogs
Events
Everything posted by Fyre
-
Okay. I see that it failed on 07 now in that screenshot. I copied this from a Discord post a while ago. But I believe you could try one of the 2 following things: Add the following line to the failing update .SQL script: SET @@sql_mode := REPLACE(@@sql_mode, 'NO_ZERO_DATE', ''); Or you can also resolve it by turning off strict mode.
-
Item #: 49884 - Kaja'Cola When using the Kaja'Cola, you should receive a buff (https://www.wowhead.com/spell=70483/kajacola) and you should randomly yell "IDEAS! (TM)" Here is a compiled list of yells: https://www.wowhead.com/item=49884/kajacola#comments:id=1069837. More yells in the other comments. The gameobject also should only appear between two quests:
-
After zapping 8 defiant trolls, you should receive an error message stating: "The goblin All-In-1-Der Belt's battery is depleted." This also prevents you from zapping additional trolls. Credit: https://www.wowhead.com/quest=14069/good-help-is-hard-to-find#comments:id=1635373
-
Issue with database mismatch structure
Fyre replied to KillRIde's topic in Peer to Peer Technical Support
Glad that it has progressed! Are you setting up a locally hosted server or public facing? If public facing, double check your realmlist table entry in the realmd/auth database to ensure that you've correctly assigned the address. Sometimes users (especially those using heidisql as a GUI) week edit the default value instead of the data value. -
Issue with database mismatch structure
Fyre replied to KillRIde's topic in Peer to Peer Technical Support
Did you pull the database from GitHub? Or from the getmangos website? -
Issue with database mismatch structure
Fyre replied to KillRIde's topic in Peer to Peer Technical Support
Yeah you're close but you have to do them in order, you can't just apply the latest one. See my solution above about merging them into one file, then you can apply that at once. -
Issue with database mismatch structure
Fyre replied to KillRIde's topic in Peer to Peer Technical Support
That is an L, not a 1. So you do have Rel22. But in the first picture it is showing your CHARACTER database as out of date, you're in your world database folder. When you go into the Updates/Rel22 folder, you can merge the SQL files to one and then run a command to manually import into your database. cat *.sql > updateall.sql mariadb -d character0 < updateall.sql You may need to change the character0 to whatever you called your database. I'm also doing this from memory on my phone, so there may be syntax errors or missing parameters. -
Issue with database mismatch structure
Fyre replied to KillRIde's topic in Peer to Peer Technical Support
Alright - so then that means that you have properly updated database if it proceeded. If you can login, but get stuck at "Connected". that likely means that you built the mangosd with OpenSSL 3.0 instead of 1.1. We just had another member with similar issues yesterday. Take a look at: Meltie walks through how to change to OpenSSL 1.1, and then there are some comments below for how to upgrade gcc IF necessary. -
Issue with database mismatch structure
Fyre replied to KillRIde's topic in Peer to Peer Technical Support
Hey! This is saying that you need to update your databases. When you do the initial setup/install of the databases, it does not always include the latest updates that have been created. If you use the InstallDatabases.bat (Windows) or InstallDatabases.sh (Linux), you will see an option "N" that can be used to do database updates. If you would prefer to manual updates, then you can find them in the "Characters" folder, "Updates", "Rel22" and you'll find all of the ones that you need to update. Hope that helps! -
Upgrade from MangosZero to MangosOne
Fyre replied to Перминов Алексей's topic in Peer to Peer Technical Support
MaNGOS and vMangos are two different emulators and have different table structures. It's really not as easy as transferring data from one table to another. You would need to look at the columns for each - determine what are similar and what are different, and then "translating" that information into the other. MaNGOS world database documentation: https://www.getmangos.eu/wiki/referenceinfo/dbinfo/mangosdb/mangoszeroworlddb/ MaNGOS realm database documentation: https://www.getmangos.eu/wiki/referenceinfo/dbinfo/realmdb/ MaNGOS character database documentation: https://www.getmangos.eu/wiki/referenceinfo/dbinfo/characterdb/mangoszerochardb/ vMaNGOS wiki: https://github.com/vmangos/wiki -
Good evening! The vmaps/mmaps folders most definitely should have contents. it looks like the script didn't populate the vmaps correctly - and that causes the mmaps not to populate since it's dependent on the former. Have you taken a look at this tutorial: The guide above should walk you through the manual commands for extracting the maps, vmaps, and mmaps. You shouldn't need to restart the whole process, just re-do the maps, vmaps, mmaps portion using the commands in there. I have not tried installing on Ubuntu 23.04 ARM either - so your mileage may vary on this. Other possibly helpful guides:
-
Upgrade from MangosZero to MangosOne
Fyre replied to Перминов Алексей's topic in Peer to Peer Technical Support
Hello! If you're using the 1.12 vMaNGOS by Brotalnia, then it may be difficult to migrate to MangosOne. vMaNGOS is based off of CMangos, which is a fork off of MaNGOS. There are a number of database differences that will likely require a manual approach and to my knowledge there are no tools out there to convert from one to the other. My guess is that there would be many tables that would need to be transferred (all of them?) since they all play an important part in the function of a server. -
During core start-up, there is a list of errors: "Table creature_movement contain path for creature guid 161301, but this creature guid does not exist. Skipping." And, the same for guid 161302. I'm PROPOSING that these may both belong to "Vengeful Surge", NPC ID: 2776. When I went to the location of 161300 and 161303 (the two GUIDs on either side), they both correspond to pirates in Arathi Highlands. When travelling to the waypoints associated with 161302, they take you into the nearby cave. Waypoint 1 near the mouth of the cave, down to the last waypoint near the game object inside of the cave. Similar pathing is observed in a video of the quest "Goggle Boggle". I suspect that these two Vengeful Surge's were either deleted from the creature's tables - or are summoned via db_script or server side, and were assigned the guid of 161301/161302 at some time in the past but the script for creating them doesn't have them spawned at server startup.
-
Currently, Quest #24452 - Profitability Scouting is marked as a completed quest immediately. The quest is supposed to require the player to stealth to the Heart of Arkkoroc (Object 200298). Getting near the object should be sufficient to complete the quest. Link to WowHead Comment (Patch 4.0.3)
-
- quest
- auto-complete
-
(and 1 more)
Tagged with:
-
This is what I did: Opened Git Bash: git clone https://github.com/mangosthree/database m3db (this creates a folder/directory called m3db). Opened up the directory and ran "InstallDatabases.bat" Left all of the default settings and clicked "N". These were the settings that I used: Then it goes through the process of creating the three databases and populating them with the default values. Then it applied all of the updates for Character : Rel21_05_001 through Rel22_03_002. World DB Rel22_03_003 through Rel 22_04_005. For GameEvents - it may be an issue with the date stamp and null codes? This was something that was applied to other MaNGOS cores:: https://github.com/mangos/Realm_DB/pull/5 Not sure if you're using MariaDB instead of MySQL - but I think that helps too.
-
Hello, You can apply updates manually through your database viewer. The instructions will depend on which one you use specifically. For example, I use DBeaver, and I can right click the database and "Execute Script." You can also update using command line. When I use Linux, I use a command like: mysql -u mangos -pmangos -d world3 < update_name.sql Hopefully that helps guide you on the right path.
-
Internal Compiler Error -- How to Avoid It?
Fyre replied to adrians's topic in Peer to Peer Technical Support
Fantastic! Glad it helped! -
Internal Compiler Error -- How to Avoid It?
Fyre replied to adrians's topic in Peer to Peer Technical Support
Thanks to @Avelde on the Discord for this solution. Thought I'd share it here: That's the process for upgrading to gcc-12. -
Expected behaviour: The NPCs observed around the Fel Crystals are supposed to be channeling it. Current behaviour: NPCs are just standing there. There are a few of these setups around the area.
-
NPC Name: Sunblade Scout NPC Entry: 25372 Expected behaviour: Sunblade Scouts are supposed to run to the nearest Sunblade Protector (ID: 25507) when engaged in combat. Once they arrive, they begin a cast to re-energize it and activate it. Spell Casted: Activate Sunblade Protector Spell ID: 46475 WoWHead Link: https://tbc.wowhead.com/spell=46475/activate-sunblade-protector Spell Effect: Sunblade Protector Activated Spell ID: 46476 WoWHead Link: https://tbc.wowhead.com/spell=46476/sunblade-protector-activated Current behaviour: they attack you. Video of the Sunblade Scout's running to the Protector to summon it: (Start at 1:22)
Contact Us
You can also email us at [email protected]
Privacy Policy | Terms & Conditions
This website is in no way associated with or endorsed by Blizzard Entertainment®