Fixed Internally Elemental Corporeal Gusting Zephyr (TBL Challenger heal-on-cast aug) Healing Only 200HP

Discussion in 'Resolved' started by Tucoh, Nov 23, 2019.

  1. Tucoh Augur

    The Remote Healing Flood spell on the 2H TBL Challenger heal aug, Elemental Corporeal Gusting Zephyr is only healing 200 hit points non-crit. I don't know if that's intended. It used to heal for 6395 hit points non-crit earlier this year.

    http://everquest.allakhazam.com/db/item.html?item=134830

    Line 272696: [Wed Nov 20 19:02:04 2019] Tucofire`s pet is bathed in a healing burst. You healed Tucofire`s pet for 200 hit points by Remote Healing Flood.
    Line 273452: [Wed Nov 20 19:05:58 2019] Tucowind`s pet is bathed in a healing burst. You healed Tucowind`s pet for 200 hit points by Remote Healing Flood.
    Line 273489: [Wed Nov 20 19:06:01 2019] Tucowind`s pet is bathed in a healing burst. You healed Tucowind`s pet for 200 hit points by Remote Healing Flood.
    Line 273528: [Wed Nov 20 19:06:04 2019] Tucowind`s pet is bathed in a healing burst. You healed Tucowind`s pet for 200 hit points by Remote Healing Flood.

    related:
    https://forums.daybreakgames.com/eq...allenger-heal-on-cast-aug-not-procing.260302/
  2. Riou EQResource

    Believe its cause the spell doesn't have any of the new Scaling stuff included, think some of the other procs (on beta) still lacked it too
    Sancus and Tucoh like this.
  3. Ngreth Thergn Developer

    The data looks correct (it has level 59 set. 100+59*100 = 6000 the base of the old spell. Extra above 6000 is likely your Heal Amount from items.)
    I'll ask DBGPip to confirm it, and if so, send it on to code.
    Saer-tse-tao and Tucoh like this.
  4. Riou EQResource

    The item has it, but the spell does not have the scaling on it

    example
    the first of the procs Spike of Magic (spell id 46861)
    Has -100 base1 and 2100 calc (so scale 100 * lvl + 100 for DD total value)

    Remote Heal proc (spell id 46888) (the one on this item)
    Has 100 base1 and 100 calc, so it doesn't scale and only does a 100 base heal or w/e, to fix probably just need to change its calc value to 2100
    Duder likes this.