Commit Graph

1508 Commits

Author SHA1 Message Date
_manuel_ 3e97b6d55a Fixed spell 66865 used by Boss Eadric the Pure.
--HG--
branch : trunk
2009-12-27 21:07:36 -03:00
Brian fb45a6a8ec * Remove char conversion SQL from 6805
* Only intended to update original conversion SQL

--HG--
branch : trunk
2009-12-26 23:27:10 -07:00
Brian c2b107b34a * Update character conversion SQL for 3.1.3 to 3.2.2a
* Add new SQL for conversion
* Should no longer lose honor / arena points
* Thanks WarHead

--HG--
branch : trunk
2009-12-26 22:45:38 -07:00
maanuel b916fa09f4 Support for spell 66680 used by Boss Argent Confessor Paletress.
--HG--
branch : trunk
2009-12-26 20:25:49 -03:00
n0n4m3 28df19d205 Fixed spell Combustion
--HG--
branch : trunk
2009-12-26 17:38:54 +01:00
n0n4m3 9c6859332c Fixed damage from DK Bloodworms
--HG--
branch : trunk
2009-12-26 14:28:35 +01:00
n0n4m3 9d015dfce8 Fixed spell Reaping, thx Themris.
--HG--
branch : trunk
2009-12-26 13:56:32 +01:00
maanuel a83ec4536c Trial of the Champion: Rewrite of Boss Black Knight script and Raisen Ghoul script.
--HG--
branch : trunk
2009-12-26 03:25:06 -03:00
n0n4m3 03d3f600af Implemented basic support instance Trial of the Champion. original autor Syntec, thx destros.
--HG--
branch : trunk
2009-12-25 17:14:02 +01:00
p0wer acdc4ca15b * More updates to creature_classlevelstats. By Malcrom.
--HG--
branch : trunk
2009-12-23 09:11:52 -06:00
XTZGZoReX 69def3b335 * Delete now unused "reload npc_option" chat command.
--HG--
branch : trunk
2009-12-23 11:37:38 +01:00
maanuel 7ea2510980 Zul'drak: Support for quest The Amphitheater of Anguish: Magnataur!.
--HG--
branch : trunk
2009-12-23 02:30:44 -03:00
maanuel eccaad7b01 Zul'Drak: Improvements in scripts for quest chain The Amphitheater of Anguish. Now the Korrak movement is done with escortai.
--HG--
branch : trunk
2009-12-23 00:30:10 -03:00
p0wer f305c4639e * Add missed change from last rev. Allow realmd.sql to run multiple times
* without error.

--HG--
branch : trunk
2009-12-22 19:40:46 -06:00
p0wer a9740b9ef7 * Comment out adding accounts 1 2 and 3 to account_access since it is commented
* out in `account` as well. Thanks Sundark.

--HG--
branch : trunk
2009-12-22 19:36:58 -06:00
Brian c2952763ba * removed a SQL file that was in the sql/ folder instead of the sql/updates
* folder. I must have been on crack, or more likely spent 20 hours straight
* working on 3.2.2a and was tired...

--HG--
branch : trunk
2009-12-22 17:43:06 -07:00
maanuel ce3073111e Fixed realmd.sql, remove assigning the gmlevel when gmlevel isn't in account anymore by Sundark and zero389.
--HG--
branch : trunk
2009-12-22 15:03:33 -03:00
maanuel d45852e338 Corrected sql name, sorry my typo.
--HG--
branch : trunk
2009-12-22 12:46:30 -03:00
p0wer b4e1ee6355 Fix some whitespace errors. Corrected account_access 'id' type.
--HG--
branch : trunk
2009-12-21 21:21:39 -06:00
Brian 9d9fa2bcf3 * And yet more entries for the creature_classlevelstats table
* Thanks Malcrom

--HG--
branch : trunk
2009-12-22 00:51:44 -07:00
p0wer 7590479186 * Add support for different gmlevel's for different realms.
*
* Using the value -1 will add the same value for all realms.
* Make sure to apply the updates.
* Information regarding this patch will be posted on the database forums soon.
*
* Thanks to Sundark and the Ilixiuemu team(for original patch)

--HG--
branch : trunk
2009-12-21 21:08:29 -06:00
Brian 9c6b644624 * More updates for the creature_classlevelstats table
* Thanks Malcrom

--HG--
branch : trunk
2009-12-21 21:38:39 -07:00
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