aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-01DB/Misc: Fix DB startup errors - Closes #6666Nay
Also add a missing break; to previous commit
2012-06-01Scripts/Sholazar: Fix quest Kick, What Kick? - Closes #370Nay
2012-06-01Core/script: Informed by Kaelima this line is handled by dbc and not required.Malcrom
2012-06-01Core/scripts: Add generic script to prevent cannon movement.Malcrom
2012-06-01Core/Spells: fix damage from touch the nightmare for the caster and fix ↵Kandera
damage and healing for dream funnel. closes #6669 closes #6676
2012-06-01Misc/Docs: Some updates to UnixInstall.txt and remove EventAI.txtNay
We really don't want people to use EAI.
2012-05-31DB/creature: Add missing 7th Legion Chain Gun spawns for quest "The Chain ↵Malcrom
Gun and You"
2012-05-31DB/creature: Add a couple more Domesticated Felboar SpawnsMalcrom
2012-05-31DB/Loot: bump Draconic for Dummies to 100% if on questZxBiohazardZx
Closes #6653
2012-05-31Core/Movement: Fixed Unit::StopMoving()Shauren
2012-05-31DB/SAI: Some Ragefire Trash Mob EAI to SAI ConversionsMalcrom
By; Ragefire Trash Mob EAI to SAI Conversions Closes Issue 6662
2012-05-31DB/gameobject template: Fix faction for Draconic for Dummies objectsMalcrom
2012-05-31DB/gossip: Add missing gossip for Draconic for Dummies objectsMalcrom
2012-05-31DB/gameobject: Add Missing Draconic for Dummies ObjectsMalcrom
2012-05-31DB/SAI: Ragefire Chasm Boss SAI Fix/Additionwarriorpoetex
- Converted some EAI to SAI as well as added SAI to Taragaman the Hungerer. Closes #6661
2012-05-31Core/MovementShauren
* Implemented creature movement on transports * Set minimum speed for creature allowed to start movement (too low speed leads to overflows in movement time calculations which in turn leads to crashes)
2012-05-31DB/Loot: Update drop chance of Ensorcelled Parchment from 0.2% to 100%gecko32
Change respawn time of that chest from 2 secs to 3 minutes Closes #6445
2012-05-31DB/NPCs: Grunt Ounda should only have a female modelNay
2012-05-31DB/SAI: Fix quest Questioning Reethe - Closes #129Nay
2012-05-31Core/Items: Added custom flags field to item_template, currently 2 flag ↵Shauren
values are available * ITEM_FLAGS_CU_DURATION_REAL_TIME determines item duration counts even if offline (replaced ugly negative duration workaround, easy to lose data when importing fresh wdb) * ITEM_FLAGS_CU_IGNORE_QUEST_STATUS quest status will not affect this item appearing in loot, currently needed for Arena Master trinket
2012-05-31DB/Loot: Reassign a reference, fix an error in previous commit with missing ↵ZxBiohazardZx
@variable
2012-05-30DB?Gossip: Bladesedge Mountains gossipsMalcrom
By Pitcrawler the awesome
2012-05-31Merge fix for map extractorShauren
2012-05-30DB/gossip: Add missing gossip for Book "Soothsaying for Dummies"Malcrom
Closes Issue #6652
2012-05-30DB/creature_formations: Set Fel Steed Formation/Group Combat AssistanceMalcrom
Fix by warriorpoetex. Closes issue #6629
2012-05-30DB/quest_template: Fixing Required Races on Quests 8553 and 8554 to allow ↵Malcrom
for Alliance completion. By warriorpoetex Closes Issue #6629
2012-05-30DB/Creature: Add some VehicleId info from sniffs&UDBZxBiohazardZx
thx Faq for the comparison with UDB, PitCrawler for the additional sniffs Closes #6196
2012-05-30DB/Loot: re-assign Gunship 10N referenceZxBiohazardZx
Closes #6648
2012-05-30Core/DBLayer: Fix some errors with character DB prepared statementsNay
2012-05-30Append _4x to all 4.x sqls. Update/fix auth_database.sqlNay
2012-05-30Core/Players: 310% mounted speed is identified by riding skill 375, no need ↵Shauren
for a custom flag anymore.
2012-05-30Fixed some merging errors, there could be more, but at least it compiles.kaelima
2012-05-30Merge branch '4.x' of github.com:TrinityCore/TrinityCore into 4.xkaelima
Conflicts: src/server/game/Instances/InstanceScript.cpp src/server/game/Instances/InstanceScript.h
2012-05-30Merge git://github.com/TrinityCore/TrinityCore into 4.xkaelima
Conflicts: dep/PackageList.txt sql/base/auth_database.sql src/server/authserver/Server/AuthSocket.cpp src/server/game/Battlegrounds/BattlegroundMgr.cpp src/server/game/Chat/Commands/Level1.cpp src/server/game/Chat/Commands/Level3.cpp src/server/game/DataStores/DBCEnums.h src/server/game/DataStores/DBCStores.cpp src/server/game/DataStores/DBCStores.h src/server/game/DataStores/DBCStructure.h src/server/game/DataStores/DBCfmt.h src/server/game/Entities/Corpse/Corpse.cpp src/server/game/Entities/Creature/Creature.cpp src/server/game/Entities/DynamicObject/DynamicObject.cpp src/server/game/Entities/GameObject/GameObject.cpp src/server/game/Entities/Item/Item.cpp src/server/game/Entities/Object/Object.cpp src/server/game/Entities/Object/Updates/UpdateData.h src/server/game/Entities/Pet/Pet.cpp src/server/game/Entities/Player/Player.cpp src/server/game/Entities/Player/Player.h src/server/game/Entities/Transport/Transport.cpp src/server/game/Entities/Unit/Unit.cpp src/server/game/Globals/ObjectMgr.cpp src/server/game/Globals/ObjectMgr.h src/server/game/Guilds/Guild.cpp src/server/game/Handlers/CharacterHandler.cpp src/server/game/Handlers/MiscHandler.cpp src/server/game/Handlers/MovementHandler.cpp src/server/game/Handlers/QuestHandler.cpp src/server/game/Loot/LootMgr.cpp src/server/game/Miscellaneous/SharedDefines.h src/server/game/Quests/QuestDef.cpp src/server/game/Server/Protocol/Opcodes.cpp src/server/game/Server/Protocol/Opcodes.h src/server/game/Server/WorldSession.cpp src/server/game/Server/WorldSocket.cpp src/server/game/Spells/Auras/SpellAuraEffects.cpp src/server/game/Spells/Spell.cpp src/server/game/Spells/Spell.h src/server/game/Spells/SpellEffects.cpp src/server/game/Tickets/TicketMgr.cpp src/server/scripts/Commands/cs_gps.cpp src/server/scripts/Commands/cs_modify.cpp src/server/shared/Database/Implementation/CharacterDatabase.cpp src/server/shared/Logging/Log.h src/tools/map_extractor/CMakeLists.txt src/tools/map_extractor/System.cpp src/tools/map_extractor/mpq_libmpq04.h src/tools/vmap4_extractor/CMakeLists.txt
2012-05-30Core/SAI: Revert SMART_ACTION_SET_STAND_STATE from ↵Discover-
013fe44b9229469e142bd152b43e80841dc9cb0e, can be done with SMART_ACTION_SET_UNIT_FIELD_BYTES_1.
2012-05-29Merge pull request #6605 from Vincent-Michael/scaleShocker
Core/Misc: Add SetObjectScale function
2012-05-29Core/SAI: Fix previous commit. Thanks Shauren for notifying.Discover-
2012-05-29Core/SAI: Implement SMART_ACTION_SET_RANGED_MOVEMENT (79) and ↵Discover-
SMART_ACTION_SET_STAND_STATE (101). Updated wiki accordingly. These were required in order to properly be able to convert EventAI to SmartAI.
2012-05-28Core/Spells: Ignore LoS when spells are cast/triggered by gameobjectsNay
... and this is why you shouldn't use the so called hacks. You will just keep adding sh*t on top of more sh*t (like this). Currently, GO spell casts spawn an invisible WORLD_TRIGGER (npc 12999) inside of the gameobject (for certain forms of gameobjects) (and this is why the LoS check was failing). It shouldn't be like that. GOs should be able to cast the spells without having to spawn an auxiliary creature. Fixes "Eye of Acherus" and others
2012-05-28DB/Quest: Correct Quest chaining and requirements up until the quest ↵qaywsx
"Crusader's Pinnacle" thx to thesensei for DK additions
2012-05-28DB/NPC: Delete forgotten data from creature_addonNay
Closes #6619
2012-05-28Merge pull request #6625 from AliveShiro/masterNay
Core/Scripts: ToC 10/25 Anub'arak spikes fix Ref #2432 Closes #2064
2012-05-28Core/Scripts: Fix Anub'arak spikes in Trial of the Crusader now they only ↵AliveShiro
attack players. Thanks to Warpten who brought the Idea and thanks to Nayd :)
2012-05-28DB/Creatures: Add pathings for the phased creatures in previous commitqaywsx
2012-05-28DB/Creature: Add phasing for Crusader's Pinnacleqaywsx
all credits for qaywsx who worked on this
2012-05-28DB/Creature: set MovementType in Creature, not _templateZxBiohazardZx
2012-05-28DB/Waypoint: correct id to guid*10ZxBiohazardZx
2012-05-28DB/Creature: add waypoints for VyragosaZxBiohazardZx
2012-05-28DB/Creature: Spawn Deadmire & Add pathingZxBiohazardZx
Closes #1705 Commit: fix filenaming
2012-05-28fix compilejoschiwald