Results 1 to 1 of 1
-
23-11-20, 02:04 AM #1Graphics Guru



- Join Date
- Feb 2009
- Posts
- 1,377
- Rep Power
- 24
- Reputation
- 382
Cast Glyphs Instantly for WoW Servers
Register to remove this adOpen src/server/game/Entities/Unit/Unit.cpp
Find
Code:else if (spellProto->SpellVisual[0] == 3881 && HasAura(67556)) // cooking with Chef Hat. castTime = 500;
After it add
Example:Code:if(spellProto->Effects[0].Effect == SPELL_EFFECT_ENCHANT_ITEM || spellProto->Effects[0].Effect == SPELL_EFFECT_APPLY_GLYPH || spellProto->Effects[0].Effect == SPELL_EFFECT_ENCHANT_ITEM_PRISMATIC) castTime = 1;

Special Thanks for it to JunkyBulgaria
Detailed Glyph Patch (link below) which will work 100% for major glyphs as-well
https://pastebin.com/uMD1E1kbLast edited by Wise; 23-11-20 at 02:29 AM.



Wise
Reply With Quote






