Commit Graph

9861 Commits

Author SHA1 Message Date
Aokromes
fdf594d718 DB/Gameobject: Add loot for some gameobjects
By Malcrom
2016-07-30 00:37:10 +02:00
Aokromes
8ad3939161 DB/Gameobject: Add loot for some gameobjects
By Malcrom
2016-07-30 00:34:33 +02:00
Aokromes
f3c560f87e DB/Misc: Fix gold of some creatures
By Malcrom
2016-07-29 23:30:46 +02:00
Aokromes
c52976f7e1 DB/Misc: Misc fixes
By Malcrom.
2016-07-29 22:46:11 +02:00
Aokromes
13ae4a0178 typo fix 2016-07-29 12:44:27 +02:00
Aokromes
570106ea9d DB/Misc: 3.3.5a fixes 2016-07-29 12:42:21 +02:00
Aokromes
183b792b78 DB/Quest: Fix quest grouping for quest 27989 and 27994
By tkrokli
2016-07-29 03:12:23 +02:00
Aokromes
0fae3915d4 Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4 2016-07-26 23:57:29 +02:00
Aokromes
aca8c7ec92 DB/Gameobject: Remove 2 incorrect flags 2016-07-26 23:56:31 +02:00
ariel
07a6650f9b DB/Creature: hide Leap Target 2016-07-25 20:28:59 +00:00
Aokromes
2435e4aa40 DB/Quest: Add loot for Intriguing Specimens 2016-07-24 22:04:30 +02:00
ariel-
4049aa298e DB/Misc: fix typo 2016-07-23 06:45:32 -03:00
ariel-
17ef30d88b DB/Misc: proper port sql fix from 2d10e0fcaf commented out 2016-07-23 04:35:12 -03:00
Aokromes
bee4c5518f DB/Misc: 3.3.5a fixes 2016-07-20 22:58:26 +02:00
Aokromes
eacbddd471 Restore file deleted by mistake 2016-07-20 22:53:29 +02:00
Aokromes
8aec3dd3b6 DB/Misc: 3.3.5a fixes 2016-07-20 22:41:14 +02:00
Aokromes
42eba318de ddf 2016-07-20 19:46:59 +02:00
SnapperRy
836b9180fe Core/Mail: implement a way to specify NPC sender for mails when they should be different from the quest ender (#17601) 2016-07-20 19:46:37 +02:00
Aokromes
9643f2033a ddf 2016-07-20 19:35:27 +02:00
Keader
6759266253 Core/Scripts: Hallow's End Pumpkin Treat
Add all 6 spells available from item 20557,
Hallow's End Pumpkin Treat:
- Hallow's End Candy, Orange Giant (24924)
- Hallow's End Candy, Skeleton (24925)
- Hallow's End Candy, Pirate (24926)
- Hallow's End Candy, Ghost (24927)
- Hallow's End Candy, Female Defias Pirate (44742)
- Hallow's End Candy, Male Defias Pirate (44743)

Thanks @Keader for creating the new spell scripts & SQL,
 saved me a lot of time! :-)
