Adding missing spawns. Quest can not be completed without them.
-- -------------------------------------------------------------------------------------------------------
-- Repack version: 7.0.2
-- ObjectID: 181916 Satyrnaar Fel Wood
-- QuestID: 26454 A Shameful Waste
-- Add...
Adding missing spawns. Quest can not be completed without them.
@Devs - I believe there is an animation of a tree sprouting after planting the seed. Not sure how this is handled. Planting works and you get credit for the quest it is just the animation part that is not currently functioning...
This item is correct in the creature_loot_template so adding entries to the condition table.
Addresses one item and three quests.
-- -------------------------------------------------------------------------------------------------------
-- Repack version: 7.0.2
-- ItemID 5481...
This was noted in the bug section Quest: 26226 - Crawfish Creole (Orgrimmar cooking daily) by sputnik1
Adding SQL fix here as well for consistency.
-- -------------------------------------------------------------------------------------------------------
-- Repack version: 7.0.2...
This was noted in the bug section Quest 12176 - A minor substitution by sputnik1
The SQL was posted there to adjust the drop chance. Adding it here so the SQL fixes are in one location.
-- -------------------------------------------------------------------------------------------------------...
The Naga in the Zoram Strand drop quest item (Wrathtail Head ID: 5490) without having quest.
QuestID 1008: The Zoram Strand (Alliance)
QuestID 6442: Naga At The Soram Strand (Horde)
Creature_loot_table is correct at -100 'ChanceOrQuestChance'
The following adds entries to condition table...
Some more DBError.log clean up.
-- ----------------------------------------------------------------------------------------------------------------------
-- Repack version: 7.0.2
-- Fixes a lot of creature.phaseMask errors in the DBError.log
--...
These are fixes for mostly beasts or creatures this no item in-hand when idle. Roughly 900 log entries in all.
I may have missed a few. The remainder will require a bit more research to identify which item they do stand around with in-hand.
--...
Good evening all.
Found another quest item dropping as normal loot.
-- --------------------------------------------------------------------------------------------------------------------
-- Repack version: 7.0.2
-- QuestID 13582: Elune's Fire - fixes issue for quest item...
Items for the quest listed below drop as normal loot when you do not have the quest.
The item_loot_template for the three items in question is correct.
Special thanks to ExO for pointing me to the conditions table.
--...
Posting this in case anyone else runs into this head scracher.
@admins I was not sure which forum to post this in so if this is the wrong place please move.
Ran in to this error when I attempted to launch the MySQL server (MySQL.bat) in the _Server folder.
Long story short it is a know issue...
Here are a few more DBError log fixes.
-- --------------------------------------------------------
-- Repack version: 7.0.2
-- --------------------------------------------------------
update `creature_template` set `unit_class` = 2 where `entry` = 530930; -- Fixes unit_class...
As with my prior post the three errors that the below SQL takes care of are not game breaking errors just cleaning up the log.
UPDATE `creature_equip_template` SET `itemEntry3` = 0 WHERE `entry` IN (46506, 46490, 46499)
Enjoy
The errors were not game breaking errors The server set them to 0 at startup. This just cleans up the DBError.log file a bit.
These are either beasts or humanoid npc's that do not have anything in hand when idle.
UPDATE `creature_template` SET `equipment_id` = 0
WHERE `entry` IN (92, 118...
maelthion
In the worldserver.exe command window type account create admin admin 3 then press enter. This creates a username "admin" with password "admin" and account level 3 (GM Level)
TC>account create admin admin 3
Account created: admin
TC>
maelthion and wower
The dbc, maps, mmpas and...
The minor research (inscription) skill should have a 20 hour cool down. Unless that changed in Cataclysm.
If you use the skill, log out and back in you can use the skill again.
You can do this over and over. Not sure if the "character_spell_cooldown" table is still used in this version of the...
The trainer in the mage tower ID:2485 does not have to option to learn the Stormwind teleport spell ID: 3561
She just has the default gossip text as if the character was not high enough to learn the spell. The level requirement is 24.