aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2013-12-27Scripts/ObsidianSanctum: added creature_formations for surrounding creatures ↵MitchesD
and some clean up
2013-12-25Scripts/Blood Furnace: Fix crash in Broggok scriptjackpoz
Fix a NULL dereference exception in Broggok npc id 17380 script, happening when spawning it outside of an instance. Fixes #11344
2013-12-25Core/Scripting: Replace casted with cast as casted is not a word.Malcrom
2013-12-25Db/Misc: Fix more dup aura messages.Malcrom
2013-12-25Build fixShauren
2013-12-24Scripting/Multi: Some cleanup.Malcrom
2013-12-24Scripting: Some cleanup. Please keep broken English comments to yourself.Malcrom
2013-12-24Scripting/Hinterlands: Convert to TC style.Malcrom
2013-12-24Scripting/Hellfire: Moved some gossip to db and fix some magic numbers.Malcrom
2013-12-24Scripting/Ghostlands: Moved some gossip to db and fixed some magic numbers.Malcrom
2013-12-24Scripting/Zones: Some cleanup.Malcrom
2013-12-23Scripts:joschiwald
- cleanup obsidian sanctum script - prevent yelling texts if non player died in some scripts
2013-12-23Scripting/Borean Tundra: Fix some magic numbers.Malcrom
2013-12-23Scripting/Bloodmyst Isle: Moved Captured Sunhawk Agent gossip to db.Malcrom
2013-12-23Scripting/Blasted Lands: Shouldn't have removed ScriptedGossip.hMalcrom
2013-12-23Scripting/Blasted Lands: Fixed up gossip and teleport spell for quest 3628.Malcrom
Can someone please test this. I can't do group testing locally. Also snuck in a fix for zone_axshara.cpp
2013-12-23Scripting/Misc: Some cleanup.Malcrom
2013-12-23Scripting/Blades Edge: Moved gossip to db for Overseer Nuaar and Sai'kkal ↵Malcrom
the Elder.
2013-12-23Core/Chat: Refactored building chat packetsShauren
* Moved everything into one specialized method instead of being scattered all over the place * Allow localizing creature names in chat messages (when using $N) * Send SMSG_GM_MESSAGECHAT for gm messages
2013-12-23Scripting/Storm Peaks: A little work on Quest 13010 Krolmir, Hammer of StormsMalcrom
2013-12-22DB/Creature_text: Updated more text from sniff.Malcrom
2013-12-22DB/Creature text: Added some missing text from sniff.Malcrom
2013-12-22Scripting/Bloodmaul Brute: CombatAI moved to cpp for quest 10512.Malcrom
2013-12-22Scripting/DB: Fixed some npcs so they wouldn't have AIName & scriptname.Malcrom
2013-12-19DB/Misc: Three more creature moved to SAI only.Malcrom
2013-12-19DB/Gossip: Moved Highlord Demitrian gossip to db.Malcrom
npc had SmartAI and cpp script.
2013-12-19DB/SAI: Scripted all ogres in Blades Edge Mountains.Malcrom
Sorry I had to remove the awesome cpp script.
2013-12-18Scripting/Dragonblight: Commander Eligor Dawnbringer now scripted.Malcrom
Purely cosmetic but it was a fun thing to script :)
2013-12-14Scripts: fix crash in spell_jokkum_scriptcastjoschiwald
Closes #11313
2013-12-14Core/AI: Fix an issue where the OnQuestAccept hooks were not called for ↵Discover-
auto-completed quests. Fixes #11304
2013-12-11Core: Fix warningsVincent_Michael
2013-12-11Scripting/Obsidian Sanctum: Updated scripts to use Events.Malcrom
2013-12-10Scripts: replace some SetOrientation() calls with spline packets and some ↵joschiwald
random changes
2013-12-10Merge pull request #11275 from Carbenium/UtgardePinnaclejoschiwald
Scripts/UtgardePinnacle: Convert Svala Sorrowgrave to event system
2013-12-10Convert Svala Sorrowgrave to event systemCarbenium
2013-12-10Scripting/Storm Peaks: Renamed npc_brann_bronzebeard script because name has ↵Malcrom
already been used.
2013-12-09Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues about uninitialized values.
2013-12-09Scripting/Storm Peaks: Quest 13285 "Forging the Keystone" now scripted.Malcrom
Closes #6921
2013-12-08Scripting/Howling Fjord: Fix Quest 11310 Warning: Some Assembly RequiredMalcrom
Quest is doable and completeable with the following Issues: Aura not being removed from player after Abomination explodes. Camera angle should not changes after Abomination explodes. Can't check if Abomination leaves Halgrind. GetAreaId returns players area id.
2013-12-08Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues about uninitialized values in scripts. Add spell id validation in Unit::SpellNonMeleeDamageLog() .
2013-12-08Core: Fix warningVincent_Michael
2013-12-08Scripting/Razorfen Downs: Discovered some missing text for boss Glutton.Malcrom
2013-12-08Core: Fix non pch buildVincent_Michael
2013-12-07Scripting/Razorfen Downs: Additions and fixes for instance.Malcrom
Moved bosses Glutton, Mordresh Fire Eye, Tuten Kash to cpp. Cleaned up code for boss Amnennar The Coldbringer. Fixed up gong event for gong to have sound and proper spawning. Scripted quest 3525 "Extinguishing the Idol" so you can now fight Plagmaw the Rotting.
2013-12-05Scripting/Grizzly Hills: Add missing include "SpellScript.h"Malcrom
2013-12-05Grizzly Hills/Scripting: Fix Quest 12244 "Shredder Repair" and 12270 "Shred ↵Malcrom
the Alliance" Closes #1942 #3754
2013-12-05Scripts/HoR: Some fixups.w1sht0l1v3
2013-12-05Scripts/Oculus: fix drake spellsjoschiwald
Closes #6681 Closes #6680 Closes #6673
2013-12-04Scripting/Blade's Edge: Quest 10594 "Gauging the Resonant Frequency"Malcrom
Closes #6214
2013-12-03Scripting/Sholazar Basin: Fix warningMalcrom