Commit Graph

29718 Commits

Author SHA1 Message Date
Aokromes
20a8476cd8 Rename sql/world/2016_01_30_05_world.sql to sql/updates/world/2016_01_30_05_world.sql
Now yes...
2016-01-31 20:47:44 +01:00
Aokromes
7c9f0f2056 Rename sql/2016_01_30_05_world.sql to sql/world/2016_01_30_05_world.sql 2016-01-31 19:30:47 +01:00
Aokromes
404a5f639f DB/Misc: Fix some startup errors 2016-01-31 18:21:18 +01:00
Incorrect
cc3ae640a4 Core/Creature: Do not load equipment with id = 1 when creature.equipment_id is 0
Closes #16416
2016-01-31 17:09:58 +02:00
treeston
bba182428d DB/ModelInfo: Fix the hitbox on Cyanigosa's dragon form. 2016-01-31 15:51:26 +01:00
treeston
815f43be7a Scripts/UtgardeKeep: Bonus Ingvar the Plunderer fixes to reset behavior. There should no longer be weirdness if a reset happens during the RP phase. 2016-01-31 15:14:01 +01:00
treeston
c829fc7de4 Scripts/UtgardeKeep: Ingvar updates:
- Roar at start of phase two
- Ingvar no longer does a weird move-jump towards his target when resurrecting
- Fixed a duplicate yell on phase one end
2016-01-31 14:27:18 +01:00
Aokromes
47f672450a DB/Conversor: add some comments 2016-01-31 12:10:20 +01:00
Aokromes
d00d1e420a DB/Conversion: Get rid of some alters of fresh created tables 2016-01-31 12:00:10 +01:00
Aokromes
1a5fb2db8e DB/Conversor: delete 2 renames of fresh created tables
create new tables with correct name
2016-01-31 11:49:57 +01:00
Carbenium
d427c853e7 Collision/MMap: Fix a memleak reported by valgrind
Tiles which are owned by the mesh should have the DT_TILE_FREE_DATA flag to ensure
deallocation on removal from the mesh.

Log:
==23516== 6,181,976 bytes in 6 blocks are definitely lost in loss record 15 of 15
==23516==    at 0x4C298A0: operator new[](unsigned long) (vg_replace_malloc.c:389)
==23516==    by 0x2052660: dtCustomAlloc(int, dtAllocHint) (Memory.h:11)
==23516==    by 0x29D7FDA: dtAlloc(int, dtAllocHint) (DetourAlloc.cpp:43)
==23516==    by 0x230AA70: MMAP::MMapManager::loadMap(std::string const&, unsigned int, int, int) (MMapManager.cpp:166)
==23516==    by 0x1DD585B: Map::LoadMMap(int, int) (Map.cpp:125)
==23516==    by 0x1DD7266: Map::LoadMapAndVMap(int, int) (Map.cpp:200)
==23516==    by 0x1DD93C6: Map::EnsureGridCreated_i(CoordPair<64u> const&) (Map.cpp:453)
==23516==    by 0x1DD9129: Map::EnsureGridCreated(CoordPair<64u> const&) (Map.cpp:429)
==23516==    by 0x1DED100: Map::GetGrid(float, float) (Map.cpp:2200)
==23516==    by 0x1DE0F4C: Map::GetAreaFlag(float, float, float, bool*) const (Map.cpp:2349)
==23516==    by 0x198521B: Map::GetZoneId(float, float, float) const (Map.h:353)
==23516==    by 0x197CFF0: WorldObject::GetZoneId() const (Object.cpp:1277)

Phase tiles aren't managed by detour so they shouldn't be free'd automatically on removal.
See MMapManager::UnloadPhaseTile

(cherry picked from commit 32e8b6506f)
2016-01-30 20:48:15 +01:00
Dr-J
406584839c DB/SAI: Overthane Balargarde
A couple of updates to previous commit a258e36039

