aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-13Scripts/Skettis: Fires Over Skettis quest supportthesensei
* Include SAI/Spawn and spell support, also achievement support for "Bombs Away" Credits: Based on Warpten script and Nelegalno/shlomi1515 updates Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-09-13Scripts/Ogri'La: Change credit target type from invoker to invoker partythesensei
Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-09-13Scripts/Ogri'La: Add support for quest "Bomb Them Again" and all relatedthesensei
* Sniffed spell support for Knockdown Fel Cannon: Choose Loc, Knockdown Fel Cannon: The Aggro Check, Knockdown Fel Cannon: The Aggro Burst, Knockdown Fel Cannon: The Aggro Check Aura, Trhow Bomb and Fel Flak Fire * Sniffed spawns support, but only for quest related creatures and gos, no area patrols/spawns involved * Achievement support for Blade's Edge Bomberman and Fa-la-la-la-Ogri'la * Full DB support based on sniffs, all that can be done in SAI and not in *cpp is converted Credits: The SAI script is based on Warpen work, thanks to Subv for proposing fix for Fel Flak Fire /and helping/ and DDuarte for helping with conditions Closes: Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-09-13Merge pull request #7747 from Elron103/pull-requestsNay
Core/Mail: Fix merging of items taken from mail leading to invalid entries in item_instance
2012-09-13Core/ItemTemplate:kaelima
Rename unk0 column. Weapons have special sounds on impact. This column is used to override these sounds by specifying another subclass. For example an item with misc subclass can sound like a stave on impact by overriding the subclass here.
2012-09-13Core/Mail: Fix merging of items taken from mail leading to invalid entries ↵Elron103
in item_instance
2012-09-13Core/Scripts: Reliquary of Souls: fix encounter start and essence phases.w1sht0l1v3
2012-09-12Core/ToCr: Several fixes.w1sht0l1v3
Fix floor animation when destroyed. Add spawns for Highlord Tirion Fordring,Argent Mage and Portal to Dalaran. Remove Db spawn of Highlord Tirion Fordring. Correct tribute chest spawn location. Fix sql names for last commits.
2012-09-11Merge pull request #7734 from AFROM/patch-1Nay
Update src/server/game/Events/GameEventMgr.cpp
2012-09-11Update src/server/game/Events/GameEventMgr.cppAFROM
Change name ot the table (wrong name)
2012-09-12DB/Gameobject: Update Trial of Grand Crusader door info.w1sht0l1v3
2012-09-11Merge pull request #7731 from w1sht0l1v3/ToCr2Nay
Core/Scripts: Anub'Arak encounter changes and fixes.
2012-09-11Core/Scripts: Anub'Arak encounter changes and fixes.w1sht0l1v3
2012-09-11DB/Creature: creature_model_info fix - Horde GuardKretol
Closes #3352
2012-09-11DB/SAI: Fix npc Scrapped Fel ReaverBizzy
Closes #3074
2012-09-11DB/Scripts: Fix quest Finding the Keymasternelegalno
Ref #4661 Closes #2604
2012-09-11DB/NPC: Various fix for gossipKinzcool
Closes #7156
2012-09-11DB/Quests: Creature involvedrelation for quest Words for Deliveryarmano2
Closes #1911
2012-09-11DB/Spells: Armistice aura is missing when player is in front Sunreaver ↵Tomas
Pavillion or Silver Covenant Pavillion Closes #1938
2012-09-11DB/Loot: Bump drop chance of Vic's Keys from 15% to 100%nelegalno
Closes #1954
2012-09-11DB/NPCs: Little Ooze (Rotface in ICC) can not be tauntedAristoo
Closes #1993
2012-09-11DB/Quests: Fix quest relations for Disharmony of FlameTrista
Closes #2653
2012-09-11DB/Quests: Fix quest relations for Grark LorkrubTrista
Closes #2659
2012-09-10Core/Spells: Add parenthesis to some bitwise AND comparisonsSubv
2012-09-10Build fix.Shauren
2012-09-10Scripts/Icecrown CitadelShauren
* Despawn Mutated Abomination when second phase transition ends, not begins * Prevent Unbound Plague jumping every 0.5 seconds to bypass the mechanic by raid members stacking in one place * Fixed Volatile Ooze not picking targets when everyone stood close to the tank * Fixed Ooze adds pickning new targets after old one gets lost Closes #7610 Closes #7611 Closes #7665
2012-09-10Core/Vehicles: Fix warningsVincent-Michael
2012-09-10Core: Warning fixes (Also some -pedantic under game folder)Spp
2012-09-10Merge pull request #7715 from e000/masterMachiavelli
Core/Player: Fix wrong check in 7a8652c
2012-09-10Core/Player: Fix wrong check in 7a8652c06f71e430c3cff9667edcbb0335be7cc0e
2012-09-10DB/Quests: Fix "Homeward Bound" completion textnelegalno
Closes #7454
2012-09-10DB/Game Event: Update Darkmoon Faire start timesVincent-Michael
2012-09-10Core/Players: Do not allow polearm to be equipped in the offhand.e@cacaw.net
Signed-off-by: Nay <dnpd.dd@gmail.com> Closes #7709
2012-09-09Core/Vehicles: Improved vehicle passenger position calculation (still not ↵Shauren
complete)
2012-09-09Core/Spells: Fixed typo in previous commitShauren
2012-09-09Core/Spells: Set UNIT_FIELD_CHANNEL_OBJECT also for spells that don't have ↵Shauren
explicit target unit but use NEARBY selection, fixes #7246
2012-09-09Scripts/Karazhan: Fix Prince Malchezaar Infernal start timeroMadMano
Closes #5700
2012-09-09Core/Achievements: Change ACHIEVEMENT_CRITERIA_DATA_TYPE_T_PLAYER_CLASS_RACE ↵Subv
behavior Allow it to be used with value1 = 0 and value2 = 0 to only check if the target is a player. Fixes some startup errors.
2012-09-09DB/Quests: Fix OfferRewardText for quest "Warsong Supplies"Vincent-Michael
Closes #7279
2012-09-09Core/Spells: Fix typo (I need sleep)Vincent-Michael
2012-09-09SQL: Fix sql fails :-/Vincent-Michael
2012-09-09Core/Spells: Convert Gift of the Naaru in spell scriptVincent-Michael
Closes #6545
2012-09-09Corrections to previous merged in PRNay
2012-09-08Merge pull request #7703 from myran2/PR1Nay
Core/Commands: .unstuck command
2012-09-08Removed a line of debug codeMyran2
2012-09-08Core/Commands: Replaced .start with a new command, .unstuck. Usage ↵Myran2
information can be found by typing .unstuck in-game
2012-09-08Core/Characters: Add validation checks to barbershop use (prevents exploits)Nay
Thanks Kiddie Closes #7702
2012-09-08Core/Objects: Method to get nearest GO of type X, FindNearestGameObjectOfTypeNay
Thanks Subv for the idea
2012-09-08Core/Entities: Fixed GameObject::FindNearestX for objects with the same ↵Subv
coordinates. closes #4581
2012-09-08SQL/Achievements: Fixed achievement "Wrecking Ball"Subv
It should only count player deaths. closes #1734