Commit Graph

10169 Commits

Author SHA1 Message Date
Duarte Duarte 88045921a4 Merge pull request #13016 from Odyssey/pinfo
Scripts/Commands: Move cs_misc.cpp command output hardcoded strings to DB
2014-09-05 21:52:49 +01:00
Duarte Duarte 36f7cfbd04 Merge pull request #13039 from Nyeriah/pr-cmd
Core/Tickets: Send global GM system messages on ticket complete
2014-09-05 21:51:52 +01:00
Dr-J b3c9d44d36 DB/SAI: Also fix the other of the four dragons
Already fixed Obsidia from sniff

I dont have sniffs of the other 3 but can still make these so the summon and payment occurs in properway.

As with Obsidia all dragons are spawned by event script which is triggered from spell, egg despawns to prevent multiple spawns (even though this would be rather stupid as costs 35 shards to call each dragon.
2014-09-05 20:21:32 +01:00
Dr-J 245be07d2c DB/SAI: To Rule the Skies
Proper script for Obsidia / Obsidia's Egg for quest http://www.wowhead.com/quest=11078/to-rule-the-skies

Now reagents are taken and Obsidia spawned using correct spells

Ie 

http://www.wowhead.com/spell=41035 (Four Dragons: Force Cast - Obsidia) which is cast on player as invoker cast when gossip option selected which triggers
http://www.wowhead.com/spell=41036 (Four Dragons: Reagents - Obsidia) which requires 35 apexis shards as reagents this deducting these and then triggers
http://www.wowhead.com/spell=40682 (http://www.wowhead.com/spell=40682) which triggers event to spawn

Previous script was not using spells and was using sai to deduct shards and spawn obsidia.
2014-09-05 18:24:20 +01:00
Vincent-Michael bbe58b2862 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-09-05 18:26:56 +02:00
Odyssey 5efd2579e5 Scripts/Commands: Move cs_misc command output hardcoded strings to DB so they can be localized too 2014-09-05 12:42:08 +02:00
Nyeriah b7f5080c9b Scripts/Scholomance: Jandice Barov
- Updated to EventMaps
- Removed hack to spawn illusions
- Moved Illusion's script to SAI
- Corrected Illusion's unit_flags
2014-09-04 22:50:26 -03:00
Dr-J da2bd68c15 DB/Creature: Delete spawns of Apexis Guardian
Delete spawns of Apexis Guardian http://www.wowhead.com/npc=22275/apexis-guardian#comments, TC had 12 permament spawns of this NPC when there should be none spawned these are summoned using the large simon clusters at a cost of 35 apexis shards and this is scripted as I have checked and tested this, https://github.com/TrinityCore/TrinityCore/blob/master/src/server/scripts/Outland/zone_blades_edge_mountains.cpp#L998
2014-09-05 02:10:55 +01:00
Dr-J d097f4d0b0 DB/Misc: Shadowmoon Valley
Few scripts for shadowmoon valley, 

this is only tip of iceberg as have sniffs of gossip on a lot of tbc npcs which on tc are missing gossip

Closes #12979
Closes #12973
2014-09-04 22:53:43 +01:00
Vincent-Michael 267a9a17ba Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-09-04 20:09:09 +02:00
joschiwald 5ad8dcc5d6 Core/Misc:
- fixed an oracle/wolvar reputation change issue
- moved texts of read pronouncement to db

Closes #9105
2014-09-04 19:42:37 +02:00
mik1893 87ed5de7e6 Scripts/Onyxia Lair: small rework
- fix crash on boss death
- avoid abusing during phase switch
- added better facing through trigger
- corrected some timers
- corrected inhabit type
- cleanup and inheriting some BossAI functionalities instead of custom stuff
2014-09-04 18:08:09 +02:00
Vincent-Michael ecb317c300 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/game/AI/SmartScripts/SmartScriptMgr.cpp
	src/server/scripts/EasternKingdoms/ZulAman/boss_akilzon.cpp
	src/server/scripts/EasternKingdoms/ZulAman/boss_halazzi.cpp
	src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp
	src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp
	src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp
	src/server/scripts/EasternKingdoms/ZulAman/boss_zuljin.cpp
	src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp
	src/server/scripts/EasternKingdoms/ZulGurub/boss_arlokk.cpp
	src/server/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp
	src/server/scripts/EasternKingdoms/ZulGurub/boss_jindo.cpp
	src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp
	src/server/scripts/EasternKingdoms/ZulGurub/boss_marli.cpp
	src/server/scripts/EasternKingdoms/ZulGurub/boss_renataki.cpp
	src/server/scripts/EasternKingdoms/ZulGurub/boss_thekal.cpp
	src/server/scripts/EasternKingdoms/ZulGurub/boss_venoxis.cpp
	src/server/scripts/EasternKingdoms/zone_hinterlands.cpp
	src/server/scripts/EasternKingdoms/zone_redridge_mountains.cpp
	src/server/scripts/EasternKingdoms/zone_silverpine_forest.cpp
	src/server/scripts/EasternKingdoms/zone_stormwind_city.cpp
	src/server/scripts/EasternKingdoms/zone_tirisfal_glades.cpp
2014-09-04 06:41:51 +02:00
Nyeriah d4049e62a3 Scripts/Blood Furnace: Update Broggok's script to EventMaps 2014-09-04 00:25:49 -03:00
Nayd cec861bb00 DB/Loot: Increase drop chance for patterns and plans from Trial of Crusader
Ref #13042
2014-09-03 23:49:41 +01:00
Nyeriah 014adaa0fd Core/Tickets: Send global GM system messages on ticket complete 2014-09-03 17:25:36 -03:00
Vincent-Michael 20bbdcbde9 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-09-03 17:54:45 +02:00
Nyeriah 94ef426968 Core/Misc: Kill a white line from last commit and a small change to last sql 2014-09-03 05:04:02 -03:00
Nyeriah 8e165771f1 Merge pull request #13020 from Nyeriah/wip-muru
Scripts/SWP: Update M'uru script to EventMaps/BossAI
2014-09-03 04:42:14 -03:00
Nyeriah d698d28a31 Scripts/SWP: Update M'uru script to EventMaps/BossAI 2014-09-03 04:22:29 -03:00
Vincent-Michael 6ac226f4a9 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-09-02 20:39:27 +02:00
Aokromes e6482508d9 DB/Creature: Revert faction of Fizzle Darkstorm to 3.3.5a
He is dead on 4.x and higher. Closes #13015
2014-09-02 07:54:45 +02:00
Vincent-Michael 8a97243728 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-09-01 09:19:57 +02:00
Dr-J fe9c376214 DB/Misc Greatmother Geyah
Now as have sniffed all the gossip menu ids for this moving script for Greatmother Geyah to db, and the current script started not working correctly sometime ago ie failing to display npc_text (only options)

* Adds all gossip options to db
* SAI to complete both quests from gossip
* Missing npc_texts
2014-09-01 03:19:30 +01:00
joschiwald 681cf8f27c Core/Scripts: rename files, remove whitespace and some other small changes after recent pull requests 2014-08-31 20:33:46 +02:00
joschiwald 251e283008 Merge pull request #12978 from Nyeriah/patch-auchi
Scripts/Auchindoun: Update Talon King Ikiss' script to EventMaps
2014-08-31 19:58:06 +02:00
Vincent-Michael cc6ca22fbc Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-08-31 18:38:03 +02:00
Dr-J 9070d433c2 DB/Misc: Random fixes
A few random fixes,

* Manaforge Coruu Credit
* Summon time for creatures summoned at at to prevent premature despawn (occured only with tirion on 3rd set of wp)
* Script for Destroy the Forges, closes #12825
2014-08-31 12:39:15 +01:00
Aokromes 0be9565950 Update and rename 2014_08_30_00_world_game_tele.sql to 2014_08_31_00_world_game_tele.sql 2014-08-31 04:34:40 +02:00
Aokromes 27e1a14003 DB/Teleport: Add teleport to jail 2014-08-31 04:33:47 +02:00
Vincent-Michael 141df45864 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-08-31 01:08:42 +02:00
Nyeriah 04cfcf523d Scripts/Auchindoun: Update Talon King Ikiss' script to EventMaps
Codestyle

Missing include
2014-08-30 18:43:50 -03:00
Dr-J e74f311d1f DB/Misc: Argent Tournament Scripts
Scripts Hourly Events for

* Tirion welcoming King Varian Wrynn and Lady Jaina Proudmore at 00:10 each hour
* Tirion welcoming Thrall and Garrosh Hellscream at 00:55 each hour
* Tirions speech to combatants at 00:40 each hour

OOC texts for Broxel Goldgrasp
Quest complete script for the seers crystal
2014-08-30 15:58:07 +01:00
Vincent-Michael 56e0459b07 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-08-30 16:36:24 +02:00
DDuarte 2086ba46cf Scripts/Commands: Add optional reason to server shutdown/restart commands
Display a "reason" ingame in the server shutdown ingame messages
Fix multiple typos in the .server idlerestart/idleshutdown/restart/shutdown commands

Closes #2671
2014-08-30 14:07:52 +01:00
Aokromes 6a8e935e31 DB/Creature: Remove startup error
Closes #12980
2014-08-30 10:10:47 +02:00
Vincent-Michael f89739dab5 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-08-30 05:03:47 +02:00
joschiwald 831a6603d4 Core/Battleground/AV: convert trinity_strings to proper creature_text
Closes #12861
2014-08-30 03:34:35 +02:00
Duarte Duarte aeae32089a Rename 2014_08_29_07_world_creature_template.sql to 2014_08_29_07_world_creature_template_335.sql
This one should not be in the 4.3.4 DB, the factions might exist there since the source of this data was taken from recent patches.
2014-08-29 22:07:33 +01:00
DDuarte 96cfdcce9d DB/NPCs: Revert some recent faction changes
These factions do not exist in 3.x dbcs and might have changed in >4.x
2014-08-29 22:02:07 +01:00
DDuarte 730136ab4f DB/NPCs: Update factions of wrong difficulty entries 2014-08-29 20:30:18 +01:00
DDuarte bd9d3dedef DB/NPCs: Multiple updates to faction 2014-08-29 20:23:24 +01:00
Vincent-Michael 06daf22e1e Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/game/Battlegrounds/Battleground.cpp
	src/server/scripts/Commands/cs_guild.cpp
2014-08-29 21:18:23 +02:00
Shauren f5115328c5 Merge pull request #12970 from Golrag/marrowgar
Scripts/ICC: Fixed Impale (Lord Marrowgar)
2014-08-29 21:12:17 +02:00
Vincent-Michael e8d0de6778 Scripts/Commands: Added for guild info guild level output 2014-08-29 21:09:06 +02:00
Golrag 6658d41575 Scripts/ICC: Fixed Impale (Lord Marrowgar) 2014-08-29 19:00:11 +02:00
Aokromes fb4a8afa12 DB/Creature: Fix even more factions
(This also fixes 4.3.4 startup errors)
2014-08-29 13:32:38 +02:00
Aokromes 6489e71328 DB/Creature: Fix more factions
(Fixes also 4.3.4 database startup errors)
2014-08-29 13:17:57 +02:00
Aokromes f2210e4966 DB/Creature: Add trigger and civilian flags to the other difficulty entries of the Soul Consumption trigger
By Nyeriah, closes #12957
2014-08-29 09:46:05 +02:00
Aokromes 33d09e35ca DB/Creature: Fix more factions 2014-08-29 03:13:11 +02:00