Commit Graph
39 Commits
Author SHA1 Message Date
Dr-J bfbfc1f08c Update ScriptLoader.cpp 2014-07-31 00:28:10 +01:00
Dr-J 5418844f15 Delete zone_eversong_woods.cpp 2014-07-31 00:24:08 +01:00
Dr-J 5b311690d1 Remove Script from zone_eversong_woods.cpp
This cpp is now currently redundant
2014-07-31 00:12:33 +01:00
Dr-J 679b3d083c DB/SAI: Powering Our Defenses
Powering Our Defenses SAI version, finally gets this quest working Blizzlike,

* Deletes the permament DB spawns of enraged wraith (these are not spawned randomly by script as they should be)
* Correct faction for infused crystal so now the Enraged Wraiths will actually attack it
* Fixes the despawning/text spamming issue
2014-07-31 00:06:01 +01:00
Dr-J f499edd539 DB/SAI: Apprentice Mirveda
Noticed this after commit, bad phase mask a remnant from how I originally intended to script this, event phase 4 now never gets set.
2014-07-30 13:53:44 +01:00
Dr-J 3199f2ba90 Remove Script from zone_eversong_woods.cpp
Remove Apprentice Mirvedas script from eversong woods cpp scripts as is not longer required.
2014-07-30 13:45:42 +01:00
Dr-J c5394842bb DB/Creature: Apprentice Mirveda
Rescript Apprentice Mirveda in SAI to resolve some issues with this NPC

Closes #8026
Closes #11240
2014-07-30 13:43:18 +01:00
Dr-J 1d42ed8212 DB/SAI: Eversong woods scripts
A couple of quest complete scripts for eversong woods

* The Fallen Courier
* Abandoned Investigations
2014-07-30 00:36:52 +01:00
Dr-J d2d1d37fbe DB/TEXT: Replace incorrect text
Replace text on infused crystal http://www.wowhead.com/npc=16364 with correct emote text which should be used by this npc during quest powering our defenses,  

Leaving https://github.com/TrinityCore/TrinityCore/issues/12696 open though as there are sill more issues with this quest.
2014-07-29 23:18:03 +01:00
Dr-J 2cace8f8e4 DB/Misc: Kill some startup errors V2
Resubmit for errors fixed in https://github.com/TrinityCore/TrinityCore/commit/7aff8037b50d2167596de976d12e8c947c9d3a9e from https://github.com/TrinityCore/TrinityCore/commit/e594630d30a831acf5562bf5f964ea4f33c9ace2
2014-07-29 17:26:52 +01:00
Dr-J 7aff8037b5 Update 2014_07_28_13_world_sai.sql
Kill some startup errors.
2014-07-29 17:12:22 +01:00
Dr-J e8a261e3cc DB/SAI: Add some missing texts
* adds texts for Bimble Longberry
* Rescripts Miles Sidney and Wright Williams so texts are said in order of dialect rather than just random texts, also adds the missing texts.
2014-07-29 14:16:08 +01:00
Dr-J 5aa900dd53 DB/Creature: Spawn missing spawns (3.3.5)
Spawn Miles Sidney and Wright Williams who are missing from 3.3.5 world db
2014-07-29 14:12:08 +01:00
Dr-J dd6bae82ad Merge pull request #12683 from dr-j/master
DB/SAI: Henry Stern
2014-07-29 00:08:11 +01:00
Dr-J e594630d30 DB/SAI: Henry Stern
Replace a non functioning core script with SAI
2014-07-28 23:44:07 +01:00
Dr-J 6a6351d98c Update razorfen_downs.cpp 2014-07-28 23:41:17 +01:00
Dr-J 050ef80f6b Update 2014_07_28_07_world_sai.sql
slight change to reflect recent changes in db structure
2014-07-28 20:24:14 +01:00
Dr-J f3751ca530 DB/SAI: Alpha Worg
Original Script by @Malcrom, updated by me

Garwal should be invisible to players without aura from http://www.wowhead.com/spell=43060 this is also the spell which forces reputation on garwal to be hostile but the server side spell which Garwal is meant to cast 43062 Alpha Worg: Garwal's Invisibility which is in spell dbc now but does not work so players can still see him without quest but hes friendly.

Closes #8412
2014-07-28 16:27:51 +01:00
Dr-J 828cd15058 DB/Misc: Remove some hacks
Remove some hacks and rescript some quests to work properly using server side spells now as we know them

* Slim Pickings
* Master the Storm
2014-07-28 12:53:38 +01:00
Dr-J 276e2c4157 DB/Creature: Fix Lesser Scorching Totem
As with other totems this needs spell in spell1 in creature template

Fixes the issue with totems used by Bristlelimb shamans not working as in https://github.com/TrinityCore/TrinityCore/commit/cdadcc62a0cda6ff8a56d02a3a96bc575ef0f761
2014-07-28 11:41:45 +01:00
Dr-J cdadcc62a0 DB/Quest: Saving Princess Stillpine
Original work by @Malcrom, modified and made to work by me.

Closes #4518

Known issues Scorching Totem used by Bristlelimb Shaman does not work it summons totem but totem does nothing
High Chief Bristlelimb maybe missing wp/pathing 

