Commit Graph

25913 Commits

Author SHA1 Message Date
Gustavo
23e89b8aef Core/Spells GameObjects needs to be spawned in order to be acceptable as a SpellFocus (#17594) 2016-07-15 23:45:50 +02:00
SnapperRy
55ba3bd012 DB/Conditions: fix three spells that require a NPC to be nearby
Namely, the Venomhide Hatchling feeding quests
2016-07-15 23:04:54 +02:00
ariel-
fbbb03212e Core/Chat: general cleanup and revamping: (#17576)
- Remove duplicate ObjectGuid in Channel (both as key and value member)
- Add const-ness to Channel methods
- NULL->nullptr
- const type* -> type const*
- Removed all instances of std::map::operator[] except where it is actually INTENDED to insert an element
- Use Trinity::StringFormat instead of snprintf
2016-07-15 22:33:49 +02:00
SnapperRy
11558b3bdc DB/Conditions: fix exploit related to quest Disclosure (ID: 12710)
NPC could be repeatedly summoned by clicking the related gameobject
2016-07-15 20:44:10 +02:00
Shauren
8460285f94 Core/Quests: Failing/abandoning a quest should not unconditionally remove required items, non-quest specific items such as crafting reagents should remain in inventory 2016-07-15 20:00:42 +02:00
SnapperRy
16c4a1dd31 DB/Quest: fix required race for two Argent Tournament dailies 2016-07-15 19:56:47 +02:00
Brian
3c0d7fd744 Core/Quests: Remove quest items that were looted if they are unique, bound, quest items, when abandoning a quest. (#17556) 2016-07-15 19:49:12 +02:00
robinsch
bc358fc381 Core/Spell: Sheath of Light should add remaining ticks to healing done when refreshed (#17583) 2016-07-15 19:46:39 +02:00
SnapperRy
f784c36aa6 DB/Mail: add Argent Tournament mail sent when reaching level 77 2016-07-15 19:13:25 +02:00
SnapperRy
a37a8a316b Rename 2016_06_15_99_world.sql to 2016_07_15_08_world.sql 2016-07-15 18:58:23 +02:00
Andrew Letson
6ea48c036e Core/Scripts: Migrate Tanaris NPC's to SAI (#17390) 2016-07-15 18:42:12 +02:00
SnapperRy
2fd124f9a3 Rename 9999_99_99_99_world.sql to 2016_07_15_07_world.sql 2016-07-15 18:38:25 +02:00
SnapperRy
ba0cb53b02 Core/SmartAI: change SMART_ACTION_RISE_UP (114) to SMART_ACTION_MOVE_OFFSET and implement offset movement via target fields. (#17362) 2016-07-15 18:37:17 +02:00
SnapperRy
d7e47de264 Core/SpellArea: iterate spell_area entries by player's current area instead of quest id. (#17509) 2016-07-15 18:32:16 +02:00
SnapperRy
a732749d72 Core/Unit: remove emote state when creature attacks another unit (#17542) 2016-07-15 18:31:52 +02:00
SnapperRy
e9ef43cc20 Change creature guid for previous commit
Thanks Aokromes. Also forgot to mention, thanks Rushor for the main script
2016-07-15 18:19:24 +02:00
SnapperRy
c4cbc4341f DB/Script: partly script Shadowy Assassin's event in Southshore
Updates #14880
2016-07-15 18:11:19 +02:00
Aokromes
95e77fba90 Rename 9999_99_99_99_world.sql to 2016_07_15_05_world.sql 2016-07-15 17:54:55 +02:00
SnapperRy
f78ab9aba4 Core/Creature: implement INHABIT_ROOT to apply UNIT_STATE_ROOT to creature (#17543)
Add flag 8 to InhabitType for creatures that should appear rooted client-side
2016-07-15 16:48:04 +02:00
Aokromes
1a2bd0dc3a Script/Archavon: Implement EMOTE_LEAP
By robinsch
2016-07-15 15:33:23 +02:00
robinsch
8a2df73a82 Script/Archavon: Implement EMOTE_LEAP (#17588) 2016-07-15 15:31:52 +02:00
SnapperRy
3314c8f113 DB/SpellArea: prevent access to Hyjal
By dr-j, closes #17467
2016-07-15 14:31:55 +02:00
SnapperRy
ab0c7f745c DB/Gossip: add npc text for Baine Bloodhoof
Closes #17575
2016-07-15 14:26:34 +02:00
SnapperRy
b5cb96a56a DB/Loot: reduce drop chance for many white items
Closes #17578
2016-07-15 14:23:18 +02:00
SnapperRy
4fea1c59e1 DB/Quest: fix availability for Alliance's breadcrumb quests to Ashenvale
Onward to Ashenvale can always be done, while only one quest between Trek to Ashenvale and the Draenei-only Travel to Astranaar can be completed.
2016-07-15 14:20:54 +02:00
Killyana
931a7623b2 DB/Creature: Fix some ranged creature cast
Closes #12796
Closes #17580
Closes #17574
2016-07-14 12:04:14 +02:00
Naios
445746c402 Core/Scripting: Fix acquiring of references between script swaps
* Delay unloading of shared libraries to the next update tick
  to prevent crashes in the destructor of the last referenced
  script instance.
* Closes #17557
2016-07-13 21:58:50 +02:00
Killyana
d22569aaba DB/Creature: Add missing spawn for Ribbon Pole Debug Target
Closes #17534
By SnapperRy
2016-07-13 17:13:06 +02:00
P-Kito
0aad705f95 Game/Entities: Fix math problem "Disk Point Picking" in GetRandomPoint (#17577) 2016-07-13 16:41:33 +02:00
treeston
01dba54c12 DB/TrinityString: typo fix 2016-07-13 02:46:39 +02:00
Killyana
8835607ab5 DB/Creature: Add missing spawns on The Crimson Hall 2016-07-12 17:12:10 +02:00
Killyana
d7bf9e895b DB/Creature: Add missing creatures before Lady Deathwhisper on 25 difficulties 2016-07-12 14:50:42 +02:00
Killyana
11a1dc04a1 DB/Creature: Add missing creatures before Lord Marrowgar on 25 difficulties 2016-07-12 14:18:30 +02:00
SnapperRy
baf54cff3b Core/Quest: implement usage of QUEST_FLAGS_RAID to allow a quest to be completed while in raid. (#17535)
By @ForesterDev
2016-07-11 10:15:51 +02:00
Meruemu
4a46fee03e Core/Entities: Fix flag CREATURE_FLAG_EXTRA_NO_PARRY_HASTEN implementation. (#17548) 2016-07-11 10:15:05 +02:00
Warpten
07ce570be8 Scripts/RubySanctum: Fix missing break reported by Coverity. 2016-07-10 17:46:15 +02:00
SnapperRy
df532d1948 Core/Script: add missing say in script for npc Lakota Windsong 2016-07-10 14:39:10 +02:00
SnapperRy
49d857ce31 DB/Loot: increase drop chance for item "Tender Strider Meat"
Source: Wowhead comments
2016-07-10 14:00:34 +02:00
SnapperRy
844921a615 DB/Loot: fix drop conditions and chance for item "Cracked Silithid Carapace" 2016-07-10 13:43:26 +02:00
SnapperRy
439ec88354 DB/SAI: improvements for quest "Verog the Dervish"
Change despawn type, prevent duplicates, and increase chance of spawn. Taken from Wowhead comments
2016-07-10 12:18:43 +02:00
SnapperRy
0c15241a35 DB/Texts: fix texts for two quests and one item 2016-07-10 11:40:59 +02:00
Keader
23b6991273 Core/Movement Fixed minimum speed check (#17555) 2016-07-10 11:32:14 +02:00
Snapper
ec919d7b0e DB/SAI: improve script for some ogres in Feralas:
- Fix spam of Healing Wave for Gordunni Shaman
- Use CMC for Gordunni Warlock and Gordunni Ogre Mage
2016-07-10 10:34:36 +02:00
Snapper
ebb33bbfc1 Core/Misc: use enum for UNIIT_NPC_FLAGS' zero values 2016-07-10 09:33:55 +02:00
SnapperRy
8e721e1965 DB/Loot: Tailoring's bolts should not drop from any creature 2016-07-10 01:31:48 +02:00
SnapperRy
66c8bae7be DB/Quest: add prevquest to one of the "The Ashenvale Hunt" quests 2016-07-10 01:05:03 +02:00
SnapperRy
a1a7bca181 DB/Loot: those items should only be dropped by gameobjects
Items 'Silithid Egg', 'Lorgalis Manuscript', 'Broken Tears' AND 'Spotted Hippogryph Down' should not be dropped by creatures
2016-07-10 00:50:40 +02:00
Aokromes
8211266f9b Core/Player: Move few logs of loglevel and add few notes (#17554) 2016-07-10 00:31:33 +02:00
Snapper
21797c6c4f Core/Misc: kill whitespace and use enum instead of hardcoded value. 2016-07-09 21:36:04 +02:00
Snapper
4c78a416fe DB/Conditions: spell "Wretched Tap" can only be cast by creature "Wretched Urchin".
Closes #15586
2016-07-09 21:28:14 +02:00