TrinityCoreCustomChanges icon indicating copy to clipboard operation
TrinityCoreCustomChanges copied to clipboard

TrinityCore 3.3.5a custom patches, read wiki to get diffs

Results 28 TrinityCoreCustomChanges issues
Sort by recently updated
recently updated
newest added

PvP Ranks calls ```cpp honor *= 1 + sWorld->getRate(RATE_PVP_RANK_EXTRA_HONOR)*(((float)rank_diff) / 10.0f); ``` but then ```cpp honor = int32(honor_f); ``` so the custom extra honor gets lost. honor_f should probably be...

https://community.trinitycore.org/topic/12013-new-autoequipe/

https://github.com/Treeston/TrinityCore/tree/3.3.5-race-masquerade

another interesthing project https://github.com/BlackWolfsDen/CPP-Grumboz_Guild_Warz

Target Branch(es): 335 Issues Addressed: This update addresses issues related to PVE content when cross-faction configurations are enabled. Specifically, it resolves problems encountered when cross-faction groups participate in dungeons or...

Branch-3.3.5a

It showing like this after entering the instance or leaving. ![image](https://github.com/user-attachments/assets/7018ff55-0460-45ba-a1c6-d0bbf5be409d) **Branch(es):** 335 **TC rev. hash/commit:** TrinityCore rev. 65e2474ff264+ 2024-11-29 13:03:37 +0100 (3.3.5 branch) (Win64, RelWithDebInfo, Static) (worldserver-daemon) **TDB version:**...

atm wow 3.3.5a loot rules on non-df are quite weak my idea is a way to tweak them, ie: allow only need for for items usable by the class and...