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
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
Dr-J
43e209e320
DB/Quest: The Fate of Bloodbane
...
Ok, pushing this as is there are some cosmetic issues which need cpp support but since asked several times if someone could fix spell and still not done,
The issue is cosmetic one where the omnious clouds spawn too close to ground,
2014-09-15 11:55:56 +01:00
Shauren
6ce0a3107d
Core/Scripts: Changed GetGUID/SetGUID script hooks to operate on ObjectGuid class
...
Fixed compile for boss scripts starting with letters B, C and D
2014-09-15 00:23:47 +02:00
Nyeriah
e4d875a249
Scripts/ToCR: Set Anub'arak's respawn delay
...
* This needs to be done manually since he's a summon.
Closes https://github.com/TrinityCore/TrinityCore/issues/10587
2014-09-14 18:40:45 -03:00
Shauren
56f46e3ce5
Scripts
...
* Introduced GetGuidData/SetGuidData to store guids in instance scripts (GetData64/SetData64 are still there)
* CONDITION_INSTANCE_INFO: Changed existing DATA64 condition to GUID_DATA to preserve current use of this instance info type (most/all assume the data is a guid) and moved DATA64 to a different value - no db changes needed
* Fixed compile in boss scripts starting with letter A
2014-09-14 23:23:23 +02:00
Vincent-Michael
b0270d547f
Core: Remove whitespace
2014-09-14 21:42:39 +02:00
Vincent-Michael
943e68efc4
DB/Vehicle: Update vehicle stuff for toc5
2014-09-14 21:37:45 +02:00
jackpoz
9337e257fc
Merge branch 'mik1893/fear-vs-stun'
...
Merge PR #13095 into master
2014-09-14 21:03:17 +02:00
jackpoz
7d26a2ccd4
Scripts/Commands: Fix ".npc info" immune mask output
...
Fix ".npc info" showing wrong immune mask list
Fixes #12358
2014-09-14 20:58:17 +02:00
Vincent-Michael
50e38d6534
DB/Misc: Update spawn for toc5
2014-09-14 20:15:04 +02:00
Nyeriah
92d514d0c9
Scripts/Misc: Some code style fixes for old code
2014-09-14 12:55:48 -03:00
Shauren
d72c4085de
Core/Misc: Fixed build without pch
2014-09-14 17:29:13 +02:00
Nyeriah
66c90122ec
Scripts/OnyxiaLair:
...
- Potential null pointer crash fix
- Reset react state properly on wipes during air phase
2014-09-14 12:16:07 -03:00
Malcrom
14367ca8c0
Scripting/Stand spell: Remove UNIT_FIELD_FLAGS change from spell script.
2014-09-14 12:37:04 -02:30
Shauren
2a1a294383
Scripts/Commands: Fixed build with -DSCRIPTS=0
2014-09-14 16:54:21 +02:00
jackpoz
16f0f05d44
Core/Misc: Fix issues reported by static analysis
2014-09-14 16:34:15 +02:00
Shauren
a0e50ea35f
Core/Entities: Use ObjectGuid class in game project
2014-09-14 16:14:12 +02:00
Malcrom
716c2918d2
Scripting/Spell Stand: Move this spell to spells generic.
2014-09-14 11:15:25 -02:30
Vincent-Michael
456deb68e9
SQL: Fix sql import
2014-09-14 15:19:29 +02:00
Dr-J
629b44867d
DB/Misc: Missing spawns/phasing
...
Phasing and missing spawns required for The Reckoning and Tirion's Gambit,
Note this does not fix these quests it only deals with spawns, phasing, gossip and gossip conditions.
2014-09-14 13:38:35 +01:00
Gacko
961aaf5b9d
Rename SQL
2014-09-14 12:26:52 +02:00
Duarte Duarte
a6ed252527
Rename 2014_09_13_05_335world_misc.sql to 2014_09_13_05world_misc_335.sql
2014-09-14 01:50:59 +01:00
Duarte Duarte
7274a4f832
DB/Waypoints: Correct text of Artificer Daelo
...
Fixes #13130
Ref 27479cf571
2014-09-14 01:50:42 +01:00
Dr-J
f50d1d26c3
DB/Misc Cryo-Engineer Sha'heen (3.3.5)
...
Fix Ethereal Transporter Control Panel in the mana-tombs to summon Cryo-Engineer Sha'heen http://www.wowhead.com/npc=19671
This npc is no longer summonable in game quest he gives was dropped in 4.3.
2014-09-13 23:24:40 +01:00
Dr-J
a97e980a1c
DB/Misc: Misc Fixes
...
* Fix credit for researching gearmasters manual again as I somehow managed to omit this when I updated the event script to spawn him in proper position
* Spawn Greatfather Aldrimus http://www.wowhead.com/npc=19698 , only problem is this npc is meant to be invisible until player until player has completed quest chain starting with I see dead dreanei, in sniff have no auras on this npc, only thing in bytes1 is 0x10008
* Spawn Skyguard Prisoner http://www.wowhead.com/npc=23383 , believe there should be more possibly pooled have sniff of 1 only
* Drop Ragnaros Submerge Visual from Serfex the Reavers script, in sniff serfex did not cast this spell at all and actually had script to cast 2 submerge visuals but would always still be above ground,
2014-09-13 23:17:51 +01:00
Sebastian Valle Herrera
1e5f269d7d
Core/Quests: Don't display a message if the player doesn't meet the requirements for the next (automatic) quest in a chain.
2014-09-13 16:40:52 -05:00
Vincent-Michael
9b363e10d7
SQL: Fix sql import
2014-09-13 23:23:58 +02:00
Vincent-Michael
5af2be7468
Scripts/Misc: Fix issues reported by static analysis
2014-09-13 23:15:00 +02:00
MitchesD
d9fdbb06e4
Scripts/CoS: Salarmm rewritten to BossAI/EventMap
2014-09-13 21:39:26 +02:00
joschiwald
59baaeec48
Core/Chat: cleanup MonsterText methods
2014-09-13 20:41:31 +02:00
Vincent-Michael
11bb300c69
Script/CoS: Fix quest credit for mal ganis (but @Aokromes like more HACKS)
2014-09-13 19:14:32 +02:00
Nyeriah
e746e8685c
Scripts/UtigardePinnacle: Use a generic spell to calculate the damage for Dark Slash instead
...
Thanks to @Vincent_Michael for the heads up
2014-09-13 11:10:33 -03:00