Dr-J
72dcd95015
DB/Misc: Medical Supplies / Sunhawk Reclaimer
...
* Spawn Missing Medical Supplies http://www.wowhead.com/object=181898/medical-supplies
* Script Sunhawk Reclaimer
2014-09-19 17:20:31 +01:00
Shocker
80f77977f1
Core/Grids: Replace some magic numbers with constants
...
(P.S.: That's why! @cs_misc.cpp)
2014-09-19 18:03:49 +03:00
DDuarte
c678eaa71e
Core/MapScripts: Use proper enum value for boss whisper in SCRIPT_COMMAND_TALK
2014-09-19 15:19:53 +01:00
DDuarte
878b7d3811
Core/MapScripts: Use proper source unit in SCRIPT_COMMAND_TALK
...
Closes #13161
2014-09-19 15:04:24 +01:00
Dr-J
d672e78a5b
DB/Misc: Various Fixes
...
* Noggenfogger Elixir - Fix by @Rushor Closes #13041
* Sprinkle's Secret Ingredient - Fix by @Rushor Closes #13040
* Xavian Satyrs - Fix by @Rushor Closes #12965
* Icepaw Bear / Tails up - Closes #13030
2014-09-19 13:47:25 +01:00
Malcrom
a32d15c4ef
Scripting/Tanaris: added a few enums
2014-09-19 01:40:15 -02:30
DDuarte
256ad379dd
Oops.
2014-09-19 03:39:57 +01:00
DDuarte
cefcde9ba9
Core/Misc: Multiple static analysis issues fixed (small optimizations and clear code)
2014-09-19 03:30:02 +01:00
joschiwald
e6b7de8c97
Fixed build
2014-09-19 04:20:01 +02:00
Malcrom
bb5becaffc
DB/Misc: Some misc fixes for Northrend. Mostly fix flight speed of some npcs.
2014-09-18 23:42:41 -02:30
joschiwald
0f1f7ef401
Core/Misc: multiple changes
...
* fixed build
* apply tc codestyle to ObjectGuid class
* fixed warning
2014-09-19 03:16:59 +02:00
Dr-J
5b363992ff
DB/Gossip: Proenitus
...
Closes #13165
2014-09-19 01:48:48 +01:00
Dr-J
3a7fed7346
DB/Misc: More texts
...
Howling Fjord again,
also fixes the error from 55ecd1c913
2014-09-19 01:12:52 +01:00
joschiwald
9d9919f6e0
Core/AreaTriggers: enable areatrigger teleports in battleground
...
Closes #11999
2014-09-19 01:48:35 +02:00
joschiwald
e567ab9597
Core/Texts: added TextRange parameter to creature_text
...
Ranges:
0 - Normal (Default)
1 - Area
2 - Zone
3 - Map
4 - World
Ref #13116
2014-09-18 23:33:59 +02:00
Aokromes
46193d6a14
DB/Creature: Remove disable combat movement from some SAI
...
By Malcrom
2014-09-18 22:50:55 +02:00
jackpoz
08069dfba7
Shared/Logging: Use standard format specifier for size_t
...
Use standard format specified PRIuPTR for printing/logging size_t type that can be either uint32_t or uint64_t depending on platform/build configuration
2014-09-18 21:24:40 +02:00
Shauren
31656c0213
Core/Trade: Fixed enchanting soulbound items in trade
...
Closes #12850
2014-09-18 21:15:39 +02:00
Vincent-Michael
ad49bd5194
SQL: Fix sql import
2014-09-18 06:05:38 +02:00
joschiwald
72ed5bfc93
Core/Misc: changed trinity string id to unsigned and removed obsolete code
2014-09-18 02:36:28 +02:00
Dr-J
55ecd1c913
DB/Misc: Queen Angerboda
...
Fixes script for the Slumbering King.
Closes #10247
2014-09-18 01:06:27 +01:00
joschiwald
0e877e784d
forgotten to click save :(
2014-09-18 00:44:48 +02:00
joschiwald
60176157a7
Scripts/Gundrak: cleanup InstanceScript
...
* converted Gal'Darah and Moorabi to BossAI
* add and correct some texts
* fixed altar activation spell visual
2014-09-18 00:38:28 +02:00
joschiwald
b08dcb1d99
Core/Scripts: implemented a guid map in InstanceScript, this way you can easier store guids and access its objects
2014-09-18 00:25:05 +02:00
joschiwald
053beae172
Core/Spells: consider spell speed in SPELL_EFFECT_CHARGE
...
Misc: removed some duplicate guid words in logs
2014-09-17 23:24:31 +02:00
Shauren
e57a63939e
Core/NetworkIO: Fixed queued packets not being properly sent causing players to be stuck during loading
...
Closes #13120
2014-09-17 23:06:34 +02:00
Dr-J
86f9b1d3e2
DB/Quest: Matis the Cruel
...
Script this quest,
* One line is not proper text and thus no broadcast text id, the proper text is same line but with $n instead of npc name but on tc this gets filled by player name which for this text is not the right behaviour
* Know Matis gets up again after been captured, same happens on retail did not mean to replicate that bug but managed too.
2014-09-17 21:31:42 +01:00
MitchesD
763a21d376
Merge pull request #13159 from ShinDarth/335_fix2
...
Corrected grammar of some strings
2014-09-17 19:29:21 +02:00
ShinDarth
1a068659b6
Core/Grammar: corrected grammar of some strings
2014-09-17 19:03:15 +02:00
Duarte Duarte
048e043d0d
Merge pull request #13154 from Unholychick/casts
...
Core/Spells: Fix some -Wconversion warnings
2014-09-17 16:09:18 +01:00
Vincent-Michael
7db99ca007
Core: Fix warnings
2014-09-17 16:58:08 +02:00
DDuarte
af7daba02d
Core/SAI: Remove SMART_ACTION_STORE_VARIABLE_DECIMAL
...
It's not used.
2014-09-17 01:07:29 +01:00
Unholychick
6477e96cca
Core/Spells: Fix some -Wconversion warnings
...
Attempt to fix #13152 by properly casting between data types during damage calculations.
2014-09-16 23:56:05 +02:00
Nyeriah
2a262aad21
Scripts/Quest: Script spell for quest "Fumping"
...
Updates https://github.com/TrinityCore/TrinityCore/issues/11418
2014-09-16 17:49:16 -03:00
Shauren
7d1d55124c
Merge branch 'ObjectGuid' of https://github.com/TrinityCore/TrinityCore
...
Conflicts:
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Player/Player.h
src/server/game/Scripting/MapScripts.cpp
src/server/scripts/Northrend/Naxxramas/instance_naxxramas.cpp
src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp
src/server/scripts/Northrend/Nexus/Nexus/boss_anomalus.cpp
src/server/scripts/Northrend/Nexus/Nexus/boss_magus_telestra.cpp
src/server/scripts/Northrend/Nexus/Oculus/boss_varos.cpp
src/server/scripts/Northrend/Ulduar/HallsOfStone/halls_of_stone.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_auriaya.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_ignis.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_razorscale.cpp
src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_skadi.cpp
src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp
src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_ymiron.cpp
2014-09-16 21:50:01 +02:00
Shauren
9b933b4a29
Core/Misc: Removed explicit qualifier from ObjectGuid uint64 conversion operator
2014-09-16 20:57:11 +02:00
Shauren
878073d516
Core/Logging: Fixed incorrect usage of guid in logs
2014-09-16 20:47:08 +02:00
Shauren
bee9a3069b
Core/Scripts: Fixed incorrect guid usage in logs
2014-09-16 19:56:33 +02:00
Shauren
6c1a33d62d
Core/Scripts: Fixed incorrect guid usage in logs
2014-09-16 19:47:10 +02:00
Dr-J
6810a4469e
DB/Misc: DB Stuff for some quests.
...
DB Changes for Fumping and A Really Big Worm
Neither of these quests will work until they get cpp support (spell scripts), @Nyeriah is on this believe, she already has spellscript for first now just 2nd is taking a while longer.
2014-09-16 17:58:30 +01:00
Nyeriah
4e521c1253
SQL: Fix typo at e23814c85b
2014-09-16 11:49:53 -03:00
Nyeriah
e23814c85b
DB/Achievement: Set proper map difficulty for achievement "Oh Novos!"
...
Closes https://github.com/TrinityCore/TrinityCore/issues/13150
2014-09-16 11:39:35 -03:00
Shauren
9b316fe689
Core/Scripts: Fixed PCH build
2014-09-16 00:44:56 +02:00
Shauren
5ac62d9ca3
Core/Scripts: Fixed build zone_* scripts
2014-09-15 23:57:03 +02:00
Dr-J
0a205a460c
DB/Misc: Respawn some npcs I did not mean to delete
...
closes #13143
2014-09-15 22:38:58 +01:00
Shauren
48deb443f9
Core/Scripts: Fixed build of misc scripts, only zone_* and instance_* remain
2014-09-15 22:52:09 +02:00
Shauren
a3d8f1d879
Core/Scripts: Fixed build of boss_* scripts
2014-09-15 22:07:11 +02:00
Dr-J
cf04e19c33
DB/Misc; Spawns
...
Delete permament spawns of Frigid Ghoul and Frigid and get the npcs which attack these to cast the spells to summon them as they do in sniff.
2014-09-15 18:20:51 +01:00
Dr-J
38200f8360
Addition to 43e209e320
...
I could have sworn I already added broadcast texts to original sql but seems where missing,
2014-09-15 13:18:05 +01:00
Aokromes
d4703319ab
DB/Gameobject: Revert flags for Ulduar Teleporter
...
By digz6666, closes #13126
2014-09-15 13:02:07 +02:00