1. #1

    Vuhdo and Divine Aegis

    There is an option for HoT Icons for priests called Pump Aegis. Unfortunately, it only shows the DA cap at 40% of the priest's HP where it should be 60%. Is there any way to fix this?

    - - - Updated - - -

    No one? I can't even find anything about DA in the vuhdo lua files. Do I have to search for it somewhere else?

  2. #2
    Which VuhDo Version are you using? Seems fine on the last one from curse.

    VuhDoShieldAbsorb.lua, line 29 to 32:

    Code:
    local VUHDO_PUMP_SHIELDS = {
    	[VUHDO_SPELL_ID.DIVINE_AEGIS] = 0.6,
    	[VUHDO_SPELL_ID.SPIRIT_SHELL] = 0.6,
    }
    Those values are used on function VUHDO_initShieldValue (line 96 to 111).

  3. #3
    Quote Originally Posted by moothz View Post
    Which VuhDo Version are you using? Seems fine on the last one from curse.

    VuhDoShieldAbsorb.lua, line 29 to 32:

    Code:
    local VUHDO_PUMP_SHIELDS = {
    	[VUHDO_SPELL_ID.DIVINE_AEGIS] = 0.6,
    	[VUHDO_SPELL_ID.SPIRIT_SHELL] = 0.6,
    }
    Those values are used on function VUHDO_initShieldValue (line 96 to 111).
    Weird. Mine says 0.6 aswell so there must be something wrong in game because it shows a full circle when DA is 325k which is less than half my HP. Perhaps the circle is only split by four so 1%-15% is shown as 1/4th of circle, 15-30% is half, 30-45% is 3/4th and +45% is shows as full circle? Would it be possible to make it round off downwards instead of upwards so 45%-59% is shown as 3/4th of circle and only 60% shield is shown as full circle?

Posting Permissions

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