Commit Graph

4944 Commits

Author SHA1 Message Date
Bezo
760d62e934 Add Mute reason and mute by to the db so you can get this info from the db with the pinfo command when player get muted.
old LOGIN_UPD_MUTE_TIME change to LOGIN_UPD_MUTE_TIME_LOGIN due the use of it when character login to world.
2013-01-30 13:09:41 +02:00
Nay
0281497573 DB/Loot: Fix 9 drop chance in gameobject_template (7 quests should be fixed by this)
If a GO with flags 4 drops a quest item, ChanceOrQuestChance for that items needs to be negative

Query used to find the issue:
```
SELECT * FROM `gameobject_loot_template`
    WHERE (`item` IN (SELECT `questItem1` FROM `gameobject_template` WHERE (`flags` & 4) != 0) OR
           `item` IN (SELECT `questItem2` FROM `gameobject_template` WHERE (`flags` & 4) != 0) OR
           `item` IN (SELECT `questItem3` FROM `gameobject_template` WHERE (`flags` & 4) != 0) OR
           `item` IN (SELECT `questItem4` FROM `gameobject_template` WHERE (`flags` & 4) != 0) OR
           `item` IN (SELECT `questItem5` FROM `gameobject_template` WHERE (`flags` & 4) != 0) OR
           `item` IN (SELECT `questItem6` FROM `gameobject_template` WHERE (`flags` & 4) != 0)) AND
          `ChanceOrQuestChance` > 0;
```
2013-01-29 23:48:39 +00:00
FH3095
76910472d8 DB/Achievements: Fix Portal Jockey
Current Status: Portal Jockey(10) is rewarded from 10nh and 25nh, Portal Jockey(25) is rewarded from 10hc and 25hc.
Reason: Achievement-criteria 12971 is required for Portal Jockey(25), but checks for map-difficulty 2=10hc.
On the other side achievment-criteria 12979 is required for Portal Jockey(10), but checks for map-difficulty 1=25nh.

Closes #9081
Ref #6810
2013-01-29 15:02:54 +00:00
w1sht0l1v3
8183f70ae0 DB/Loot: Add Cache of the Ley-Guardian to heroic Oculus loot when RDF aura is present.
Closes #6927
2013-01-29 05:15:10 +02:00
Kinzcool
5040fd2558 DB/Gameobjects: Set proper state for ToCr doors and fixed looting of Venomhide Egg & Discarded Soul Crystal 2013-01-28 21:59:12 -05:00
Kinzcool
da080ac4e7 DB/Gameobjects: Added an another missing Gameobject 2013-01-27 13:10:14 -05:00
ZxBiohazardZx
2aa554db34 Typo: i will now go hang myself..... _ typo 2013-01-27 17:42:44 +01:00
ZxBiohazardZx
b9cb92cc88 Fix/Commit: push final file, not the workingcopy 2013-01-27 17:41:26 +01:00
Expecto
eba983c3a0 DB/Creature: Add spawns for Unseen in Duskwood (thanks Expecto for that)
DB/SAI: Add SAI for the Unseen's Aura (thx ZxBiohazardZx)
2013-01-27 17:37:20 +01:00
Shauren
6e80357f8e Core/Authserver: Added possibility to allow realm connections both from "world" and local networks. 2013-01-27 17:33:01 +01:00
Nay
3a6a02547c Update sql/updates/world/2013_01_26_07_world_gameobject_template.sql 2013-01-27 04:06:12 +00:00
Kinzcool
3de933bcb5 DB/Gameobject: Added a missing gameobject template 2013-01-26 22:09:09 -05:00
Kinzcool
10bd0adca1 DB/Creature: Fixed equipment of Elder Razormaw, he should no longer have a sword as arms 2013-01-26 21:41:28 -05:00
Gacko
3a07f4e17d DB: Fix import 2013-01-27 01:51:44 +01:00
Nay
1b551cc157 Scripts/Commands: Add guild info to .pinfo
Original patch by @secharles, modified