2016-07-20 19:35:07 +02:00
Aokromes
d979a98d4b ddf 2016-07-20 19:34:23 +02:00
Shauren
792f48b554 Core/Commands: Allow .cooldown command to work on player pets 2016-07-20 19:34:04 +02:00
Aokromes
00814e247b ddf 2016-07-20 18:37:52 +02:00
SnapperRy
2e02320302 Event/Midsummer: improve pole ribbon functionality (#17464)
Event/Midsummer: improve pole ribbon functionality:

- Bunny creature should hover, which puts it in the intended position.
- Use correct visual and internal spells to handle cosmetics and timers.
2016-07-20 18:37:26 +02:00
Aokromes
c008d244ee Core/Misc: Clarify the use of world_database.sql 2016-07-20 18:27:11 +02:00
Aokromes
2bd38e6b4a ddf 2016-07-20 18:15:15 +02:00
Gustavo
d1d8840ce6 Core/Scripts Boss Ahune Clean-up (#17320)
Remove use of flags UNIT_FLAG_NON_ATTACKABLE and UNIT_FLAG_REMOVE_CLIENT_CONTROL
Replace with correct one, UNIT_FLAG_UNK_31, imunity part now is fully handled by auras
Fix a problem with bugged orientation while casting SPELL_SYNCH_HEALTH
Use std::crono notations
Remove unneeded code

Move one spell_linked_spell to SpellScript
Fix Loot issue
Fix Possible Crash
2016-07-20 18:14:58 +02:00
Aokromes
aca3df92b8 DB/Misc: 3.3.5a fixes 2016-07-20 17:56:05 +02:00
Aokromes
ea24f369fd ddf 2016-07-20 16:37:26 +02:00
Andrew Letson
efc9ce2991 Core/Scripts: Migrate Professor Dabiri to SAI (#17367)
- removes Professor Dabiri from zone script and adds him to smart_scripts.
- also removes one more line of hardcoded text in core scripts
2016-07-20 16:37:08 +02:00
Aokromes
4ea20b14fa ddf 2016-07-20 16:35:22 +02:00
ariel-
63bb3609b6 Core/Script: moved SAI to cpp for The Etymidian, closes #17053 (#17330) 2016-07-20 16:35:02 +02:00
Aokromes
960e683ea5 Delete duplicate file 2016-07-20 16:15:58 +02:00
tkrokli
d9aeb17249 Core/Scripts: remove hardcoded text from npc_sayge
- remove hardcoded (and wrong) text from the script
- copy valid text from broadcast_text to gossip_menu_option
- gossip_menu / npc_text is already correct in TDB 335.61
- sort + clean up core script enum list and add new entries
- keep gossip handling unchanged in the script (low prio)
2016-07-20 16:15:41 +02:00
Aokromes
25da3f58bd Delete duplicate file 2016-07-20 16:07:41 +02:00
tkrokli
d7a2ad410a Core/Scripts: npc_grandmother gossip text moved to DB
Removing one more hardcoded text line from core scripts.
Also adding correct gossip to the npc_grandmother script.

Gossip changes in this script:
- remove hardcoded text from core script
- use existing npc_text IDs in gossip enum
- add missing text rows to gossip_menu_option
- use values from gossip_menu_option in enum
- replace spawn coordinates 0.0f with GetPosition()
2016-07-20 16:07:18 +02:00
Aokromes
8108126e74 DB/Misc: delete duplicate file 2016-07-20 15:55:21 +02:00
treeston
4bf80b2a47 Scripts/Instances: Fix a bug that would cause the Hodir encounter to never properly begin. Tagging issue #17302. 2016-07-20 15:54:59 +02:00
Aokromes
d7d6b76ffb DB/Misc: delete duplicate file 2016-07-20 15:48:44 +02:00
tkrokli
d1333835f7 Core/Scripts: boss_majordomo hardcoded text
2 more text lines removed in the ongoing series:
"Remove hardcoded text from core scripts".

Core script for boss Majordomo Executus:
- add missing gossip_menu_option entries
- link the options via the table gossip_menu
- remove hardcoded text from the script
- minor enum line order sorting cleanup
- replace OnGossipSelect() with sGossipSelect()

The scripted events are unchanged.
If the script is inaccurate, make a new PR.
2016-07-20 15:48:14 +02:00
Aokromes
7b6db29f35 DB/Misc: delete duplicate file 2016-07-20 15:32:12 +02:00
treeston
7490ca5eab Scripts/Naxxramas: Fix Frogger event. Closes #16488. 2016-07-20 15:31:45 +02:00
Aokromes
d69137b6c7 Fix sql 2016-07-20 10:38:13 +02:00
Aokromes
f5ff21418b Core/Auras: Renamed fields of SpellProcEntry structure and change types to more appropriate ones 2016-07-20 10:28:44 +02:00
Shauren
a4498c7cab Core/Auras: Renamed fields of SpellProcEntry structure and change types to more appropriate ones 2016-07-20 10:25:03 +02:00
Aokromes
11c028f4bb Core/Tools: Fix pdump write 2016-07-19 11:08:51 +02:00
Golrag
9179cd478d Core/Object: Use object edges to calculate LoS 2016-07-19 11:06:20 +02:00
Aokromes
193489f3a7 Core/Players: Split playerBytes fields in characters table
(cherry picked from commit 2a6f65f)
(i think i don't have broken nothing, loged with fresh created chars and old chars and all looks to be ok)
2016-07-18 21:14:24 +02:00
Aokromes
068f978298 DB/Misc: Delete duplicate file 2016-07-17 16:42:37 +02:00
Keader
07f1bde1c3 Core/Scripts Improve Felflame Infernal of Lord Jaraxxus fight (#16998) 2016-07-17 16:42:10 +02:00