except for the above working as intended
2014-07-28 03:02:29 +01:00
Dr-J 36985f76db DB/SAI: Re-add a line of sai
Re-add a line of sai which I accidentally deleted in https://github.com/TrinityCore/TrinityCore/commit/1c345e59bcfc0606b7cf785b51eb524350e54072 and because of it broke the Kessel Run
2014-07-27 22:59:35 +01:00
Dr-J 91c9662f7a DB/Creature: Zangen Stonehoof
Script daily event with Zangen Stonehoof
2014-07-27 22:17:39 +01:00
Dr-J 7c498a0cf9 DB/Misc: Fix some spell area issues
Add spell area entries so some spells get removed when players leaves zone where its intended to be used: -

Closes #12669

Also fixes imbued scourge shroud http://www.wowhead.com/item=34782/imbued-scourge-shroud so the aura gets removed when player leaves the Temple City of En'kilah.
2014-07-27 15:03:22 +01:00
Dr-J 1c345e59bc DB/SAI: Azuremyst Isle Scripts
Script Turn in events for 

* Medicinal Purpose
* An Alternative Alternative
* Rune Covered Tablet

Script repeating event for "Cookie" McWeaksauce
2014-07-27 02:11:04 +01:00
Dr-J 435baba1c9 DB/Creature: Add a lot of missing texts
* Add a lot of missing texts (from sniff) and add sai to use them
* Add to some existing scripts to use texts which where missed from original scripts
2014-07-25 14:44:33 +01:00
Dr-J 9cdc9f84d6 DB/QUEST: Healing the lake
Closes #12504
Closes #12526
2014-07-25 00:39:17 +01:00
Dr-J b63af06b62 I must not forget to add broadcasttext IDS... 2014-07-24 22:51:59 +01:00
Dr-J d1f8dbd561 DB/QUEST: Quest a Carver and a Croaker
Closes #3649
2014-07-24 22:12:13 +01:00
Dr-J 88ac8d4c68 DB/Gameobject: Spawn some missing mailboxes
Spawn Missing Mailboxes in Undercity and Stormwind

* 6 In Undercity (previously only 1 mailbox was spawned in whole of undercity) - 7 in total including the 1 already spawned
* 2 In Stormwind (12 where spawned) - 14 in total including the 12 already spawned
2014-07-24 15:54:35 +01:00
Dr-J a7476a7898 DB/SAI: Eye of the Lich King
Properly fix Eye of the Lich King in Pit of Saron so it randomly whispers players
2014-07-23 17:49:18 +01:00
Dr-J 51614d2319 Fix my screw up https://github.com/TrinityCore/TrinityCore/commit/cec1ae4c5b8a46b9bb09eeb6ce8a2db45d48a524
Fix my screwup with https://github.com/TrinityCore/TrinityCore/commit/cec1ae4c5b8a46b9bb09eeb6ce8a2db45d48a524
2014-07-23 12:08:34 +01:00
Dr-J cec1ae4c5b DB/Misc: Vault of Lights
Scripts for Audrid, Tobin, Torian, Omony and Kurzon for the repeating event at the vault of Lights Exodar
2014-07-23 11:41:56 +01:00
Dr-J 3629c4128f DB/Misc: Fix Frogger (Naxxramas)
Closes #12434
2014-07-15 00:26:02 +02:00
Dr-J 23e4dfd8e8 DB/SAI: Fix db startup errros 2014-07-05 19:41:57 +02:00
Dr-J a7a9f44cf5 DB/Conditions: Fix conditions for spell "Symbol of Life" 2014-06-25 19:07:24 +02:00
Dr-J 220a45b0cf Scripts/Ulduar: Archivum Console
- Scripts for Archivum Console, Brann Bronzebeard (33235), Prospector Doren/Loren
- Fixing quest chaining for both versions of the archivum data disc chains
- Fixes loot so correct quest starter item drops from assembly when done in hard mode rather than 10m quest item dropping in 25 and nothing dropping in 10 man
- Scripted events for turn in of Archivum Data Disk, The celestial Planetarium and watcher Analysis's and turn in of ancient history (Val'anyr, Hammer of Ancient Kings chain)
- Fix both versions of the Celestial Planetarium

Closes #11547
Closes #11556
2014-04-17 21:52:08 +02:00
Dr-J b83c252851 Scripts/NPCs: Remove core script for rogue trainers which was overriding db conditions
SAI and conditions for rogue trainers to provide elegant leter to rogues provided that is level 24 or higher, does not have elegant letter and does not have taken, rewarded or complete the quest which elegant letter starts

Closes #11378

Signed-off-by: DDuarte <[email protected]>
2014-01-12 00:17:21 +00:00
Dr-J 96daa553b4 Removing unneeded scripts from zone_zuldrak.cpp (Core scripts for Amphitheatre of anguish chain
removing cpp scripts scripts, please check this as dont know much about c but have just removed everything relating to amphitheatre npcs, or lines 168 - 1143 and 1869,1870,1871,1872,1873,1876 or the complete scripts for all involved npcs and the individual lines from void AddSC_zuldrak
2013-11-24 20:25:49 +00:00