Nyeriah
c79af3f16f
Core/RBAC: Allow setting different default security level roles to different realms
2014-12-10 18:43:14 -02:00
Dr-J
f5c2fa899e
Remove Alexstrasza the Life-Binder CPP
2014-12-09 14:20:05 +00:00
jackpoz
ce5226dc55
Merge pull request #13558 from MrSmite/3.3.5
...
Fix spell cooldown for guardian pets
Fixes https://github.com/TrinityCore/TrinityCore/issues/13450 , closes https://github.com/TrinityCore/TrinityCore/pull/13452 and https://github.com/TrinityCore/TrinityCore/pull/13558
2014-12-08 21:09:18 +01:00
Gacko
0bad99626b
Core/ObjectMgr: Fix log format
...
(cherry picked from commit 3498d9579d )
Conflicts:
src/server/game/Globals/ObjectMgr.cpp
2014-12-06 15:47:42 +01:00
joschiwald
5b93a6b392
Core/Scripts: log ScriptNames assigned in database without core script
...
(cherry picked from commit cc4ebdbe05 )
2014-12-06 15:38:21 +01:00
Dr-J
2e757f8198
Remove Blackhoof Cage CPP
2014-12-06 00:08:58 +00:00
Nyeriah
548cc1cd2f
Scripts/Misc: Initialize a couple of fields
2014-12-05 19:13:38 -02:00
Dr-J
f80a9f9f72
Tidying up cpp - zone_icecrown.cpp
...
* Remove script for The Flesh Giant Champion
* Remove script from for Vereth the Cunning as even though I scripted new recruit using the correct npc (Geist Return Bunny) today discovered this npc had script for it even though never worked as before I scripted the lithe stalkers did not move when subdued.
2014-12-05 19:30:05 +00:00
Nyeriah
09b71ef8bd
Scripts/MountHyjal: Update Archimonde's script
...
@todo: instance scripts needs a major clean up
Closes #6471
2014-12-04 17:50:11 -02:00
Dr-J
19967a6646
Removing CPP for "Stinky" Ignatz
2014-12-04 02:38:52 +00:00
Dr-J
0b3b5d66e6
Some Cleanup of CPP I forgot to remove
2014-12-03 01:36:21 +00:00
jackpoz
d8c3115bbd
Core/NetworkIO: Skip AntiDoS checks for queued packets
2014-11-30 22:08:09 +01:00
Nayd
f9513c8b2e
Core/Scripts: Fix build
...
Closes #13636
2014-11-27 12:59:03 +00:00
Nyeriah
3d2d2a97e0
Scripts/MoltenCore: Fix logic at Ragnaros' Magma Blast casts
...
(should only be cast while the main target is not in melee range)
2014-11-27 03:19:59 -02:00
Nayd
24c173f387
Core: Use the correct function to convert strings to unsigned longs and unsigned long longs
...
Fixes wrong data being inserted into the database (i.e explored zones).
More info in #13493
Fixes #13493
Thanks to @jackpoz for finding the code issue and @Vavehl for an expectional bug report.
Conflicts:
src/server/game/Entities/Player/Player.cpp
src/server/game/Globals/ObjectMgr.cpp
src/server/scripts/Commands/cs_misc.cpp
src/server/scripts/Commands/cs_modify.cpp
2014-11-26 02:21:50 +00:00
Nyeriah
0a0e9b196f
Scripts/CoS: Added SetDespawnAtFar, fixes Arthas despawning if no players are in range
...
(specially during waves)
2014-11-23 03:26:24 -02:00
Nyeriah
e778ee1416
Scripts/SteamVault: Remove non-selectable flag from access panels once their respective bosses are done
2014-11-21 15:46:26 -02:00
joschiwald
716d1404de
Scripts/SethekkHalls: fixed Talon King Coffer
2014-11-20 17:56:21 +01:00
joschiwald
767b3e890e
Fixed typo in previous commit
2014-11-20 14:15:36 +01:00
joschiwald
d9c6b8fd89
Core/Logging: improved conditions error log messages
2014-11-20 13:55:26 +01:00
Dr-J
e209a738d7
Remove uneeded script
...
Removing core script for go_gjalerbron_cage and go_large_gjalerbron_cage
2014-11-19 22:31:23 +00:00
Nayd
1119558b9e
Core/Networking: Catch possible boost exception in StartNetwork
...
Closes #13557
(cherry picked from commit 3eb120ab50 )
2014-11-16 20:10:23 +00:00
Heihachi
2d000a42e9
Core/Player: Fix Restes/RaF exp on the exp bar and from kills
...
Final Time :'(
2014-11-15 02:43:16 -06:00
joschiwald
41ac4d5822
Script/Spells: fixed crash in spell_hun_aspect_of_the_beast
...
Closes #13560
2014-11-14 23:53:22 +01:00
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
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
jackpoz
c2a69e748e
Core/LFG: Fix being unable to re-queue after leaving queue
2014-11-08 22:52:09 +01: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
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
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
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
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
Nyeriah
3f094b9116
Scripts/ToC: Remove a safe-measure call that caused issues
...
Closes #11874
2014-11-02 01:17:45 -02:00
Nyeriah
f6896c9a3a
Scripts/ToC: Few codestyle changes and clean ups
2014-11-01 01:58:49 -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
Nyeriah
21820b425b
Scripts/Ulduar: Fix Ignis' Slag Pot periodic ticks and enable achievement "Hot Pocket"
2014-10-29 21:46:51 -02:00
jackpoz
248847290a
Merge pull request #13440 from Rochet2/ahbot
...
Core/AH: AHBot related fixes
2014-10-28 20:57:18 +01:00
Nyeriah
4c93ac74da
Scripts/Ulduar: Fix Kologarn's arms being despawned before they're used to access the rubble spawning triggers
2014-10-27 00:57:20 -02:00
treak
e0512dd4b4
Scripts/Freya: Fix Lumberjacked Achieve
...
Closes #13435
Fixes #8166
2014-10-27 01:25:39 +00:00
jackpoz
8d39ad435a
Core/AH: Code cleanup
...
Remove unused paramters from RemoveAuction(), kept till now for compatibility with ahbot patch.
Reverts 28dffbee11
2014-10-26 19:37:07 +01:00