MMOCoin

Likes Likes:  0
Results 1 to 1 of 1

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Graphics Guru

    Join Date
    Feb 2009
    Posts
    1,377
    Post Thanks / Like
    Rep Power
    24
    Reputation
    382

    Lightbulb Cast Glyphs Instantly for WoW Servers

    Open 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


    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;
    Example:





    Special Thanks for it to JunkyBulgaria


    Detailed Glyph Patch (link below) which will work 100% for major glyphs as-well

    https://pastebin.com/uMD1E1kb
    Last edited by Wise; 23-11-20 at 02:29 AM.



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •