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
Malcrom
a32d15c4ef
Scripting/Tanaris: added a few enums
2014-09-19 01:40:15 -02:30
DDuarte
cefcde9ba9
Core/Misc: Multiple static analysis issues fixed (small optimizations and clear code)
2014-09-19 03:30:02 +01:00
joschiwald
0f1f7ef401
Core/Misc: multiple changes
...
* fixed build
* apply tc codestyle to ObjectGuid class
* fixed warning
2014-09-19 03:16:59 +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
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
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
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
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
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
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
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
Nyeriah
92d514d0c9
Scripts/Misc: Some code style fixes for old code
2014-09-14 12:55:48 -03: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
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
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
Nyeriah
12e405bedd
Scripts/UtgardePinnacle: King Ymiron
...
- Updated to EventMaps
- Replaced manual summons with proper spells
- Fixed glitch where boss would resume fight/run back to his main target before the ancestor summon roleplay was over (it might still need few adjustments i.e fire on boat is currently missing)
- Implemented damage calculation for spell Dark Slash (http://www.wowhead.com/spell=48292 ) as previously the spell would do no damage and it's BasePoints is 0
2014-09-13 10:33:51 -03:00
DDuarte
27479cf571
Core/Scripts: Nuke db_script_string table and make SCRIPT_COMMAND_TALK with broadcast_text instead
...
Original code by @Ascathor with modifications
Closes #13092
2014-09-13 02:45:51 +01:00
Shauren
ce67a097bf
Core/Entities: Use new PackedGuid class
2014-09-13 01:12:16 +02:00
jackpoz
f5a3913d95
Core/Misc: Refactor scripts to fix static analysis warnings
...
Fifth batch of fixes targeting 100 issues reported by Coverity
2014-09-13 00:01:34 +02:00
MitchesD
d7b0ee7c03
Merge pull request #12927 from MitchesD/misc_3
...
Scripts/CoS: implemented Infinite Corruptor, improvements in instance sc...
2014-09-12 15:25:07 +02:00
Dr-J
4e25304a66
Remove mount vendor cpp script
2014-09-12 13:48:51 +01:00
MitchesD
cc00d2f181
Scripts/CoS: implemented Infinite Corruptor, improvements in instance script and Meathook converted to BossAI
...
Guardian of Time should have some text, but I have not found anything in sniff. Also the whole event needs to be rewritten and improved.
2014-09-12 14:46:41 +02:00
Vincent-Michael
dd687592ca
Core: Fix typo in cec2cc806b
2014-09-11 21:54:10 +02:00
Dr-J
cec2cc806b
a correction
2014-09-11 20:50:37 +01:00
Dr-J
4331c714d7
Remove a Gossip Script which is already in DB
...
Remove script for Khadgar all of the gossip menus and options are already in db and this is only a gossip script, will deal with db stuff in next commit
2014-09-11 20:46:00 +01:00
MitchesD
1e3aa97098
Scripts/Misc: some small changes after recent commits
2014-09-11 15:22:30 +02:00
Nyeriah
b35edcabb6
Scripts/AV: Drekthar updated to EventMaps
2014-09-11 03:25:15 -03:00
Nyeriah
ce97e9194c
Scripts/Gundrak: Eck the Ferocious updated to EventMap/BossAI
...
- Moved his spawn handling to instance script
2014-09-11 02:39:57 -03:00
Nyeriah
561cc47a00
Scripts/AV: Captain Galvangar updated to EventMaps
2014-09-10 03:45:44 -03:00
dkmbasura
08b2cf6cba
Scripts/The Barrens: Make BIG WILL attackable in quest id 1719 (the affray)
...
Closes #13072
Ref #4764
2014-09-09 22:57:57 +01:00
Dr-J
29951ba394
Remove CPP script for Jenny/Jezzix Geartwist
2014-09-09 21:38:05 +01:00
Dr-J
02a1c92ea7
Remove seaforium depth charge
...
Remove cpp script for seaforium depth charge ((Bury those cockroaches)).
2014-09-09 20:35:23 +01:00