joschiwald
|
f94eb922f7
|
Core/Spells: fix uninitialised value
|
2013-07-25 18:32:00 +02:00 |
|
joschiwald
|
e9750a4b65
|
Core/Spells: move Death Knights Presences into SpellScripts, fix possible issue after spec change, and fix some startup errors
Closes #10354
|
2013-07-25 18:06:21 +02:00 |
|
joschiwald
|
c4a1ad2810
|
Merge pull request #10342 from joschiwald/spellinfo_corrections
Core/Spells: operate spell correction on SpellInfo store instead of dbc ...
|
2013-07-24 15:18:24 -07:00 |
|
joschiwald
|
8a87ab04ee
|
Merge pull request #10331 from joschiwald/spell_proc_ranks
Core/Spells: allow to use ranked spells in `spell_proc_event` table (lik...
|
2013-07-24 15:00:14 -07:00 |
|
joschiwald
|
e6a146aba8
|
Core/Spells: allow to use ranked spells in spell_proc_event table (like in spell_proc table)
|
2013-07-24 23:52:06 +02:00 |
|
Ascathor
|
5a9810ec08
|
Core/Commands: Added the rank id to .pinfo for guild data
|
2013-07-24 19:25:36 +02:00 |
|
joschiwald
|
9fb45ef64c
|
Core/Spells: load spell ranks for talents from dbc
|
2013-07-24 15:38:19 +02:00 |
|
joschiwald
|
10390465f2
|
Core/Spells: add some logs for loading spell_script_names
|
2013-07-24 15:18:42 +02:00 |
|
joschiwald
|
a522be8108
|
Merge pull request #10336 from joschiwald/spellscripts5
Scripts/Spells: backport some SpellScripts from 4.3.4 branch
|
2013-07-23 17:21:17 -07:00 |
|
joschiwald
|
99c67c103d
|
Scripts/Spells: backport some SpellScripts from 4.3.4 branch
- Fix Earth Shield
- Fix Necrotic Touch
- Fix Reflective Shield
Closes #9145, #9163, #9665
|
2013-07-24 02:13:49 +02:00 |
|
joschiwald
|
00f3b01ea7
|
Core/Spells: operate spell correction on SpellInfo store instead of dbc (picked from 77b85b2ea0)
|
2013-07-24 00:06:21 +02:00 |
|
keke222
|
e11714e948
|
Scripts/Onyxia's Lair: Fixed movement during flight phase and set proper InhabitType
Closes #10335
|
2013-07-23 17:18:46 +02:00 |
|
Warpten
|
ce79e3a078
|
Core/Auras: Implemented Aura::GetScriptByName.
|
2013-07-23 14:38:44 +02:00 |
|
Nay
|
a3aa3f65fd
|
Scripts/VH: Refactor commit 999843d
|
2013-07-23 02:13:09 +01:00 |
|
profPlum
|
999843dfef
|
Scripts/VH: fix for violet hold's activation crystals
Closes #10129
|
2013-07-23 01:51:24 +01:00 |
|
Nay
|
5463f211b4
|
Merge pull request #10323 from joschiwald/spellranks
Core/Spells: use SpellInfo class to get spellrank node instead of SpellMgr helpers
|
2013-07-22 16:28:35 -07:00 |
|
Nay
|
f5a44b19a8
|
Merge pull request #10320 from joschiwald/battleground
Core/Battleground: use generic function to relocate players to closest g...
|
2013-07-22 16:27:10 -07:00 |
|
Nay
|
cd2c33c4eb
|
Merge pull request #10319 from joschiwald/casts
Core/Misc: replace (Player*) casts with ToPlayer()
|
2013-07-22 16:26:41 -07:00 |
|
Shauren
|
3a4e3a5fa9
|
Core/Creatures: Removed vendor item check during loading, MAX_VENDOR_ITEMS should apply to filtered list of items depending on player opening the vendor, not global list size
Closes #10330
|
2013-07-22 17:12:29 +02:00 |
|
Shauren
|
3d6b88f5aa
|
Fixed compile warnings
|
2013-07-21 14:17:24 +02:00 |
|
joschiwald
|
2d6a48840c
|
Core/Spells: use SpellInfo class to get spell rank instead of SpellMgr helpers
|
2013-07-21 13:37:34 +02:00 |
|
joschiwald
|
380cf5d241
|
Core/Misc: replace (Player*) casts with ToPlayer()
|
2013-07-21 01:38:21 +02:00 |
|
joschiwald
|
ddb1183f6a
|
Core/Battleground: use generic function to relocate players to closest graveyard
|
2013-07-21 00:30:19 +02:00 |
|
Nay
|
bf100ffc3c
|
Scripts/Icecrown: Fix a double function call typo in npc_margrave_dhakar
Thanks Josh
|
2013-07-20 15:00:36 +01:00 |
|
Vincent-Michael
|
1ac4f0a9c1
|
SQL: Rename in correct name
|
2013-07-19 14:01:25 +02:00 |
|
Vlad
|
0b9a8ccef5
|
Core/Misc: Change creatures and gameobject phasemask from 16 to 32 bits
Signed-off-by: Nay <dnpd.dd@gmail.com>
|
2013-07-19 04:03:40 +01:00 |
|
Nay
|
ebd9090d80
|
DB/NPCs: Fix Margrave Dhakar equipment
|
2013-07-19 03:25:52 +01:00 |
|
Nay
|
0691a4310f
|
Scripts/Icecrown: Use guid instead of cached Creature* to avoid crashes in npc_margrave_dhakar
|
2013-07-19 02:27:56 +01:00 |
|
Nay
|
ff01602906
|
Scripts/Icecrown: Fix code style and use "best practices" on previous commit (c536ba510)
|
2013-07-19 00:42:59 +01:00 |
|
Nay
|
c536ba510d
|
Scripts/Icecrown: Fix quest The Flesh Giant Champion
Closes #9040
Closes #10294
|
2013-07-19 00:03:27 +01:00 |
|
joschiwald
|
d52ce57e59
|
Scripts/ForgeOfSouls: move "Mirrored Soul" into SpellScripts
|
2013-07-19 00:24:25 +02:00 |
|
blub
|
922fba3a13
|
Merge pull request #10305 from joschiwald/koralon
Scripts/VaultOfArchavon/Koralon: Fix Meteor Fists
|
2013-07-18 14:14:32 -07:00 |
|
joschiwald
|
06d54ba438
|
Scripts/VaultOfArchavon/Koralon: Fix Meteor Fists
|
2013-07-18 23:01:14 +02:00 |
|
Nay
|
eca90db56b
|
Scripts/Commands/Arena: Replace a call of GetPlayerNameByGUID by GetCharacterNameData
|
2013-07-18 21:07:00 +01:00 |
|
Vincent-Michael
|
4ba3c2e51d
|
Misc: Some cleanup
|
2013-07-17 19:42:15 +02:00 |
|
Malcrom
|
8cec422c05
|
DB/Gossip: Add some missing gossip.
|
2013-07-17 06:12:20 -02:30 |
|
Malcrom
|
8462a09264
|
DB/Gossip: Added missing gossip for Royal Historian Archesonus. Removed cpp script.
|
2013-07-16 21:42:40 -02:30 |
|
Vincent-Michael
|
0e4816771a
|
Core/Conditions: Add more infos for invalid skill condition log error
|
2013-07-16 18:22:03 +02:00 |
|
Malcrom
|
bd3fa71d32
|
DB/Gossip: Add and fix a few more gossip menus.
|
2013-07-15 19:57:18 -02:30 |
|
Malcrom
|
53e5075005
|
Scripting/Black Fathom Deeps: Fixed script to use proper spell.
|
2013-07-15 15:15:23 -02:30 |
|
Malcrom
|
cff725982d
|
DB/Gossip: Added gossip for Morridune.
|
2013-07-15 14:53:20 -02:30 |
|
Malcrom
|
9e91219cd3
|
DB/Gossip: Add missing gossip for Sputtervalve. Moved all scripting to SAI.
|
2013-07-15 13:51:51 -02:30 |
|
Shauren
|
779a59e7e2
|
Core/Config: Refactored ConfigMgr
* Loading initial configuration files is now separate from loading any additional custom configs
|
2013-07-15 17:31:44 +02:00 |
|
Vincent-Michael
|
baeecba6c9
|
Core: Fix build
|
2013-07-15 01:07:02 +02:00 |
|
Vincent-Michael
|
08c1a81096
|
Scripted/Misc: Fix random stuff
|
2013-07-15 01:01:37 +02:00 |
|
Nay
|
ee31174caa
|
DB/Items: Change item_template.Flags to uint32 (int(10) unsigned)
|
2013-07-14 18:15:42 +01:00 |
|
Warpten
|
cd3a7f4175
|
Core/Players: Dueling players in your party / raid should not make them always detectable.
Fixes seeing stealthed rogues & druids, as well as invisible mages in duels.
|
2013-07-14 16:46:11 +02:00 |
|
Nay
|
d6f3460796
|
Script/Commands: Fix a crash in .arena captain command
|
2013-07-13 23:07:01 +01:00 |
|
Shauren
|
330dd624b6
|
Core/Movement: Do not remove movement flags that have special opcodes associated with them on teleport
Closes #10162
|
2013-07-13 15:26:10 +02:00 |
|
Malcrom
|
4aad735af9
|
Core/Scripting: Add Wrathbone Flayer script to show channelling visual and correct combat AI.
|
2013-07-13 09:27:27 -02:30 |
|