Vincent-Michael
5583bcfeea
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/scripts/Commands/cs_misc.cpp
src/server/scripts/Commands/cs_modify.cpp
src/server/scripts/Commands/cs_reload.cpp
2013-09-10 19:53:43 +02:00
Vincent-Michael
a5bcab16a9
DB/Creature: Removed hack in 356ba1e0ce
2013-09-10 18:55:03 +02:00
Aokromes
d617969d22
Core/RBAC: Fix typos in recent SQL files
...
I hope this is final one....
2013-09-10 18:21:32 +02:00
Aokromes
4d6adbbb1b
Core/RBAC: Fix typos in recent SQL files
2013-09-10 18:20:36 +02:00
Aokromes
f65be0d30d
Core/RBAC: Fix typos in recent SQL files
2013-09-10 16:38:04 +02:00
Aokromes
6ec94e4177
Core/RBAC: Fix typos in recent SQL files
2013-09-10 16:20:10 +02:00
Aokromes
c70eda3234
Core/RBAC: Fix typos in recent SQL files
2013-09-10 16:17:47 +02:00
Spp
0ed83024e0
Core/RBAC: Fix typos in recent SQL files
2013-09-10 15:47:17 +02:00
Spp
953575abfa
Core/RBAC: Remove obsolete generic command permissions
...
Note: If you have any custom command, CHECK THE SQLS BEFORE APPLYING
2013-09-10 15:35:10 +02:00
Spp
78363e11b5
Core/RBAC: Move titles and wp commands to RBAC (using individual permissions)
2013-09-10 15:26:48 +02:00
Spp
b10241876e
Core/RBAC: Move ticket commands to RBAC (using individual permissions)
2013-09-10 15:13:08 +02:00
Spp
68ab10ccd4
Core/RBAC: Move tele commands to RBAC (using individual permissions)
2013-09-10 15:01:39 +02:00
Spp
abbc6b2760
Core/RBAC: Move server commands to RBAC (using individual permissions)
2013-09-10 14:57:01 +02:00
Spp
7183a355d2
Core/RBAC: Move reset commands to RBAC (using individual permissions)
2013-09-10 14:33:27 +02:00
Spp
1f95f0b0b8
Core/RBAC: Move reload command to RBAC (using individual permissions)
2013-09-10 14:25:07 +02:00
Spp
4f632ee3ff
Core/RBAC: Move quest commands to RBAC (using individual permissions)
2013-09-10 13:57:30 +02:00
Spp
efa194a7ce
Core/RBAC: Move npc commands to RBAC (using individual permissions)
2013-09-10 13:48:57 +02:00
Spp
04b313557e
Core/RBAC: Move modify commands to RBAC (using individual permissions)
2013-09-10 13:28:32 +02:00
Spp
4d36ce7405
Core/RBAC: Move mmap commands to RBAC (using individual permissions)
2013-09-10 13:08:39 +02:00
Spp
1038446278
Core/RBAC: Move misc commands to RBAC (using individual permissions)
2013-09-10 12:59:25 +02:00
Spp
ec1e88d888
Core/RBAC: Move send commands to RBAC (using individual permissions)
2013-09-10 12:24:40 +02:00
Filip
62a4d53fe7
Because I hate tabs
2013-09-10 12:14:01 +02:00
Filip
356ba1e0ce
DB/SAI: The Zephyrium Capacitorium(part 1), The Singing Ridge(part 2), Razaan's Landing, Ruuan Weald
...
Fixes #6322 Fixes #6323 Fixes #6324
2013-09-10 12:10:26 +02:00
Spp
83cb44d79f
Core/RBAC: Move pet commands to RBAC (using individual permissions)
...
- Pet commands moved from cs_misc.cpp to own file
2013-09-10 12:07:03 +02:00
Spp
1eee42433b
Core/RBAC: Move group commands to RBAC (using individual permissions)
...
- group commands moved from cs_misc.cpp to own file
- renamed groupsummon to "group summon"
2013-09-10 11:45:59 +02:00
Filip
f2121b12c0
DB/Cond: Conditions for Hodir's Horn
2013-09-10 09:04:26 +02:00
Filip
ddca805378
DB/SAI: Blowing Hodir's Horn (12977)
...
Fixes #10749
2013-09-09 18:53:12 +02:00
Vincent-Michael
ce742dc7a0
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/Battlegrounds/Battleground.cpp
src/server/game/Battlegrounds/Battleground.h
src/server/game/Battlegrounds/BattlegroundMgr.cpp
src/server/game/Conditions/ConditionMgr.h
src/server/game/Guilds/Guild.cpp
2013-09-09 18:26:31 +02:00
Filip
79307bc884
DB/Update: Needs null spawndist
2013-09-08 18:10:08 +02:00
Filip
688a35e25d
DB/SAI: Trapping the Light Fantastic (10674) & Gather the Orbs (10859)
...
Fixes #7202
Adds support for the Alliance quest also, and makes the orbs go in tandem with the horde version script.
2013-09-08 17:57:12 +02:00
NaydSucks
7eddda9905
DB/Sai: Teron Gorefiend, I am...
...
Added horde version for the script also.
2013-09-07 21:22:22 +02:00
Filip
00f3e423a5
DB/Updates: AI fixups
...
By @Aokromes, fixes #10733 #10728
2013-09-07 19:03:12 +02:00
joschiwald
f66120060a
Scripts/Spells: drop obsolete code
2013-09-07 01:21:36 +02:00
Vincent-Michael
be75ddc2bd
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/Achievements/AchievementMgr.cpp
src/server/game/Spells/SpellMgr.cpp
src/server/scripts/Commands/cs_npc.cpp
2013-09-06 21:55:19 +02:00
joschiwald
adef15cd0f
Core/Spells: add an other condition to SpellInfo::NeedsToBeTriggeredByCaster to correct spells with are wrongly triggered by target instead of caster
...
- convert archavons rock shards to spellscript (now it works properly)
- add a spellscript for one spell that can't be corrected by this (and delete the sai hack, now i uses the correct spell)
2013-09-06 20:57:38 +02:00
Aokromes
b9347dc1f7
DB/Misc: Fix few startup errors
2013-09-06 11:29:46 +02:00
Vincent-Michael
d25c2e7f5b
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/AI/SmartScripts/SmartScriptMgr.cpp
src/server/game/Battlegrounds/BattlegroundMgr.cpp
src/server/game/Guilds/Guild.h
src/server/game/Spells/SpellMgr.cpp
src/tools/map_extractor/loadlib.cpp
2013-09-05 16:46:14 +02:00
joschiwald
7ef1f0738b
Core/Battlegrounds/IoC: fix fortress teleport pads
...
(and replace a hack with an other hack)
Closes #5846
Closes #7993
Ref #8984
2013-09-05 00:59:22 +02:00
Filip
0e80c9ea48
DB/Spawns: Spawns & AI for Corpulent Horrors
2013-09-04 14:11:58 +02:00
Filip
825cda9001
DB/SAI: A Cleansing Song AI
2013-09-04 12:57:12 +02:00
Filip
e2c18bbb4e
DB/SAI: Putting Olakin Back Together Again (13220)
2013-09-04 12:23:48 +02:00
Filip
085602a5e0
DB/SAI: Guided by Honor 11289
...
Fixes #2263
Requires spell to give quest credit, hence the issue of being unable to turn it in.
2013-09-03 22:15:55 +02:00
Vincent-Michael
6514e21b7c
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/tools/map_extractor/System.cpp
2013-09-03 21:03:09 +02:00
Filip
26373ee766
DB/SAI: Disclosure (12710)
...
Fixes #7192
The credit timing is very strange, it is given right at the start of the script, but that's how it is from Blizzard, so we'll stick to that.
As for the areatriggers, I know I could've just simplified it and made it into an areatrigger_teleport. But the sniffs state that it is the trigger that just makes the bunnies cast the teleport spell, so we'll keep that one complicated.
This is the penultimate quest of the chain, the final quest is a WIP. Any additional info would be very helpful.
Regards, Kirk.
2013-09-03 17:48:38 +02:00
Filip
29b1c582e7
DB/Update: Spells update for Bloadted Abomination
2013-09-03 17:09:28 +02:00
Aokromes
0b598d3e25
DB/Creature: Delete 2 mobs spawned on the void
2013-09-03 10:35:03 +02:00
Vincent-Michael
78c53bb032
Quest/SAI: Fix quest credit for quest "Monitoring the Rift: Cleftcliff Anomaly"
2013-09-02 23:28:59 +02:00
Vincent-Michael
611d51af98
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/scripts/Commands/cs_debug.cpp
src/server/worldserver/worldserver.conf.dist
2013-09-02 22:53:44 +02:00
Filip
6581ecee50
DB/SAI: Mystery of the Infinite (12470)
...
Fixes #10510
2013-09-02 22:45:36 +02:00
MitchesD
5e03230f3d
Scripts/HallsOfStone: Sjonnir, some improvements
...
- rewritten to BossAI
- added spawn ordered by percent, according to official data
Closes #10702
Signed-off-by: joschiwald <joschiwald@online.de >
2013-09-02 18:55:52 +02:00