Commit Graph

5023 Commits

Author SHA1 Message Date
Intel
a782515246 Core/Quests: Updated Quest System to new Format
All quest requirements are now in quest_objectives table
quest_template table contains _ONLY_ WDB data and must not be modified
Currently supported objectives are MONSTER, GAMEOBJECT, ITEM, TALKTO, CURRENCY, REPUTATION, MONEY, PLAYERKILLS, AREATRIGGER
2014-12-28 22:55:53 +02:00
pete318
27137ca06e Scripts/Quests: Fix Quest A Spirit Guide
- Ensures rep adjustment buff is always applied (overrides evade, implements existing evade + re-apply buff)
- Removes un-owned ravagers with incorrect faction from DB (the correct ones are spawned with their masters without the DB entries)
- Create some extra steps in the wolf's waypoints in order to generate some AI events for the Ryga NPC. I think it's a bit of a dirty solution, but it seems to work with minimal changes.
- Created RP series of events with Ryga NPC and Ancestral Wolf Spirit (Ryga Kneels, talks to wolf, then returns to spawn position after around a minute).

Closes #13619
Fix #4028

(cherry picked from commit f2444eedf9)

Conflicts:
	sql/updates/world/2014_12_28_02_world.sql
2014-12-28 18:46:58 +00:00
Mihapro
76fa042fdc Scripts/Instance: The Stonecore updates
Stonecore Teleporters scripted. Some corrections, better handlings, fixed Travis warnings ...

Closes #13626

(cherry picked from commit 9a941ae125)

Conflicts:
	src/server/scripts/Maelstrom/Stonecore/boss_high_priestess_azil.cpp
	src/server/scripts/Maelstrom/Stonecore/boss_ozruk.cpp
	src/server/scripts/Maelstrom/Stonecore/instance_stonecore.cpp
	src/server/scripts/Maelstrom/Stonecore/stonecore.cpp
2014-12-28 18:02:10 +00:00
Gooyeth
a26b0f2c76 Scripts/Quests: Fix Red Snapper - Very Tasty! GOb
Fix 'School of Red Snapper' now disappear correctly when using 'Draenei Fishing Net', the bug is caused because the GameObject is SpellFocus type.

Fix #1673
Closes #13748

(cherry picked from commit b0b7a55bdb)
2014-12-28 17:07:00 +00:00
Gigi1237
d51b2c04c8 Core/Scripts: Add Conjure Refreshment Table script
- Fix Conjure Refreshment for characters above level 85

Closes #13780
2014-12-28 15:30:32 +00:00
MitchesD
be0009d01a Scripts/ICC: fixed situations when LK tried to cast Necrotic Plague on pets and then Necrotic Plague was omitted
(cherry picked from commit 3d3dafbe38)
2014-12-28 12:15:42 +01:00
Gacko
cf89335177 Fix non pch build 2014-12-27 13:57:36 +01:00
Nyeriah
6f8a7be120 Scripts/Commands: Fix a conversion loss at the mute history command
(cherry picked from commit 5d4f26d820)
2014-12-26 16:27:25 -02:00
Nyeriah
e66460dad6 Scripts/Oculus: Implement a couple of missing texts
(cherry picked from commit 63c1e265aa)
2014-12-26 13:12:00 -02:00
Nyeriah
b3a63301d0 Scripts/Naxxramas: Add script support for quarter teleporters and spawn missing ones
Updates #13255

(cherry picked from commit aff5229cd1)
2014-12-26 04:16:12 -02:00
Duarte Duarte
c548517585 Merge pull request #13751 from Unholychick/6.0.3
Core/Scripts: Add new SpellScript hook
2014-12-25 21:30:44 +00:00
Unholychick
1f39b1dbfa Core/Scripts: Rewrite Devour Magic
Rewrite Devour Magic to use new spellscript hook OnEffectSuccessfulDispel.
2014-12-25 22:28:57 +01:00
Shauren
9eb70940bd Core/DataStores: Moved broadcast_text handling to DB2Storage 2014-12-25 22:20:16 +01:00
Nyeriah
db2816cfba Scripts/Nexus: Implement Grand Magus Telestra's seasonal costume
Closes #13643

(cherry picked from commit e2f7b91298)
2014-12-25 18:15:18 -02:00
MitchesD
175951754c Scripts/Nexus: rewritten instance script
(cherry picked from commit f743fb3e43)
2014-12-25 19:53:00 +01:00
Shauren
941904d5ea Core/Items: Updated item stat calculations
* Implemented item modifiers
* Implemented item bonuses
2014-12-23 00:25:43 +01:00
joschiwald
6c6e4d4328 Core/Packets: moved chat packet building function to packet builder class 2014-12-23 00:06:36 +01:00
Shauren
6dbb516b65 Core/Items: Refactored ItemTemplate 2014-12-21 13:35:43 +01:00
Shauren
9f0051c4e5 Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spells 2014-12-19 23:52:29 +01:00
Rat
9fefd963b3 Core/Spells: fixed build and SelectEffectImplicitTargets logic 2014-12-19 20:47:01 +01:00
Rat
085df6d987 Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
Conflicts:
	src/server/scripts/Northrend/Ulduar/HallsOfLightning/boss_loken.cpp
2014-12-19 20:10:10 +01:00
Rat
0e06022827 Core/Spells: added .auras command (temp, for easy aura debugging) 2014-12-19 20:05:02 +01:00
Nyeriah
1e30bc4483 Scripts/HallsOfLightning: Readd a safe-measure line to remove Loken's aura
(cherry picked from commit 37ccea13cb)
2014-12-17 15:04:35 -02:00
Nyeriah
037418a116 Scripts/Naxxramas:
* Implement dialogue after Sapphiron dies.
* Spawn missing triggers at Kel'Thuzad's room.
* Implement a couple of missing texts and emotes to Kel'Thuzad's fight.

