Commit Graph

393 Commits

Author SHA1 Message Date
_manuel_ d348fa1756 Added sql files for previous commits.
--HG--
branch : trunk
2010-02-26 03:27:12 -03:00
_manuel_ e878e0a6b6 Support for quest Troll Patrol Intestinal Fortitude, by Malcrom. Thanks to raczman and biglad.
For a full fix see TDB Forum - Core related DB content.

--HG--
branch : trunk
2010-02-25 20:21:45 -03:00
_manuel_ 2b1132c32a Implemented support for npc 34885. Code from ScriptDev2.
--HG--
branch : trunk
2010-02-25 17:24:43 -03:00
Trazom62 bdbafc9496 Remove naxxramas areatrigger check to get to frostwyrm wing (no longer needed in 3.3.2).
Fixes issue #874.
Thanks Gyullo for original patch.

Still need db support for the teleport back from frostwyrm wing.

--HG--
branch : trunk
2010-02-24 18:49:59 +01:00
Tartalo 7971e3b8c1 Icecrown, Argent Tournament: Support for quests 14096 & 14142
You've Really Done It This Time Kul
Needs db support to work properly (missing spawn + faction changes)

--HG--
branch : trunk
2010-02-24 16:51:15 +01:00
Tartalo 2ae4291442 Borean Tundra: Support for quest 11653
Hah... You're Not So Big Now!

--HG--
branch : trunk
2010-02-24 16:20:01 +01:00
Tartalo 6363cffa36 Durotar: Support for quest 5441, by Supabad
Lazy Peons

--HG--
branch : trunk
2010-02-23 21:21:01 +01:00
Tartalo 30b352340c Add forgotten SQL from last week commits to world_scripts_full.sql
--HG--
branch : trunk
2010-02-23 20:38:43 +01:00
Tartalo 9c41f9497f word_scripts_full.sql cleanup
--HG--
branch : trunk
2010-02-23 20:37:28 +01:00
Tartalo 6c2ebfc8e4 Howling Fiord: Support for Quest 11255
Prisoners of Wyrmskull

--HG--
branch : trunk
2010-02-23 20:36:56 +01:00
teacher a2381b9863 Added recent sql updates to world.sql and full files...
--HG--
branch : trunk
2010-02-22 20:03:30 +01:00
_manuel_ af6c4647be Added missing sentences. Thanks JuliuSZS.
--HG--
branch : trunk
2010-02-19 18:02:42 -03:00
teacher 777a4361a0 Proper SQL standards.
Added recently committed scriptnames to world_scripts_full.sql.

--HG--
branch : trunk
2010-02-17 18:34:22 +01:00
Brian 486c00891b * Core switch to client 3.3.2 (11403)
* Credits (in no particular order) to:
* n0n4m3, raczman, manuel, Spp, Malcrom, Teacher, QAston, Tartalo,
* thenecromancer, Xanadu, Trazom, Zor, kiper
* Additional credits to:
* TOM_RUS and NoFantasy from MaNGOS
* Thanks for testing Aokromes and XTElite1
* SoTA still needs some work, but is very playable (huge thanks to raczman and
* kiper)
* To upgrade, you need to apply all SQL from sql/updates/3.2.2a_old from the
* last rev you are on
* and then apply all SQL from sql/updates/3.3.2_old to char / realmd / world
* DBs
* Known problem with guild banks.

--HG--
branch : trunk
2010-02-14 19:13:14 -07:00
Trazom62 fee3181e54 Add VH script texts.
Fixes issue #64.

Some texts still not used in code.
Thanks wowwiki for most of them.
Thanks adminemu for Xevozz ones.

Fix some typo in Brann (HoS).

--HG--
branch : trunk
2010-02-07 17:15:06 +01:00
Trazom62 4e500f7227 Fix The Dwarven Spy text. Thanks zthoreen.
Fixes issue #616.

--HG--
branch : trunk
2010-02-07 12:16:35 +01:00
teacher 5cb0a6177c Removed script_waypoints data form world.sql. They should not be there.
Removed obsolete readme file for fulls. Fulls are now just for testing purposes.

--HG--
branch : trunk
2010-02-06 14:47:49 +01:00
Trazom62 4674dec37b Fix Drak'Tharon Script Text
Fixes issue #77.
Thanks Tlexii for Trollgore entries.

--HG--
branch : trunk
2010-02-04 23:47:47 +01:00
teacher 61cc641384 Added Spell "Launch Spear" to creature "Ymirheim Spear Gun" (by Malcrom).
Added missing spell updates for Rev 7285 (by manuel).
Renamed a wrongly named file.
Added two recent scriptname updates to world_scripts_full.sql.

--HG--
branch : trunk
2010-02-04 16:12:52 +01:00
_manuel_ 23b1a482c9 Changes in Trial of the Champion:
-Implemented new scripts for Grand Champions, it includes vehicle fight (it is not 100 % done)
-Implemented more Vehicles Accessories. (related with the instance)
-Implemented basic support for event at spawn or dead from Boss Eadric/Paletress.
-Implemented basic support for event at spawn from Boss Black Knight.

For a complete fix see TDB forum > New Fix Submissions > Core related DB content.

