db46b39a93
Core/Quests: Add missing GO_DYNFLAG_LO_ACTIVATE to lootable chests related to quests but not having quest loot
hondacrx
2022-02-22 19:42:56 -05:00
8ba914cb61
Core/Quests: Fixed gameobject sparkle state for lootable quest items by moving ItemAddedQuestCheck/ItemRemovedQuestCheck after item is added/removed
hondacrx
2022-02-22 19:39:43 -05:00
92d3c34752
Vmap: Introduce skipping of antiportals and unreachable mogp
hondacrx
2022-02-22 19:32:39 -05:00
659dd2faed
MapExtraction: Fix water height redundancy algorithm ignoring "no water"
hondacrx
2022-02-22 19:31:32 -05:00
0f3c086442
Core/MMAPs: Fix small steps being considered as NAV_AREA_GROUND_STEEP
hondacrx
2022-02-22 19:28:10 -05:00
3292e8d5ab
Handle different slopes in mmaps
hondacrx
2022-02-22 19:26:24 -05:00
8fa43cd0bd
Core/Objects: fixed destination calculation for destination based spells casted by flying units
hondacrx
2022-02-22 19:20:18 -05:00
f21809a608
Core/Commands: Fixed .npc add overwriting existing spawns when used on transports
hondacrx
2022-02-22 18:38:29 -05:00
8ce8408f91
Core/Misc: Define and use ChrRacesFlag and CreatureModelDataFlags
hondacrx
2022-02-22 13:49:20 -05:00
c9fa7d22fc
Core/Units: Allow mind controlling non-controllable vehicles (for example players that become vehicle during boss encounters or creatures that only are vehicles to show non standard power type)
hondacrx
2022-02-22 13:43:52 -05:00
14ec7655ad
Core/Spells: Relaxed aura exclusivity check to allow casting spells that have other, non-aura effects even if aura will not be applied
hondacrx
2022-02-22 13:28:18 -05:00
9721f6406e
Core/Objects: use the static vmap check in MovePositionToFirstCollision for all path results to avoid falling below wmo surfaces when the mmap path returns unreliable data
hondacrx
2022-02-18 17:37:39 -05:00
3dbe7259aa
Core/Spells: Fixed refreshing stat buff auras that have been improved by talents
hondacrx
2022-02-18 17:31:31 -05:00
e6b9631ed0
Core/Objects: further improvements for MovePositionToFirstCollision
hondacrx
2022-02-18 17:27:32 -05:00
e7eba5907d
Core/Spells Fixed scroll stacking check when not targeting self
hondacrx
2022-02-18 16:34:20 -05:00
ce5b592d8b
Core/Spells: Scrolls should not be consumed, when they fail to apply.
hondacrx
2022-02-18 13:44:18 -05:00
da1405d365
Core/Vehicles: update the power display of vehicles before being added to world to avoid building unnecessary update_object packets right after spawning them
hondacrx
2022-02-18 13:40:02 -05:00
00d04e06a1
Core/DataStores: Use ResSicknessSpellID from ChrRaces instead of hardcoding it
hondacrx
2022-02-18 13:38:52 -05:00
8126e7c6e1
Game/AI: Implement new targettype SMART_TARGET_CLOSEST_UNSPAWNED_GAMEOBJECT
hondacrx
2022-02-18 13:35:32 -05:00
ed5648d8ac
Game/AI: Enable check for SMART_TARGET_GAMEOBJECT_RANGE
hondacrx
2022-02-18 13:27:13 -05:00
6cc694f990
Core/GameObject: Remove linked traps when the main GameObject is removed
hondacrx
2022-02-18 13:26:17 -05:00
5d8b77b440
Game/SmartScripts: Reset counter in SAI only on Initialize.
hondacrx
2022-02-18 13:23:08 -05:00
5bd2878a4e
Core/Objects: cache current liquid status of objects when updating position data and use it to replace unnecessary vmap lookups
hondacrx
2022-02-17 16:55:41 -05:00
abf34c53b4
Core/PacketIO: Handle CMSG_REQUEST_PET_INFO for more cases
hondacrx
2022-02-17 16:38:09 -05:00
94f716f288
Core/Spells: Rename targets 108 and 109 to include CASTER_TO_DEST wording
hondacrx
2022-02-17 09:40:12 -05:00
12045b8c70
Core/Spells: Implemented target 107 TARGET_DEST_NEARBY_ENTRY_2 (the same as target 46)
hondacrx
2022-02-17 09:37:54 -05:00
e2b6adacc3
Core/Spells: Use orientation given in destTarget instead of always taking casters orientation for all effect types
hondacrx
2022-02-17 09:36:16 -05:00
11e97aa548
Core/Spells: Implemented target 62 TARGET_DEST_CASTER_GROUND (the same as target 125)
hondacrx
2022-02-17 09:32:03 -05:00
c81497bb36
Core/Spells: Rename TARGET_UNIT_CONE_ENEMY_54 to TARGET_UNIT_CONE_180_DEG_ENEMY and add 180 degree fallback for this target type
hondacrx
2022-02-17 09:26:49 -05:00
04b25ca313
Core/Auras: Delete old custom config AllowTrackBothResources, all tracking types can be turned on without it
hondacrx
2022-01-28 17:35:55 -05:00
a1411aef94
Core/Items: Fixed heirloom items counting for item set bonuses past their max scaling level and implemented new heirloom upgrade levels
hondacrx
2022-01-28 17:33:49 -05:00
26bec9ecb4
Core/Spells: Allow targeting script hooks to work with TARGET_DEST_DYNOBJ_ENEMY, TARGET_DEST_DYNOBJ_ALLY, TARGET_DEST_DYNOBJ_NONE, TARGET_DEST_DEST
hondacrx
2022-01-28 17:19:57 -05:00
300ab632e0
Core/Players: Fixed pvp talents being reset on login if player is below level 110 (pre level squish code)
hondacrx
2022-01-28 17:15:36 -05:00
7531735669
Core/Phasing: Implemented db spawns in personal phases
hondacrx
2022-01-27 14:01:49 -05:00
169abc1531
Core/Chat: Disallow hyperlinks from being inserted in various guild-related freetext fields (the client already blocks this)
hondacrx
2022-01-20 16:56:00 -05:00
13386aab0f
Scripts/Commands: Add .go boss, and do a usability pass over .go instance to match it.
hondacrx
2022-01-20 16:51:16 -05:00
62e4f1a7c5
Scripts/Commands: Add .debug questreset to force daily/weekly/monthly quest reset.
hondacrx
2022-01-20 12:39:18 -05:00