hondacrx
|
0f98aec1cd
|
Core/DB: Unify creature_respawn and gameobject_respawn into a single respawn table
Port From (https://github.com/TrinityCore/TrinityCore/commit/be05590a12607cbf6c7f8e5436cfac0fb3625128)
|
2021-12-27 17:32:36 -05:00 |
|
hondacrx
|
12f472cee1
|
Core/Chat: Rewrite some custom channel handling. Channel creation now properly saves passwords.
Port From (https://github.com/TrinityCore/TrinityCore/commit/ea753efb9370455979c8af8ebaafa734b77d6052)
|
2021-12-27 17:23:39 -05:00 |
|
hondacrx
|
855c9611e0
|
Core/Calendar: Fix issue with invite status being set to the wrong invite
Port From (https://github.com/TrinityCore/TrinityCore/commit/71b2f8c6ab26ef7683100fdf288813e87f6bbf73)
|
2021-12-27 17:13:54 -05:00 |
|
hondacrx
|
4463c4a3d5
|
Core/Player: prevent trade system from getting stuck in an invalid state when the LevelReq.Trade config is used.
Port From (https://github.com/TrinityCore/TrinityCore/commit/1b7a1c51aed401d71d22ef4043ca0579e35f5c92)
|
2021-12-27 17:11:40 -05:00 |
|
hondacrx
|
5e193139a2
|
Core/Unit: movement related corrections prior to getting Charmed
Port From (https://github.com/TrinityCore/TrinityCore/commit/ef6a5d3c3c010f9ad63a71015a533a3894ab38b9)
|
2021-12-27 17:10:23 -05:00 |
|
hondacrx
|
c209f30475
|
Battleground/Arena: Properly check RBAC arena join permission before allowing queue.
Port From (https://github.com/TrinityCore/TrinityCore/commit/a69a061d76fe4e142e84c775230e2fcbd6ddb9d4)
|
2021-12-27 17:06:18 -05:00 |
|
hondacrx
|
cba0f64c2d
|
Scripts/Commands: .account ban no longer fails if an account containing the specified account name is already banned (f.ex. attempting to ban 'test' if 'test2' is already banned)
Port From (https://github.com/TrinityCore/TrinityCore/commit/b4b581de1b9d2fd6afef02d1734e69b3ce6a8e63)
|
2021-12-27 16:59:14 -05:00 |
|
hondacrx
|
b7f85e9e43
|
Entities/GO: FindNearestGameObject no longer incorrectly returns despawned gameobjects.
Port From (https://github.com/TrinityCore/TrinityCore/commit/6de4c3cd72de1c7ae6e467b09ec181445b397338)
|
2021-12-27 16:56:27 -05:00 |
|
hondacrx
|
51bf6d6ecd
|
Core/Quest: remove arbitrary error logs related to breadcrumb quest chaining.
Port From (https://github.com/TrinityCore/TrinityCore/commit/755a83f634c7c87cc07f743e94d77c8c12356c32)
|
2021-12-27 16:52:43 -05:00 |
|
hondacrx
|
3f1d1fb205
|
Core/Movement: add missing parenthesis on MotionMaster::Size
Port From (https://github.com/TrinityCore/TrinityCore/commit/6ae0a6ba22b55c0d6ae78300f5788c68f6505971)
|
2021-12-27 16:51:17 -05:00 |
|
hondacrx
|
0dda317989
|
Core/Quest: Do not allow quests to be turned in if the player no longer satisfies level/skill/reputation requirements.
Port From (https://github.com/TrinityCore/TrinityCore/commit/925aaecbc0997a8fa3dea8de25f12258f889ffad)
|
2021-12-27 16:50:14 -05:00 |
|
hondacrx
|
df4c537943
|
Scripts/Spells: Brittle Armor & Mercurial Shield
Port From (https://github.com/TrinityCore/TrinityCore/commit/a947a0e85e301748d32140d76d0a25a1e5997406)
|
2021-12-27 16:47:12 -05:00 |
|
hondacrx
|
30d198cfbd
|
Scripts/Commands: update .wp commands to use orientation field from DB
Port From (https://github.com/TrinityCore/TrinityCore/commit/61cc88731c8941289352a1aaa6410bc3dce83faa)
|
2021-12-27 16:41:32 -05:00 |
|
hondacrx
|
8e06e237e0
|
Entities/Player: Properly restore PvP-enabled state on login
Port From (https://github.com/TrinityCore/TrinityCore/commit/a5d8807af8cb0f257f81fa5cf3ac70769b677575)
|
2021-12-27 16:33:10 -05:00 |
|
hondacrx
|
828fafbcc8
|
Entities/Unit: Nuke Map::ForceRespawn from orbit, with the following implications:
Port From (https://github.com/TrinityCore/TrinityCore/commit/2532de6acb7d73957a8fca44e7fc26160f47cc47)
|
2021-12-27 16:29:29 -05:00 |
|
hondacrx
|
a693bed211
|
Entities/Creature: Some asserts are now LOG_ERRORs that block spawning. Fix a group spawning bug exposed by the CoS merge. Improve some command output.
Port From (https://github.com/TrinityCore/TrinityCore/commit/2225cb120100da741814dec7515b191cc68f07be)
|
2021-12-27 15:51:24 -05:00 |
|
hondacrx
|
5321cc2090
|
Core/Movement: handle Resume/Pause on RandomMovementGenerator
Port From (https://github.com/TrinityCore/TrinityCore/commit/f21599dc5dab71cc0775d6ed5d2b2f6f2f4c6780)
|
2021-12-27 15:45:44 -05:00 |
|
hondacrx
|
dfcdade81a
|
Core/Vehicle: prevent creature vehicles from following their old movement generator when a player enters them in some cases.
Port From (https://github.com/TrinityCore/TrinityCore/commit/24c07367f109aa19a51defdf77c50d389ed90845)
|
2021-12-27 15:40:37 -05:00 |
|
hondacrx
|
c154984847
|
Core/Quest: fix icon in gossip window for repeatable, non-autocomplete quests.
Port From (https://github.com/TrinityCore/TrinityCore/commit/004602f3e4ece8ee601c09d869f1531518313c94)
|
2021-12-27 15:37:55 -05:00 |
|
hondacrx
|
521cd805c4
|
Core/Spell: don't send duration for auras caused by dynobjects.
Port From (https://github.com/TrinityCore/TrinityCore/commit/2efb6b618798b11f0c57a80661e04955ff63ed58)
|
2021-12-27 15:36:30 -05:00 |
|
hondacrx
|
0464fe61bb
|
Core/Spell: do not allow auras from dynamic objects to stack if they come from the same spell cast by the same caster.
Port From (https://github.com/TrinityCore/TrinityCore/commit/55611104bedefc301eb4bee8bc282057307ebde4)
|
2021-12-27 15:35:20 -05:00 |
|
hondacrx
|
13a3b6f06c
|
Misc/Config: set decay timer for unlooted normal creatures to 5 minutes.
Port From (https://github.com/TrinityCore/TrinityCore/commit/2c55730a0155f7f7da5cbed70ea21a0b8923aad7)
|
2021-12-27 15:28:38 -05:00 |
|
hondacrx
|
dafb8637d9
|
Core/Entities: Regenerate updatefields
Port From (https://github.com/TrinityCore/TrinityCore/commit/776298207a9522858af7b00ea2f5b0c65bbe049e)
|
2021-12-27 15:27:41 -05:00 |
|
hondacrx
|
6396bbca38
|
Core/Creature: Reworked creature aggro radius calculation
Port From (https://github.com/TrinityCore/TrinityCore/commit/3fc20584bc14ca0edb007b3d0b6861d19d6d33d4)
|
2021-12-27 15:25:53 -05:00 |
|
hondacrx
|
7a47eaeb24
|
Core/Conditions: allow spellclick conditions to properly work for aura apply/remove
Port From (https://github.com/TrinityCore/TrinityCore/commit/edf12fd6a1b989d7785bc0619002eda1ccc87368)
|
2021-12-27 15:23:22 -05:00 |
|
hondacrx
|
08678c970e
|
Core/Unit: Implement more helper methods
Port From (https://github.com/TrinityCore/TrinityCore/commit/104ec7a81a5bb782f81fd05b872bf664e4de1c89)
|
2021-12-26 20:04:34 -05:00 |
|
hondacrx
|
55189b9395
|
Core/Quest: Fix repeatable quest mark
Port From (https://github.com/TrinityCore/TrinityCore/commit/c5173aca15fcabba9ffce6393cf17868dc30750f)
|
2021-12-26 19:59:39 -05:00 |
|
hondacrx
|
639f5cc75d
|
Entities/Unit: Properly unset engaged flag for creates that cannot have a threat list on combat exit.
Port From (https://github.com/TrinityCore/TrinityCore/commit/513b35ea2f7f679585e34a490685327c449e574b)
|
2021-12-26 19:57:05 -05:00 |
|
hondacrx
|
a3f2e9f372
|
Entities/Player: Fix an edge case where overlapping CCs could prevent player movement from being re-enabled.
Port From (https://github.com/TrinityCore/TrinityCore/commit/096269349cd82a44f57f36b17dfe4e5e32a39f9a)
|
2021-12-26 19:56:01 -05:00 |
|
hondacrx
|
bddde92a0f
|
Entities/Player: Clean up client control handling behavior around possession. Mind Control should no longer cause various weirdness.
Port From (https://github.com/TrinityCore/TrinityCore/commit/bba4696de715b79b31e154d1a8e1597507812ece)
|
2021-12-26 19:54:55 -05:00 |
|
hondacrx
|
6d73a59f63
|
Core/Player: add helper methods GetNativeGender/SetNativeGender/SetGender
Port From (https://github.com/TrinityCore/TrinityCore/commit/27886c7f5d6cfc221ea67aab210f96859d725e05)
|
2021-12-26 19:51:26 -05:00 |
|
hondacrx
|
39dd51370f
|
Scripts/Spells: Dimensional Ripper - Everlook
Port From (https://github.com/TrinityCore/TrinityCore/commit/b8d675eba761a5616c7d69a78851ea61af61f4f6)
|
2021-12-26 19:36:53 -05:00 |
|
hondacrx
|
ce3b99471d
|
Core/Quest: do not send SMSG_QUESTGIVER_OFFER_REWARD right after SMSG_QUESTGIVER_QUEST_FAILED.
Port From (https://github.com/TrinityCore/TrinityCore/commit/ecce30a8072fd9352edae378a182f6bf6619d412)
|
2021-12-26 19:32:56 -05:00 |
|
hondacrx
|
5ba1f34108
|
Core/Instance: add new method
Port From (https://github.com/TrinityCore/TrinityCore/commit/934b72262d390f4e2cb87f07a4c1512a24a3b0d0)
|
2021-12-26 19:27:28 -05:00 |
|
hondacrx
|
b456a0403f
|
Core/Instance: add new hook & method
Port From (https://github.com/TrinityCore/TrinityCore/commit/6a63200e40d286dd49cc90135a519b0680a6f435)
|
2021-12-26 19:25:32 -05:00 |
|
hondacrx
|
f624076063
|
Core/Instances: improve DoRemoveAurasDueToSpellOnPlayers & DoCastSpellOnPlayers handling
Port From (https://github.com/TrinityCore/TrinityCore/commit/70fd6e7398040dc197c3470c6db8aa82f4e42ab1)
|
2021-12-26 19:21:16 -05:00 |
|
hondacrx
|
73fa489610
|
Misc: some corrections after recent merges
Port From (https://github.com/TrinityCore/TrinityCore/commit/cadbf42ea4489933f28caf356f8c8d09ca243083)
|
2021-12-24 21:38:37 -05:00 |
|
hondacrx
|
409be0be01
|
Scripts/Spells: Ultrasafe Transporter: Toshley's Station
Port From (https://github.com/TrinityCore/TrinityCore/commit/996b7c1f0ebb22b424d7406adf88b43143b2ede4)
|
2021-12-24 21:34:18 -05:00 |
|
hondacrx
|
7ca6823705
|
Core/Loot: fix issue that prevented players from rolling for an unique-category item while an equipped item shares the same unique-category.
Port From (https://github.com/TrinityCore/TrinityCore/commit/5ca9f51033c92f29eb1bc915fcbf785773ed586c)
|
2021-12-24 21:28:30 -05:00 |
|
hondacrx
|
b835ecddc1
|
Scripts/Spells: Dimensional Ripper - Area 52
Port From (https://github.com/TrinityCore/TrinityCore/commit/ea4c1ae7d0c4b3420b1d78623c5254466c64f43b)
|
2021-12-24 21:27:09 -05:00 |
|
hondacrx
|
5c41122916
|
Core/GameObject: do not allow consumable chests to restock while partially looted.
Port From (https://github.com/TrinityCore/TrinityCore/commit/2fea2a1e8104856587d0eff651eb2199dfcd0513)
|
2021-12-24 21:22:21 -05:00 |
|
hondacrx
|
5c4a42317e
|
Core/GameObject: fix some cases where summoned gameobjects of a type different than chest or goober would behave wrongly.
Port From (https://github.com/TrinityCore/TrinityCore/commit/f136d3cfe0e92ac8578c631cc7c2c43086ba796f)
|
2021-12-24 21:20:14 -05:00 |
|
hondacrx
|
89661001d5
|
Core/Spell: fix some issues with taunt spells
Port From (https://github.com/TrinityCore/TrinityCore/commit/575f42089e2014c3df64f0468ed25c45a544f6d8)
|
2021-12-24 21:18:27 -05:00 |
|
hondacrx
|
f39f4ce120
|
Core/Mail: include 100g in the mail sent after turning in the quest The Wrath of Neptulon
Port From (https://github.com/TrinityCore/TrinityCore/commit/9d40a105e61376dd5f377f5d1e8131f6669ffdca)
|
2021-12-24 21:15:33 -05:00 |
|
hondacrx
|
2a9a1a1d6b
|
Core/GameObject: implement restock mechanic for non-consumable gameobjects
Port From (https://github.com/TrinityCore/TrinityCore/commit/c637260a37271a9ed2b19d44a62210e833010bde)
|
2021-12-24 21:14:21 -05:00 |
|
hondacrx
|
958dbbb4d9
|
Core/SAI: add param3 to SMART_ACTION_CALL_TIMED_ACTIONLIST to allow it to override a currently running actionlist.
Port From (https://github.com/TrinityCore/TrinityCore/commit/d197a7ce9b376f45e5de1a5aab3df75b77b62d8f)
|
2021-12-24 21:09:51 -05:00 |
|
hondacrx
|
85d81d39fc
|
Core/GameObject: restore old behavior for non-consumable chests with restock timer (make them despawn).
Port From (https://github.com/TrinityCore/TrinityCore/commit/7c7bb95da58bc9621f293c1c4d560f426ae0df64)
|
2021-12-24 21:08:08 -05:00 |
|
hondacrx
|
445b24188f
|
Core/GameObject: don't allow non-consumable goobers to despawn on use
Port From (https://github.com/TrinityCore/TrinityCore/commit/836a1bc62272861a595b339345eb1ac67c543c5b)
|
2021-12-24 21:07:14 -05:00 |
|
hondacrx
|
a75bc5188f
|
Core/Spell: allow damage from binary spells to go through elemental resistance's damage reduction.
Port From (https://github.com/TrinityCore/TrinityCore/commit/09e849bb69561fe91a9b8c1aa72555eb6c65d0b2)
|
2021-12-24 21:05:41 -05:00 |
|
hondacrx
|
0f248e2faa
|
Core/SAI: allow creatures to handle gameobject spellhit SAI events.
Port From (https://github.com/TrinityCore/TrinityCore/commit/83a9222c390110ae082512ed858a5580a958aa21)
|
2021-12-24 21:05:03 -05:00 |
|