Closes #8946
2013-01-26 21:33:13 +00:00
ZxBiohazardZx
e591f886ff DB/Misc:
Add Rare Bosses to Dire Maul Closes #5882
Add SAI for Quest: No Mercy for the Captured Closes #568
Add Spawn for Sand Shark Closes #5925 (thx Mogale)
Fix underground Centaurs Closes #8498 (thx baric)
2013-01-26 22:12:04 +01:00
ZxBiohazardZx
1c95762849 DB/Loot: some modifications to Mithrill Bound Trunk
Closes #3801
2013-01-26 19:46:14 +01:00
Vincent_Michael
66e9b0c633 DB/Conditions: Add conditions for Bellowing Roar / Eruption 2013-01-26 19:22:47 +01:00
ZxBiohazardZx
1682a72d1a DB/Loot: add loot for Protectorate Treasure Cache and make sure you always get sometime out of it...
Closes #8589
2013-01-26 19:20:15 +01:00
dele
9ae8a1e7cb DB/Loot: add missing items to Coren Direbrew
Closes #7297
2013-01-26 18:58:15 +01:00
w1sht0l1v3
6acfa49065 Script/Commands: Implement command to list the members of a group/party. 2013-01-26 00:41:46 +02:00
Gacko
f3d0ea66be DB: Fix SAI broke by quest_end_script conversion
Closes #8995
2013-01-25 22:28:49 +01:00
Malcrom
dbb25deb5f DB/Stats: Correct a few creature_classlevelstats
Research done for 4.3.4 but still valid in 3.3.5
2013-01-25 14:54:56 +00:00
nelegalno
9ad8ac73a9 DB/Texts: Ensure that correct types are used in creature_text (42 texts should be corrected)
Closes #9055
2013-01-25 11:57:31 +00:00
Kirkhammett
b64ad98b0d DB/SAI: Fix quest Wrangle Some Aether Rays!
Closes #6176
Closes #8968
2013-01-24 16:53:28 +00:00
Vincent_Michael
f4de181db0 SQL: Rename SQL merged in PR 2013-01-23 20:29:40 +01:00
blub
a6f587a3b1 Merge pull request #9016 from joschiwald/spellscripts4
Core/Spell: convert more spells to SpellScripts
2013-01-23 11:19:39 -08:00
w1sht0l1v3
70490c8238 Script/Commands: Add command to join an existing group/party. 2013-01-23 20:58:01 +02:00
w1sht0l1v3
5e367c910a DB/Misc: Add back flight aura on Wyrmrest Defender.(probably deleted on last template_addon cleanup)
Correct a SAI line for Nerub'ar Broodkeeper.
2013-01-23 13:21:31 +02:00
joschiwald
af50ce6223 Core/Spell: convert more spells to SpellScripts 2013-01-22 23:36:51 +01:00
Vincent_Michael
db5d06afa9 DB/SAI: Fix more some db errors no.4 2013-01-22 20:16:56 +01:00
Nay
864a85b8fc DB/mmaps: Rename mmap commands related sql 2013-01-22 15:03:26 +00:00
Kinzcool
4b4b637081 Merge pull request #9018 from TrinityCore/mmaps
Mmaps
2013-01-21 18:41:48 -08:00
Vincent_Michael
017ff298dd DB/SAI: Fix more some db errors no.3 2013-01-21 22:53:22 +01:00
Nay
ebded74eee Merge remote-tracking branch 'origin/master' into mmaps 2013-01-21 20:42:02 +00:00
Gacko
7788980691 DB: Thuk the Defiant
Set hostile to make Stasis Chambers of Bash'ir (10974) solvable.

Solves #6422
2013-01-21 18:00:19 +01:00
Vincent_Michael
53c2340a53 DB/Misc: Fix db errors 2013-01-21 09:46:42 +01:00
Nay
c6c23d67b8 Scripts/ZG: Fix some code style issues and logic errors 2013-01-21 02:10:01 +00:00
Malcrom
b7dbc8d746 Scripting/Zulgrub: Updated Boss Arlokk Script. 2013-01-20 18:04:06 -03:30
Vincent_Michael
1e57543779 Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps
Conflicts:
	src/server/game/Movement/MovementGenerators/TargetedMovementGenerator.cpp
2013-01-20 22:11:06 +01:00
Vincent_Michael
52d0e9f055 DB/SAI: Fix more some db errors no.2 2013-01-20 22:00:15 +01:00
Nay
f4907e92aa Merge pull request #8961 from joschiwald/spellscripts3
Core/Spells: convert some spells to SpellScripts
2013-01-20 08:45:23 -08:00
Vincent_Michael
b9f901a645 DB/SAI: Fix more some db errors 2013-01-20 17:34:15 +01:00
Gacko
2df2d6896b DB: Image of Commander Ameer
Thanks @nelegalno
2013-01-20 16:26:44 +01:00
Vincent_Michael
96580a484e DB/SAI: Fix some db errors 2013-01-20 15:21:39 +01:00
Malcrom
2535aeacd7 DB/Creature_text: Add missing creature text and a few SAI fixes. 2013-01-20 09:56:34 -03:30
Kinzcool
d7ace2e5bf DB/Creature Text: Misc texts / type and sounds updates for Slad'ran & Moorabi 2013-01-19 22:51:47 -05:00
joschiwald
c38d95ac33 Core/Spells: convert some spells to SpellScripts 2013-01-20 04:30:17 +01:00
Kinzcool
e05135c062 DB/Creature Text: Added sounds & corrected type value for Gal'darah 2013-01-19 21:45:49 -05:00
Kinzcool
e768f31fcd DB/Creature Text: Updated / Added some sounds & texts for Jedoga Shadowseeker 2013-01-19 19:32:54 -05:00