(cherry picked from commit dd942db85f)
2014-12-17 14:56:42 -02:00
mthsena
88b197b2ef Scripts/MountHyjal: Kill warning
(cherry picked from commit 884953942b)
2014-12-15 22:07:26 +01:00
Nyeriah
4d228c2cce Scripts/HallsOfLightning: Implement Loken's intro speech and rewrite boss script to EventMaps/BossAI
(cherry picked from commit d417e92930)
2014-12-15 15:54:26 -02:00
joschiwald
58aca0da81 Scripts/Archimonde: replaced one yell with proper db content and unhacked drain world tree 2014-12-15 00:05:30 +01:00
Nyeriah
0e995303fb Scripts/Naxxramas: Implement Kel'Thuzad's taunts after defeating each wing and the one after killing Mr. Bigglesworth
(cherry picked from commit ee1fa93360)
2014-12-13 21:53:47 -02:00
Nyeriah
6c7472a6d3 Scripts/Naxxramas: Implement the Four Horsemen's dialogue that happens after Gothik's death
(cherry picked from commit f7a5a19f00
2014-12-12 15:21:15 -02:00
Intel
4825832c85 Merge branch '6.x' into Spells
Conflicts:
	src/server/game/DataStores/DBCStores.h
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Entities/Unit/Unit.cpp
	src/server/game/Server/Protocol/Opcodes.cpp
	src/server/scripts/Spells/spell_druid.cpp
2014-12-07 23:20:52 +02:00
joschiwald
b68b6417f6 Core: fixed few coverity issues and warnings 2014-12-07 01:24:00 +01:00
Nyeriah
d4ad229493 Scripts/Misc: Initialize a couple of fields
(cherry picked from commit 548cc1cd2f)
2014-12-05 19:15:36 -02:00
Rat
305275e75e Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells 2014-12-05 14:11:08 +01:00
Nyeriah
9d138bb468 Scripts/MountHyjal: Update Archimonde's script
@todo: instance scripts needs a major clean up
Closes #6471

(cherry picked from commit 09b71ef8bd)
2014-12-04 18:13:17 -02:00
Rat
08f486bfcf Core/Spells: some updates to player spell and talent learning 2014-12-04 19:23:35 +01:00
Rat
b91ac01bc7 Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells 2014-12-01 21:09:23 +01:00
Rat
16219b483d Core/Spells:
- some work on player starting spells and skills
- fixed basic spell learning
- fixed some spell related datastore loads
2014-12-01 20:44:06 +01:00
Shauren
70e0e1fb5b Core/Units: Updated byte order in UNIT_FIELD_BYTES_0 - fixes weird models
Closes #13648
2014-11-30 19:09:26 +01:00
Kinzcool
e3b23c2513 Core/Creature: Implemented negative levels for creatures having -1 as expansion 2014-11-30 03:45:48 -05:00
Rat
eda9094226 Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells 2014-11-29 14:52:53 +01:00
Rat
ce5b683a07 Core/Spells: fixed Script project building 2014-11-28 14:00:50 +01:00
Nayd
a1d4c9f9dc Core: Use the correct function to convert strings to unsigned longs and unsigned long longs
Fixes wrong data being inserted into the database (i.e explored zones).
More info in #13493

Fixes #13493

Thanks to @jackpoz for finding the code issue and @Vavehl for an expectional bug report.
2014-11-26 02:12:38 +00:00
Rat
2144d6c851 Core/Spells: core now builds without scripts project, still not stable 2014-11-24 18:57:49 +01:00
Nyeriah
3258818414 Scripts/CoS: Added SetDespawnAtFar, fixes Arthas despawning if no players are in range
(specially during waves)

(cherry picked from commit 0a0e9b196f)
2014-11-23 03:28:59 -02:00
joschiwald
7f96163c94 Core/Packets:
- updated/enabled CMSG_CHANNEL_DISPLAY_LIST, CMSG_CHANNEL_LIST, CMSG_JOIN_CHANNEL, CMSG_LEAVE_CHANNEL, SMSG_CHANNEL_LIST, SMSG_CHANNEL_NOTIFY_JOINED, SMSG_CHANNEL_NOTIFY_LEFT
- updated CMSG_SET_SELECTION
- updated CMSG_TUTORIAL_FLAG (removed CMSG_TUTORIAL_CLEAR, CMSG_TUTORIAL_RESET)
- fixed null guid in EquipmentSetList
- fixed struct of MonsterMove
2014-11-23 04:25:47 +01:00
Nyeriah
7713c893a8 Scripts/SteamVault: Remove non-selectable flag from access panels once their respective bosses are done
(cherry picked from commit e778ee1416)
2014-11-21 15:57:24 -02:00
joschiwald
c7a0cc02f6 Scripts/SethekkHalls: fixed Talon King Coffer
(cherry picked from commit 716d1404de)
2014-11-21 01:14:53 +01:00
joschiwald
da37723b5f Core/Packets: updated SMSG_INITIALIZE_FACTIONS and added struct for SMSG_CHANNEL_LIST 2014-11-17 18:21:41 +01:00
Intel
218f14f84b Core/Packets: Added some chat message packets 2014-11-17 00:08:38 +02:00
Rat
588143b9b6 Core/Spells: Spell system updates (don't even try to compile this) 2014-11-16 14:20:01 +01:00