Commit Graph

1486 Commits

Author SHA1 Message Date
Brian 023cb2644a * Add support for signed values in item_template fields: Flags, maxcount,
* stackable, BuyPrice, spellid_1, spellid_2, spellid_3, spellid_4, spellid_5,
* RandomProperty
* Patch by Kudlaty, SQL by Malcrom -- THANK YOU!

--HG--
branch : trunk
2009-12-21 14:54:43 -07:00
win32 3ab7f40932 Add spell proc for Glyph of Seal of Command
--HG--
branch : trunk
2009-12-21 18:05:51 +02:00
maanuel 3ace3eec86 Zul'Drak: Implemented random movement at spawn for creature 28526. To have a complete fix, apply the eventai scripts for quest "But First My Offspring", they are in tdb forum.
--HG--
branch : trunk
2009-12-21 00:46:49 -03:00
maanuel cca69e1c7d Merge
--HG--
branch : trunk
2009-12-20 23:21:31 -03:00
maanuel af83219083 Blackfathom Deeps: Corrected says in Kelris script.
--HG--
branch : trunk
2009-12-20 23:20:47 -03:00
Brian 920c919417 * Some updates to the base class level stats
* Thanks Malcrom

--HG--
branch : trunk
2009-12-20 21:56:38 -07:00
maanuel 89fa7cf367 Support for spell Emerge Summon (54851) used by Drakkari Colossus. Please apply too the sql fix for commit 6674 on tdb forums.
--HG--
branch : trunk
2009-12-20 21:08:53 -03:00
Brian 8a560ca408 * Fixed SQL in commit 6666
--HG--
branch : trunk
2009-12-20 20:41:20 -07:00
Brian 5300226fee * Added support for using a lookup table for creature mana / health
* As long as creature level, class, and the proper expansion they are from are
* set in creature_template, you will have 100% accurate health and mana.
* Research and base stats table done by Malcrom -- THANK YOU!
* Original patch by Kudlaty -- THANK YOU!
* Updated and enhanced by Machiavelli - THANK YOU!
* Optimizations by w12x, MrSmite, and XTZGZoReX -- THANK YOU!
* Final code updating for current rev by XTZGZoReX -- THANK YOU!

--HG--
branch : trunk
2009-12-20 20:23:18 -07:00
Brian c4ac6323b0 * Added support for RepObjectiveFaction2 / RepObjectiveValue2 (opposite
* faction) IE: need to LOSE reputation with that faction.
* Original patch by Brian / Ported to latest rev. by Kudlaty -- THANKS!

--HG--
branch : trunk
2009-12-20 16:51:41 -07:00
teacher 8a5df265c2 Properly updated world.sql to current rev.
world_spell_full.sql and world_trinity_string_full.sql files removed.
From now on Devs will update world.sql only, whther it is matter of structure changes or data content for the tables which must be handled by core devs.
All the other tables will be handled by DB projects.

--HG--
branch : trunk
2009-12-20 18:47:10 +01:00
teacher 4ca342ff24 Renamed and re-arranged sql files with proper Trinity standard.
Devs please follow Trinity standard. Ask me if you still have doubts.

--HG--
branch : trunk
2009-12-20 18:10:54 +01:00
n0n4m3 cc19e73174 Merge
--HG--
branch : trunk
2009-12-20 17:39:36 +01:00
n0n4m3 323e613be3 Fixed DK disease scaling damage
--HG--
branch : trunk
2009-12-20 17:32:16 +01:00
maanuel a85544cb9c Icecrown: Support for quest "Ebon Blade Prisoners" Q12982.
--HG--
branch : trunk
2009-12-20 13:22:25 -03:00
n0n4m3 5f4c1e97b7 Fixed Claw's additional combo point at Primal Fury proc
--HG--
branch : trunk
2009-12-20 17:15:11 +01:00
Brian ea785c9788 * Added support for GO type 6 (TRAP) to have a negative value in data6
* This will allow proper data to be used

--HG--
branch : trunk
2009-12-20 09:27:44 -07:00
win32 7c9f6b4bc3 Merge MaNGOS, Gossip System. Autor NoFantasy.
* DB support required
* Closes #859

--HG--
branch : trunk
2009-12-20 13:35:08 +02:00
Brian 31c6b10a19 * Add support for the use of Gameobject type 10 (GOOBER) use when not on quest
* if data1=-1

--HG--
branch : trunk
2009-12-20 09:03:45 -07:00
nihal 89464472a9 Sql cleanup.
Moved all sql files up to rev 6507 to 3.1.3_old folder.
Properly named some recent sql files following Trinity standard.

