Andrew Letson
3dd392ffca
Core/Scripts: Migrate Shadowmoon Valley NPC's to SAI ( #17373 )
...
* Migrate Flanis Swiftwing and Kagrosh to SAI and more.
2016-07-17 15:51:51 +02:00
Aokromes
7a0040791b
Core/Scripts: remove dead code
2016-06-20 18:09:35 +02:00
tkrokli
14bfdefd6a
Core/Scripts: zone_shattrath_city cleanup
...
- restore missing text lines for Sal'salabim and Raliq the Drunk
- replace hardcoded text with DB gossip ID enum sections
- move gossip ID, quest ID, spell ID (and so on) into enum
- remove core script for Ishanah, High Priestess of the Aldor
Closes #16684
2016-05-14 05:49:51 +02:00
sirikfoll
51671ccec9
Core/Scripts Implemented Boss Ahune
...
Implemented Midsummer Fire Festival event Boss, Ahune
2016-05-12 18:53:34 +02:00
Shauren
af17e23204
Core/Misc: Fixed -Wmisleading-indentation warnings
...
(cherry picked from commit 3ac33163db )
# Conflicts:
# src/server/game/Server/Protocol/PacketLog.cpp
2016-05-12 09:10:53 +02:00
MitchesD
86ed1a8f7b
Scripts/TheEye: updated Void Reaver to EventMap
...
(cherry picked from commit 8a7ae9d16c )
2016-05-12 08:05:28 +02:00
jackpoz
510bb30b2c
Scripts/Misc: Fix issues reported by static analysis
2016-03-06 16:11:55 +01:00
tkrokli
043ed7159e
Core/Scripts: zone_terokkar_forest cleanup
...
- moved spell, quest and gossip IDs into enum
- replaced hardcoded text with DB gossip IDs
- restored correct gossip option order for Skull Pile
Replaces the crashed PR attempt in #16668
2016-02-24 02:49:28 +01:00
Naios
ecd74a8ccc
Core/Scripts: Remove the npc_netherweb_victim script which is handled through sai now
...
* Ref 546c8a5b8e
2016-02-22 16:47:42 +01:00
Naios
9e43365b3d
Core/Scripts: Split the huge scriptloader into smaller pieces
...
* Each subdirectory contains it's own translation unit now
which is responsible for loading it's directory
* Improves merging & decoupling between 3.3.5 <-> 6.x
* Removes unused Battleground loader
* Ref #15671
(cherry picked from commit 5534915f74 )
2016-02-22 16:25:54 +01:00
w5860363
e28cc7161a
Scripts/TheEye: Add spell Rend to advisor Thaladred the Darkener
...
Closes #16594
Closes #15915
2016-02-13 11:33:39 -02:00
Saben65
ccf3ed40e2
Scripts/Zangarmarsh: Removes empty gossip_text that resulted in NPCs saying blank text to players after buffing them
...
Closes #12697
Closes #16300
2016-01-19 21:17:10 +01:00
treeston
2da458c56d
Scripts/Instances: Complete rewrite of the boundary system.
...
- Migrate boundary logic to Maps/AreaBoundary instead of having it sit in InstanceScript (to possibly allow use for other purposes).
- Implement the first five boundary types in Maps/AreaBoundary.cpp.
- Add boundary checks to Creature's update logic
- Add boundary data for all Northrend raids
- Add boundary initialization structures and methods to InstanceScript
- Modify EnterEvadeMode signature. It now passes a value from the EvadeReason enum as parameter to allow special casing depending on evade reason
- Remove previous (weird) boundary code that had them linked to GO spawns
2016-01-12 22:24:23 +01:00
Saben65
ad425f9f17
Scripts/Shadowmoon Valley: Dragonmaw Peon
...
Fixes issue where NPC does not attack, even when aggro'd.
Fixes #16210
Closes #16204
2016-01-08 22:19:56 +01:00
Rushor
923a368ac7
Update copyright note for 2016
2016-01-01 12:02:33 +01:00
jackpoz
3267c90102
Core/Unit: Add Unit::KillSelf() overload
...
Add Unit::KillSelf() function as overload of Unit::Kill(this) . Use KillSelf() whenever the killer and the victim are the same to clearly state the Unit is going to kill itself.
2015-12-07 20:06:02 +01:00
Vincent-Michael
7d5e7102cd
Core: Whitespace cleanup
2015-11-07 20:01:53 +01:00
joschiwald
df88c7f278
Core/Misc: removed some useless map checks
...
(cherry picked from commit cf1e80e3d0 )
2015-10-31 19:11:41 +01:00
joschiwald
ad38c27124
Core/Misc: renamed sGossipSelect parameters
2015-10-04 16:16:56 +02:00
joschiwald
df21162fe4
Scripts/VioletHold: rewrote the whole instance
...
thanks @MitchesD for help
2015-08-23 14:43:11 +02:00
StormBytePP
68e6c95f16
Core/Scripts: Fix noPCH compile
2015-08-22 21:05:37 +02:00
Nyeriah
fe07614916
Scripts/TheEye: Update Kael'thas Sunstrider's script
...
Closes #4180
Closes #4181
Closes #8479
Updates #1885
2015-08-21 22:57:29 -03:00
jackpoz
2f92a2f58e
Scripts/Misc: Replace some unsafe WorldObject* class members in scripts with ObjectGuid
...
Replace some unsafe WorldObject* class members and derived types in scripts with ObjectGuid.
Code cleanup.
2015-08-16 22:29:56 +02:00
Shauren
b4adf3f5dd
Core/Misc: Fixing warnings detected by Visual Studio 2015 compiler
...
(cherry picked from commit a22e4e121a )
Conflicts:
cmake/compiler/msvc/settings.cmake
src/server/game/DataStores/DBCStores.cpp
src/server/game/Entities/GameObject/GameObject.cpp
src/server/game/Entities/Object/Object.cpp
src/server/game/Entities/Object/Object.h
src/server/game/Entities/Pet/Pet.cpp
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Garrison/Garrison.cpp
src/server/game/Garrison/GarrisonMgr.cpp
src/server/game/Globals/ObjectMgr.cpp
src/server/game/Globals/ObjectMgr.h
src/server/game/Guilds/GuildMgr.cpp
src/server/game/Handlers/CharacterHandler.cpp
src/server/game/Handlers/QueryHandler.cpp
src/server/game/Handlers/QuestHandler.cpp
src/server/game/Handlers/SpellHandler.cpp
src/server/game/Server/Packets/ChannelPackets.h
src/server/game/Server/Packets/PartyPackets.cpp
src/server/game/Server/WorldSession.h
src/server/game/Spells/Spell.cpp
src/server/game/Spells/SpellInfo.cpp
src/server/game/Spells/SpellScript.cpp
src/server/scripts/Commands/cs_list.cpp
2015-07-24 11:51:48 +01:00
DDuarte
57091cc5f1
CRLF to LF
...
Seriously....
2015-07-10 20:16:55 +01:00
Nyeriah
d86ff08145
Scripts/TheEye: Clean up instance script
2015-06-10 01:07:24 -03:00
jackpoz
a7847728a5
Scripts/Auchindoun: Fix distance check in boss Shirrak
...
Issue added in 88137c07b9
2015-06-03 20:40:08 +02:00
jackpoz
25881ca95f
Core/Misc: Fix issues reported by static analysis
...
Coverity defect IDs: 1022861, 1022862, 1022863, 1302435, 1302439, 1302440
2015-05-30 23:09:34 +02:00
MitchesD
82a6cbcad4
Merge pull request #14613 from ariel-/shathalls
...
Fixed some issues with PR #14157
2015-05-26 11:52:30 +02:00
ariel-
36cdc47e8f
Fixed some issues with PR #14157 , kudos to @Nyeriah @Warpten:
...
* Moved scripts to other source file instead of having them on the instance cpp
* Removed magic number, use of DoAction instead of SetData to do the yelling
* Added spellscript for Remove Kargath's Executioner
* Saved victim GUIDs in instance script instead of checking nearby area
* Returning position as const-reference (by Naios)
2015-05-08 22:58:33 -03:00
tkrokli
95c07b6270
[Core/DB] Quest: The Exorcism of Colonel Jules
...
by @danlapps; closes #1524
Thanks to WoW-Studio@0aa81ca for doing most of the work
Thank to @Killyana for SQL walkthrough
Thanks to @Rushor for doing most of the converting work,
Thanks to @Nyeriah for pointers to solutions for all the errors
Thanks to @MitchesD for pointing out missing codestyle and errors
Thanks to @ccrs for supplying the ObjectAccessor lines
Thanks to @DDuarte for making me understand the changes
2015-05-09 01:32:04 +02:00
Vincent-Michael
5745c880fd
Core/Misc: Fix issues reported by static analysis
...
Coverity defect IDs: 1296295, 1296294
2015-05-01 18:09:07 +02:00
Kittnz
6e1113a810
Core/Script: Make 2 remaining bridge parts active in Serpent Shrine
2015-04-27 19:25:26 +02:00
MitchesD
e0a23a66d4
Scripts: finally (I hope) fixed nonpch build, damn you @ariel-
2015-04-24 22:26:18 +02:00
MitchesD
563966fd91
Scripts: non-pch fix again
2015-04-24 21:53:34 +02:00
MitchesD
20c001fd00
Scripts: fixed non-pch build
2015-04-24 21:26:18 +02:00
arks
e1ae2fa8ba
Scripts: Shattered Halls: Revamped instance script, support for quests 10884, 9524, 9525
2015-04-14 02:08:31 -03:00
Nick
a6836e6a91
Core/Scripts: Remove Bloodmaul Brutes script
...
As explained by @dr-j in 6b846a4e29
2015-04-11 02:33:33 +02:00
click
a09eafa104
Core: Whitespace/tab2spaces cleanup
2015-04-10 04:12:06 +02:00
Nick
77eb89157b
Core/Scripts: Remove The Thunderspike script
...
As explained by @Killyana in https://github.com/TrinityCore/TrinityCore/issues/4458#issuecomment-90061073
2015-04-06 21:08:15 +02:00
Carbenium
c0b77fc216
Switch abs to std::abs
...
(cherry picked from commit 8476c2ac5a )
2015-04-05 00:41:39 +02:00
Carbenium
aa1971964b
Add missing override keyword in scripts
...
(cherry picked from commit b948a4275e )
Conflicts:
src/server/scripts/Kalimdor/Firelands/boss_alysrazor.cpp
src/server/scripts/Kalimdor/zone_tanaris.cpp
src/server/scripts/Maelstrom/Stonecore/boss_slabhide.cpp
src/server/scripts/OutdoorPvP/OutdoorPvPZM.h
src/server/scripts/Spells/spell_mage.cpp
src/server/scripts/Spells/spell_paladin.cpp
2015-04-05 00:41:21 +02:00
jackpoz
d23538ce56
Core/Misc: Fix issues reported by static analysis
...
Coverity defect IDs: 1227510, 1227434, 1023036, 1062426, 1062425, 1062424, 1062423, 1062422
2015-04-04 20:20:04 +02:00
DDuarte
606c443cb0
Revert "Merge pull request #14424 from Rushor/Rampart"
...
This reverts commit 22c0007b42 , reversing
changes made to 20bc2c51f6 .
2015-04-03 20:59:15 +01:00
Aokromes
22c0007b42
Merge pull request #14424 from Rushor/Rampart
...
Scripts/HellfireRamparts: Vazruden the Herald - Improve Reset-/ Aggrobehaviour
2015-04-03 21:00:26 +02:00
click
b804539f9b
Core/Script: Remove script for Overlord Mor'ghor - converted to SAI in commit 16179f8
2015-04-03 08:52:52 +02:00
Rushor
5098aba840
Scripts/HellfireRamparts: Vazruden the Herald - Improve Reset-/ Aggrobehaviour
...
by @CDawg
2015-03-22 00:56:05 +01:00
MitchesD
999a5ffa64
Merge pull request #14012 from Rushor/Arca
...
Scripts/Arcatraz: Harbinger Skyriss Adds - Remove Unattackable Flag on Spawn
2015-03-07 17:53:38 +01:00
MitchesD
2a405b94e7
Merge pull request #14053 from Rushor/Melli
...
Scripts/Arcatraz: Warden Mellichar - Set summoned Units in Combat
2015-02-18 18:12:12 +01:00
Nyeriah
85105ac87b
Scripts/BlackTemple: Shade of Akama
...
* Updated to BossAI
* Solved issue with door not closing when event starts
* Solved issue with gossip flag being reset after event is done
* Misc code clean ups
Updates #10430
2015-02-17 15:35:53 -02:00