Commit Graph

21898 Commits

Author SHA1 Message Date
MrSmite
54cc8adac5 Fix spell cooldown for guardian pets 2014-11-14 16:38:12 -05:00
cr4st
669d59992b Core/Player: Fix Cosmetic Auto-Repeat Bug
Closes #13532
Fixes #12436
2014-11-11 12:52:27 +00:00
Heihachi
3e03e546d3 Scripts/Commands: mod xp command
Closes #13476
2014-11-11 00:45:30 +00:00
ShinDarth
fd0b961781 Core/Commands: implement .pvpstats command
Shows number of battleground victories in the last 7 days

Closes #13460
2014-11-10 22:30:20 +00:00
Appled
502a7e6a2e DB/Spells: Cleaned playercreateinfo_spell_custom table and added WoTLK class spells only
Current playercreateinfo_spell_custom table has very weird spells in it. I emptied table, created new character for each class, logon each class, learned every spell from trainer and then added rest spells from quests (for example, hunters' Tame Beast). After that I did a PHP script to get character's spells from character_spell table and insert them into playercreateinfo_spell_custom table.

This has all trainer spells and quest spells (if any) for 3.3.5!

Fixes #13509
Closes #13516
2014-11-10 21:04:37 +00:00
Gooyeth
75f0c7967c Fix Battleground List window.
Hide window after level 10, show only in level 10
2014-11-10 08:30:20 -06:00
jackpoz
064b47eccf Core/LFG: Allow group bound to LFG instance to re-queue if someone leaves the party 2014-11-09 20:41:22 +01:00
Rat
323f80c801 Core/Phases: Mmaps now use the swapped terrain's mmtiles for all units if available
- Needs more testing!
2014-11-08 23:00:12 +01:00
jackpoz
c2a69e748e Core/LFG: Fix being unable to re-queue after leaving queue 2014-11-08 22:52:09 +01:00
Rat
34553afa95 Core/Zmq: Added 50ms wait in the Run() loop to get rid of excessive cpu usage
(cherry picked from commit cbb6ca0339)
2014-11-08 13:11:53 +00:00
jackpoz
1802fb3e1e Core/LFG: Fix party members not being able to vote to kick Leader 2014-11-07 22:17:04 +01:00
Nyeriah
a7c781a02d Scripts/ToC: Simplify the code for "A Tribute to Immortality" achievement
* also fixes the achievement being still awarded if players die indirectly during boss fights (Anub'arak adds, for example)

(cherry picked from commit 9838cbda1a)
2014-11-06 22:18:02 -02:00
Nyeriah
9838cbda1a Scripts/ToC: Simplify the code for "A Tribute to Immortality" achievement
* also fixes the achievement being still awarded if players die indirectly during boss fights (Anub'arak adds, for example)
2014-11-06 22:13:13 -02:00
Aokromes
dfa99455ab Merge pull request #13368 from Mihapro/4.3.4-TheStonecore
Scripts/Instance: The Stonecore
2014-11-05 00:28:08 +01:00
Mihapro
50bf6cad6a Scripts/Instance: The Stonecore 2014-11-05 00:09:16 +01:00
Aokromes
209b042563 Merge pull request #13500 from treak/fix_champion_conqueror_of_ulduar_achieve
Scripts/Ulduar: fix Achievs "Champion of Ulduar" and "Conqueror of Uldua...
2014-11-04 23:54:59 +01:00
treak
3530b938a8 Codestyle 2014-11-04 23:13:04 +01:00
Gecko32
5d6de9a821 Core/Spells: Prevent Divine Intervention from removing death persistent auras
Such as Dungeon Deserter, Resurrection Sickness, etc

(cherry picked from commit fbcd180716)
2014-11-04 14:33:35 -02:00
Gecko32
fbcd180716 Core/Spells: Prevent Divine Intervention from removing death persistent auras
Such as Dungeon Deserter, Resurrection Sickness, etc
2014-11-04 14:29:18 -02:00
Vincent-Michael
a856bb7843 Core: Fix warnings
(cherry picked from commit 48d47998d9)

Conflicts:
	src/server/game/Entities/Object/Object.cpp
2014-11-03 20:23:03 +01:00
treak
341e374c72 Scripts/Ulduar: fix Achievs "Champion of Ulduar" and "Conqueror of Ulduar"
Signed-off-by: treak <goodfeelingzzz@gmail.com>
2014-11-03 19:53:27 +01:00
Nyeriah
2ccd3137f4 Scripts/ScarletMonastery: Kill an unused parameter warning 2014-11-03 04:30:52 -02:00
Rat
e7a248523a Core/Phases: Load all phaseable mmtiles (yet unused) when loading the phase's root map 2014-11-02 20:41:45 +01:00
Discover-
b61098a2d4 Core/SAI: Allow dropping a specific amount of aura charges using SMART_ACTION_REMOVEAURASFROMSPELL (action_param2).
(cherry picked from commit ed4feec276)
2014-11-02 18:48:31 +01:00
MitchesD
9cd59c258c Scripts/CoS: removed SetDespawnAtFar, fixed situation when Artas attacked some NPC and disappeared because he was out of range of players
With these lines it's almost impossible to finish properly this dungeon. For example when Arthas moves ahead to attack NPC and then returns back, when this happens, Arthas is despawned.
2014-11-02 17:25:21 +01:00
Rat
cbb6ca0339 Core/Zmq: Added 50ms wait in the Run() loop to get rid of excessive cpu usage 2014-11-02 16:49:45 +01:00
Nyeriah
9ed8dc0263 Scripts/ToC: Remove a safe-measure call that caused issues
Closes #11874

(cherry picked from commit 3f094b9116)
2014-11-02 01:20:41 -02:00
Nyeriah
3f094b9116 Scripts/ToC: Remove a safe-measure call that caused issues
Closes #11874
2014-11-02 01:17:45 -02:00
Rat
1f4d52b2ff Core/Phases:
- Added terrain swap info to .gps command (todo: move text to db)
- RebuildTerrainSwaps when adding a Unit to world
2014-11-01 20:36:24 +01:00
Rat
50228fc9da Core/Phases:
- Implemented CONDITION_SOURCE_TYPE_PHASE (26)
- Implemented phase_area DB table to link phases to specific areas using conditions
- updated logic to correctly handle phases gained from auras and areas (they should not remove each other's phases)
2014-11-01 19:36:05 +01:00
Nyeriah
33aaacb2e8 Scripts/ToC: Few codestyle changes and clean ups
(cherry picked from commit f6896c9a3a)
2014-11-01 02:06:44 -02:00
Nyeriah
f6896c9a3a Scripts/ToC: Few codestyle changes and clean ups 2014-11-01 01:58:49 -02:00
Nyeriah
2a1ad10b80 Scripts/ToC: Twin Val'kyr
- Script rewritten to EventMaps
- Implemented random special ability sequence
- Adjusted timer for special abilities to 45 seconds
- Misc clean up.
Closes #7546

(cherry picked from commit e5da0dccfa)
2014-11-01 00:47:15 -02:00
Nyeriah
0ef518fefc Scripts/ToC: Misc forgotten clean ups 2014-11-01 00:42:05 -02:00
Nyeriah
e5da0dccfa Scripts/ToC: Twin Val'kyr
- Script rewritten to EventMaps
- Implemented random special ability sequence
- Adjusted timer for special abilities to 45 seconds
- Misc clean up.
Closes #7546
2014-11-01 00:10:42 -02:00
Shauren
5781119c4b Core/Entities: Fixed data sent in movement packets - time3 in transport block is actually the id of a vehicle we are passenger on 2014-11-01 00:24:10 +01:00
Rat
9690b54f75 Core/Phases: handle empty phaselist as always visible 2014-10-31 19:23:29 +01:00
Rat
79af33a508 Core/Phases:
- redone how default terrain swaps are handled
- added new table for worldmaparea data
- only send terranswaps for player's current map
- always send all valid worldmaparea swaps for ingame worldmap
- added Hyjal's terrain swap as example, after turning in quest 25372, the Inferno area will change to Regrowth, both the terrain and the worldmap changes
2014-10-31 18:42:02 +01:00
Rat
03fed3c7a4 Core/Phases: implemented usage of default terrain swaps
- added example for Gilneas (from sniff)
2014-10-31 00:05:13 +01:00
Rat
2583661703 Core/Phases:
- fixed packet structure, thanks to Shauren for the notice
- fixed .mod phase command
- implemented world map area swaps for swapped terrain
2014-10-30 23:08:23 +01:00
Rat
d77bb02e88 Core/Phases: some error checking at db loading
- implement .debug phase command
2014-10-30 21:20:04 +01:00
Rat
8ba89d2311 Core/Phases: implemented new commands:
.npc set phase
.npc set phasegroup
- implemented saving creature phasing to database
2014-10-30 16:18:11 +01:00
Rat
5993b946c9 Core/Phases: some cleanup
- implemented CopyPhaseFrom(obj)
2014-10-30 13:35:12 +01:00
Rat
4fab55d703 Core/Phases: apply phasing to bones when converting from corpse 2014-10-30 11:58:05 +01:00
Rat
2f48b5fb59 Core/Phases: gamemasters should see all phases with gm on 2014-10-30 11:45:01 +01:00
Rat
b91c8c76b6 Core/Phases: fixed corpse phase deleting 2014-10-30 11:28:10 +01:00
Nyeriah
379be86493 Scripts/Ulduar: Fix Ignis' Slag Pot periodic ticks and enable achievement "Hot Pocket"
(cherry picked from commit 21820b425b)
2014-10-29 21:54:15 -02:00
Nyeriah
21820b425b Scripts/Ulduar: Fix Ignis' Slag Pot periodic ticks and enable achievement "Hot Pocket" 2014-10-29 21:46:51 -02:00
Rat
517369a3df Core/Phases: more work on corpse phasing
- moved all sql queries to prepared statements
- implemented corpse phases saving, loading, cleaning
2014-10-29 21:47:25 +01:00
Unholychick
ccb055d95f Scripts/Ulduar: Fix Ignis' golems not shattering in 25m
Closes #10519

(cherry picked from commit 60493b3057)
2014-10-29 14:57:38 -02:00