ModoX
ModoX
…ingle quest objectives **Changes proposed:** - Added .quest completeobjective command to complete single quest objectives **Tests performed:** tested ingame
**Changes proposed:** - move gossip_menu_id field from creature_template to separate table - allow conditions on menu ids - **Tests performed:** (Does it build, tested in-game, etc.) built, tested with (just...
### Description While reviewing #27980 i noticed that spellid 171229 should be using orientation 0 for the teleport, but its overridden by player orientation in the core here: https://github.com/TrinityCore/TrinityCore/blob/8f537b96868647d73aacd576bbe90bda138dd589/src/server/game/Spells/SpellEffects.cpp#L902-L903 So...
**Changes proposed:** - Fallback to showing gossip menu when no quest_greeting is found, without fallback it's not showing any text besides quest options **Tests performed:** (Does it build, tested in-game,...
When we have multiple values for one entry in creature_model_info (CombatReach/BoundingRadius stuff) we should ignore them in SQL output since its likely caused by some auras.
During my massparses i noticed thats SMSG_UPDATE_OBJECT randomy causes errors when using more threads than one. The error is not guaranteed to occur, it kinda only happens 3 times in...
**Is your feature request related to a problem? Please describe.** CONDITION_QUEST_OBJECTIVE_PROGRESS is utilizing ConditionValue3 as counter. In the editor theres no field to actually set the value for it. **Describe...
**Is your feature request related to a problem? Please describe.** When first creating a quest state condition (e.g. for phase_area) with flags 2|8 and then changing the exact same condition...
**Is your feature request related to a problem? Please describe.** I just realized i cannot update until i restart the editor when I just declined the update to test something...
**Describe the bug** Currently only `SourceTypeOrReferenceId` and `SourceEntry` is used for the DELETE statement in `phase_area`. That results in ALL phase conditions related to a specific area/zone being deleted instead...