Closes #4841
2016-01-30 15:22:53 +00:00
Kittnz
771dfe243d DB/Creature: fix Mine Car visible state
- Still need some SAI fixing when it resets so it continues the path
2016-01-30 15:31:31 +01:00
Kittnz
ecdeb5cb9c DB/Creature: Bloodmyst Isle
- Add Pathing and SAI for Bloodcursed Naga
- Add Pathing for Lord Xiz
2016-01-30 15:30:00 +01:00
Killyana
789470ccf1 Spell/Script: Safirdrang's Chill
Updates #4841
2016-01-30 15:20:14 +01:00
Dr-J
a258e36039 DB/Quest: Banshee's Revenge
Script http://www.wowhead.com/quest=13142/banshees-revenge

Only spell issue remains see original issue https://github.com/TrinityCore/TrinityCore/issues/4841
2016-01-30 10:59:19 +00:00
Killyana
e249db9777 DB/Object: Add 2 missing traps on Icc 2016-01-30 04:23:03 +01:00
treeston
f0b9ee157b Fix warning. 2016-01-30 00:48:47 +01:00
treeston
d795bd8040 Merge remote-tracking branch 'tkrokli/npc_parqual_fintallas' into 3.3.5-base (PR #16384) 2016-01-30 00:31:38 +01:00
jackpoz
d75469e31f Scripts/Deadmines: Fix issues reported by static analysis
Fix Coverity issue id 1022474
2016-01-30 00:13:22 +01:00
tkrokli
7a101bcf00 [3.3.5] Core/Scripts/DB: move core script 'npc_parqual_fintallas' to SAI
Additional change: menu options are changed from containing only names
to include the text " is my answer.", based on the lines in `broadcast_text`.

- replaced core text with DB SAI script
- created DB creature_text entries for Parqual Fintallas
- created DB gossip_menu_option entries for the NPC
- implemented NPC say lines in reply to all the answers
- added conditions for which gossip should show, depending on quest status
- added conditions to avoid exploits in the time it takes for NPC to say his texts

This PR is tested several times on a horde character (horde-only quest).
It now works as originally intended, with option-specific NPC replies.
2016-01-29 23:26:08 +01:00
Aokromes
cc6f1f500e DB/Misc: forgot save 2016-01-29 17:34:56 +01:00
Aokromes
cb56af3db7 DB/Quest: Add 3 missing spell focus
Closes #33 closes #36
2016-01-29 17:27:11 +01:00
Shauren
cb8f64cb63 Merge pull request #16417 from Keader/kinetic
Core/Scripts Fix Kinetic Bomb stuck after knockback effect
2016-01-29 08:47:12 +01:00
sirikfoll
5cf794b379 Fix Achievement Defense of the Ancients
The spell that trigger the achievement check, needs to be cast before setting up the variables used for the second round, otherwise the achievement will be granted to the wrong team.
Also, SPELL_END_OF_ROUND needs to be casted on the end of the second round too, this was confirmed in retail.
2016-01-28 21:46:03 -02:00
Keader
36648d1079 Fix Kinetic Bomb stuck after knockback effect. 2016-01-28 17:20:41 -03:00
Treeston
942403be0c Merge pull request #16314 from Treeston/3.3.5-fixgroupcredit
Player/Quest: Fix GO group credit
2016-01-28 13:39:29 +01:00
Treeston
af62cf5939 Merge pull request #15033 from tkrokli/absorb_ignoring_damage
Unit/CalcAbsorbResist: Sanctified Wrath should pierce absorb effects
2016-01-28 13:32:53 +01:00
treeston
dbf9f58351 Merge remote-tracking branch 'ariel-/soothsaying_for_dummies' into 3.3.5-base (PR #16152) 2016-01-28 13:21:03 +01:00
treeston
81baffec80 Merge remote-tracking branch 'tkrokli/npcs_dithers_and_arbington' into 3.3.5-base (PR #16276) 2016-01-28 12:39:51 +01:00
Treeston
7e42503244 Merge pull request #16264 from Treeston/3.3.5-noffalooter
Looting/Group: Do not display looter in tooltip when FFA loot is enabled
2016-01-28 11:45:17 +01:00
ariel-
8baa447ed0 Implemented Book "Soothsaying for dummies", change of engineering/leatherworking specs possible! 2016-01-26 21:38:24 -03:00
Francesco Borzì
d0e4f281a3 Merge pull request #16287 from GigaDev90/fix_bug_duel_abuse
Core/Script: fix bug that prevent double spending reset cooldown
2016-01-26 20:58:09 +01:00
Dr-J
06cc8974a0 DB/Creature: Blightblood Troll
Update so these are passive until skeptor of suggestion used on unit.
2016-01-26 17:37:59 +00:00
Aokromes
21ac62fa84 DB/Misc: Delete duplicate spawns 2016-01-26 07:22:34 +01:00
DDuarte
7a252fc648 Core/SAI: Typo fix of 77087db793
There's no %b, silly
2016-01-26 03:43:15 +00:00
DDuarte
77087db793 Core/SAI: Code improvements to SMART_ACTION_RANDOM_SOUND
Warning fixes and extra sanity checks

Ref #16376
2016-01-26 03:37:07 +00:00
Lopfest
e4af2baa7e Core/SAI: added SMART_ACTION_RANDOM_SOUND
Closes #16376
2016-01-26 03:26:41 +00:00
ariel-
ac6d34431c Rename one update 2016-01-24 16:48:14 -03:00
ariel-
b7ea724b87 Update 2016_01_22_02_world.sql 2016-01-24 16:02:21 -03:00
ariel-
60e04b7f85 Merge remote-tracking branch 'tc/3.3.5' into 4.3.4
Conflicts:
	sql/updates/world/2016_01_23_00_world.sql
	sql/updates/world/2016_01_24_00_world.sql
	src/server/game/Entities/Unit/Unit.cpp
	src/server/scripts/Spells/spell_paladin.cpp
2016-01-24 16:00:06 -03:00
ariel-
bcc0073f47 Core/Scripts: Remove both shadowform visuals, caused an issue of permanent visual if glyph was added/removed while Shadowform was active.
Closes #10
2016-01-24 13:30:52 -03:00
ariel-
a65a34ad17 Core/Pets: fixed command move to 2016-01-24 13:05:21 -03:00
ariel-
247a32aca7 DB/Misc: missing glyphs skill at character creation, this is needed so player learns the Remove Glyph spell.
Updates #35
2016-01-24 13:05:12 -03:00
Killyana
e6a7818a9a DB/Event: Add missing Commoner for Winter Winter Veil
Update  #16129
2016-01-24 16:47:39 +01:00
Aokromes
0f32d27186 DB/Misc: fix one startup error 2016-01-24 12:04:09 +01:00
Trisjdc
132be2d25a Core/Creatures: Reset unit flags/dynamic flags on Creature::SetDeathState(JUST_RESPAWNED) 2016-01-24 01:11:19 +00:00
MitchesD
cb8faad211 Merge pull request #16327 from Exodius/BWL-door
Core/Scripts: Change door ID and name in Blackwing Lair
2016-01-23 23:43:05 +01:00
jackpoz
0e76d67e49 Scripts/Misc: Fix issues reported by static analysis 2016-01-23 17:42:37 +01:00
treeston
d240ccb38c DB/Creature: Add a new extra_flag CREATURE_FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ (0x00200000) that awards players credit for killing the creature even if less than 50% of damage was dealt by players.
This can be used to fix quests such as "Heated Battle" or "If Valgarde Falls..." that are currently very hard to complete at the appropriate level due to "friendly" NPCs killing off the required targets too quickly for players to get 50% of damage in.
2016-01-23 16:41:25 +01:00