--HG--
branch : trunk
2010-02-02 23:25:46 -03:00
teacher 65705a16c1 Updated world.sql and characters.sql.
Removed commented code form realm.sql and set account.expansion field default value to 2 (wotlk) (thx Aokromes).
Properly set default values for some world DB fields.
Properly set some world DB fields to allow Database import in strict mode (by Brian).
Updated world_script_full with recent committed npc script.
Renamed a couple of files with proper revision number.
Note: no DB data will changed nor harmed by this commit.

--HG--
branch : trunk
2010-02-01 18:52:42 +01:00
XTZGZoReX 994f40fa98 * Fix typo in script_texts entry -1580067. Reported by ogeraisi.
--HG--
branch : trunk
2010-02-01 02:08:04 +01:00
Trazom62 62cd3ff865 Fix Script Violet Hold
- fix event reset if wipe at a boss
- fix boss not random again after a wipe
- fix erekem guard handling
- fix portal random location
- fix save and load data
- fix world state display for wave count
- fix some timers
- fix mob_erekem_guard set on correct creature_template entry

Still WIP.

--HG--
branch : trunk
2010-01-28 20:22:11 +01:00
_manuel_ 1c9f2186ab Implemented script for item Petrov's Cluster Bombs, code from ScriptDev2.
--HG--
branch : trunk
2010-01-18 14:07:59 -03:00
teacher 72277c583b Add Argent Tournament Target Dummies by kaelima.
--HG--
branch : trunk
2010-01-16 15:09:41 +01:00
_manuel_ d728effd10 Dustwallow Marsh: Implemented basic support for quest "Cleansing Witch Hill" (11183).
--HG--
branch : trunk
2010-01-16 02:40:18 -03:00
_manuel_ 4a1276e3d3 Dustwallow Marsh: Implemented improvements in scripts to make quest "What's Haunting Witch Hill?" more blizzlike.
--HG--
branch : trunk
2010-01-15 22:41:56 -03:00
_manuel_ a8b4a7bc37 Gnomeregan: Implemented Blastmaster Emi Shortfuse Event.
--HG--
branch : trunk
2010-01-14 03:48:48 -03:00
Brian 93e6fcfc1b * Added GO script for Inconspicuous Landmark (142189) needed for quest 2882
* Thanks manuel for the help!
* Needs additional DB data for quest to work.

--HG--
branch : trunk
2010-01-13 00:39:05 -07:00
_manuel_ 147def72eb Sholazar Basin: Core support for quest Crocolisk Mastery: The Ambush .
--HG--
branch : trunk
2010-01-12 14:12:48 -03:00
_manuel_ 17d4de192b Removed unnecessary sentence.
--HG--
branch : trunk
2010-01-10 15:39:18 -03:00
Paradox 6b05543087 All sql updates MUST have at least one newline at the end.
--HG--
branch : trunk
2010-01-10 13:29:24 -05:00
_manuel_ f636bf12b9 Fixed quest 11881 by Kudlaty.
--HG--
branch : trunk
2010-01-10 13:46:33 -03:00
Paradox 10df64be88 Add missing scripts to world_scripts_full script instance_trial_of_the_champion will still throw an error, until someone adds an instance template for it (map 530), and assigns the scriptname again.
--HG--
branch : trunk
2010-01-09 18:51:11 -05:00
_manuel_ 4c2ccf6ccc Corrected typo in script_texts, please re-import 6896_world_script_texts.sql. Thanks to Malcrom.
--HG--
branch : trunk
2010-01-05 14:55:39 -03:00
_manuel_ cb9cb364d1 Shadowfang Keep: Implemented event after Boss Fenrus the Devourer death.
--HG--
branch : trunk
2010-01-04 23:13:17 -03:00
_manuel_ baf0cfa6d8 Zul'Farrak: Support for quest "The Spider Gold" q2936.
--HG--
branch : trunk
2010-01-04 00:08:00 -03:00
_manuel_ c4cbd1d18d Blackfathom Deeps: Implemented Morridune event.
--HG--
branch : trunk
2010-01-03 22:38:26 -03:00
_manuel_ 8d051d9645 Blackfathom Deeps: Implemented event related with gameobject Fire of Aku'mai.
--HG--
branch : trunk
2010-01-03 15:55:42 -03:00
_manuel_ 64aa9b3a6f Redridge Mountains: Support for quest "Missing in action" Q219.
--HG--
branch : trunk
2010-01-02 01:18:44 -03:00
n0n4m3 70f452a838 Fixed Glyph of Shadowfiend, by destros.
--HG--
branch : trunk
2010-01-01 07:06:47 +01:00
n0n4m3 31cf494649 Added scripts for quests Get Me Outa Here(11673) and Escaping The Mist(11664), by alister, exul182
--HG--
branch : trunk
2009-12-30 18:58:22 +01:00
n0n4m3 72b7c5c69d Added script support for quest The Valiant's Challenge(13699), by alister
--HG--
branch : trunk
2009-12-30 18:42:55 +01:00
_manuel_ 5aa7a95314 Trial of the Champion: Rewrite of bosses Eadric and Paletress.
--HG--
branch : trunk
2009-12-27 22:28:28 -03: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
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
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 af83219083 Blackfathom Deeps: Corrected says in Kelris script.
--HG--
branch : trunk
2009-12-20 23:20:47 -03: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