--HG--
branch : trunk
2009-12-18 20:05:45 +01:00
Brian d0c611dadb * Some minor cleanup of the sql folder
--HG--
branch : trunk
2009-12-18 14:36:53 -07:00
win32 bdc53afe98 add missing spell proc after switch 3.2.2a
--HG--
branch : trunk
2009-12-18 12:40:55 +02:00
win32 3d142e1448 sql updates for 3.2.2a
--HG--
branch : trunk
2009-12-18 12:09:53 +02:00
n0n4m3 7ad293b4e7 merge
--HG--
branch : trunk
2009-12-18 07:36:30 +01:00
n0n4m3 e699949274 Missing Changes
--HG--
branch : trunk
2009-12-18 07:28:07 +01:00
n0n4m3 bb2ddadae9 Added missing sql updates
--HG--
branch : trunk
2009-12-18 07:06:53 +01:00
n0n4m3 4ef64a65e5 Added sql updates 3.1.3-3.2.2a
--HG--
branch : trunk
2009-12-17 15:49:28 +01:00
win32 ca3b2066ea Correct spell proc for 16086 and rank
Closes #56

--HG--
branch : trunk
2009-12-17 14:31:32 +02:00
n0n4m3 1db0cbc339 Fixed talent Ruthlessness
--HG--
branch : trunk
2009-12-17 07:08:21 +01:00
win32 bf2c3fd8cf MaNGOS merge: Mail System.
* Store loot in mail_loot_template indexed by mail template ids.
* Implement proper creating mail text copy item from mail template based mail.
* Move send functions to new MailDraft class from WorldSession.
* Implement mails sending at player levelup.
* Autor VladimirMangos, converted by me.

--HG--
branch : trunk
2009-12-16 18:58:36 +02:00
teacher dc53b4a9de Proper sql naming to match new table name. Cosmetic commit.
--HG--
branch : trunk
2009-12-16 09:12:16 +01:00
Brian aeb3e27036 * Add 20 second cooldown for Bloodworms
* Thanks drevi
* Did not add to the "full" files since they are going away
* Closes #630

--HG--
branch : trunk
2009-12-14 21:40:32 -07:00
Brian 6b33131edb * Renamed 6509 SQL to fit proper Trinity naming standards
--HG--
branch : trunk
rename : sql/updates/6509_characters_mangos_8874.sql => sql/updates/6509_characters_characters_skills.sql
2009-12-14 18:27:29 -07:00
Paradox e5f644044b Fix CRLF Once Again, please check your settings before submitting again.
--HG--
branch : trunk
2009-12-14 15:23:05 -05:00
Kudlaty 379cbb72af Mangos merge: [8874] Extract player skills from data blob. #526
Converted by Azazel.

--HG--
branch : trunk
2009-12-14 20:47:43 +01:00
spp 25886196a7 fix a typo in sql file (rev 6433), closes #764
--HG--
branch : trunk
2009-12-13 02:58:14 +01:00
Brian d59ff8190f * Adding the update SQL for the last commit
* Thanks Aokreomes

--HG--
branch : trunk
2009-12-11 18:44:09 -07:00
Brian cca31e558f * Change AllowableClass and AllowableRace fields to SIGNED INT to allow for
* the larger values that are coming from WDB.
* Thanks to Malcrom

--HG--
branch : trunk
2009-12-11 17:44:51 -07:00
Brian c093a9735e * This stuff does not belong in the core repo
--HG--
branch : trunk
2009-12-11 13:35:17 -07:00
teacher 477e58f321 Renamed sql update files to proper Trinity naming standard.
Moved files prior to 6381_world_script_texts.sql to 3.1.3_old folder.

--HG--
branch : trunk
2009-12-12 15:27:10 +01:00
spp 7fa5c67861 Fix drop_mysql user drop query, by Anonymous contributor. Closes #5
--HG--
branch : trunk
2009-12-11 02:29:58 +01:00
maanuel 80a3197388 Violet Hold: Support for Sinclari and guards event (blizzlike), at the start of Violet Hold event.
--HG--
branch : trunk
2009-12-10 22:13:50 -03:00
Brian f1abbdbecc * Removed unused table from the realm DB
--HG--
branch : trunk
2009-12-09 17:25:35 -07:00
maanuel d2793f5afc Added missing empty line in SQL.
--HG--
branch : trunk
2009-12-08 20:13:21 -03:00
maanuel eeed95620c Support for quest The Amphitheater of Anguish: Yggdras!.
--HG--
branch : trunk
2009-12-08 19:42:49 -03:00
Paradox 2cb6311f02 Fix CRLF
--HG--
branch : trunk
2009-12-07 20:33:33 -05:00
maanuel eddfbf558a Correct target for spell Arcane Power.
--HG--
branch : trunk
2009-12-07 19:42:30 -03:00
maanuel ba0f7c74be Script for Boss Ichoron from Violet Hold, original author ckegg.
--HG--
branch : trunk
2009-12-07 03:32:41 -03:00
maanuel d7c59605e4 Script for boss Xevozz from Violet Hold. Original author ckegg.
--HG--
branch : trunk
2009-12-07 00:37:17 -03:00
maanuel cab4258170 Support for spell Void Shifted used by Zuramat.
--HG--
branch : trunk
2009-12-06 19:44:59 -03:00