Recent Topics

Ads

am healing group dont work correct

Chat about everything else - ask questions, share stories, or just hang out.
Hrihor88
Posts: 16

am healing group dont work correct

Post#1 » Wed Mar 30, 2016 12:13 pm

Hi all .

I'm using an am and i have just one question...
Why blessing of isha ( the aoe heal) on action bar there is write 1237 but the effective heal is 1190? shouldnt be more than 1237 ? ? I have a dok and a wp too and for example there is write about 770 on heal party and the effective heal is about 800 each . So why is not the same for the am ? :o
Last edited by Hrihor88 on Wed Mar 30, 2016 1:01 pm, edited 1 time in total.

Ads
User avatar
Banjomissen
Posts: 140

Re: am healing group dont work correct

Post#2 » Wed Mar 30, 2016 12:17 pm

The amount healed by the AOE heal isn't the same for the three healing classes. On top of that it's heal is increased if you put points into it / get more WP. Not sure why it doesn't heal the amount showed on the tooltip - are you in combat / healdebuffed etc.?

Never noticed aything strange about my AM AOE heal.

Hrihor88
Posts: 16

Re: am healing group dont work correct

Post#3 » Wed Mar 30, 2016 12:49 pm

no im not in combat or any debuff just tryed in altdorf and spam aoe heals, try it and tell me if you heal the same amount signed in the action bar

User avatar
xyeppp
Former Staff
Posts: 922
Contact:

Re: am healing group dont work correct

Post#4 » Wed Mar 30, 2016 1:37 pm

It's because client values differ from server calculations. We cannot alter the client, so sometimes there will be discrepancies like these.

The reason for that is this:
Mythic stored completely irregular little steps for skill levels, eg. 10, 15, 15 - so for a skill of level 4 it'd look something along those lines

Code: Select all

 minvalue+10+15+15
and cycling for higher levels.

RoR holds minimum & maximum value of the skill, and interpolates between them depending on level, so it looks like this

Code: Select all

minvalue+(maxvalue-minvalue) * ((Level - 1) / 39)
Mythic's way of irregular steps is the reason why we opted for a more sane, logical approach. This affect /EVERY SINGLE SKILL/ in game pretty much, so if you are missing 100 point of health on your heal, chances are your attacker is missing the exact same 100 points of damage :^ )
Image Github / Image Tighub / Image Stack

Hrihor88
Posts: 16

Re: am healing group dont work correct

Post#5 » Wed Mar 30, 2016 1:52 pm

xyeppp wrote:It's because client values differ from server calculations. We cannot alter the client, so sometimes there will be discrepancies like these.

The reason for that is this:
Mythic stored completely irregular little steps for skill levels, eg. 10, 15, 15 - so for a skill of level 4 it'd look something along those lines

Code: Select all

 minvalue+10+15+15
and cycling for higher levels.

RoR holds minimum & maximum value of the skill, and interpolates between them depending on level, so it looks like this

Code: Select all

minvalue+(maxvalue-minvalue) * ((Level - 1) / 39)
Mythic's way of irregular steps is the reason why we opted for a more sane, logical approach. This affect /EVERY SINGLE SKILL/ in game pretty much, so if you are missing 100 point of health on your heal, chances are your attacker is missing the exact same 100 points of damage :^ )

I see... thanks a lot for the explanation :D

Annaise16
Posts: 341

Re: am healing group dont work correct

Post#6 » Wed Mar 30, 2016 2:05 pm

Hrihor88 wrote:Hi all .

I'm using an am and i have just one question...
Why blessing of isha ( the aoe heal) on action bar there is write 1237 but the effective heal is 1190? shouldnt be more than 1237 ? ? I have a dok and a wp too and for example there is write about 770 on heal party and the effective heal is about 800 each . So why is not the same for the am ? :o

The discrepancy seems to be too large for the explanation given. The heal value of Blessing of Isha should increase by only 17 points per ability level. So a 47 point difference means there might be other problems with how its calculating the heal value. What is your toon's level, your mastery spec in the Isha path, and your healing bonus?


Edit: Changed the per ability level value from 17 to 12. Couldn't read my own writing.

But the argument stands, the Mythic step values were 11, 12, 13, 11, 12, 13, etc. Rounding those off to 12 points per level should not give a discrepancy of 47 points.

Edited again: The 17 points per ability level was the correct value. The 12 point value was the original value at launch. It was buffed to 17 points per ability level at some later date (patch 1.2).
Last edited by Annaise16 on Wed Mar 30, 2016 3:02 pm, edited 1 time in total.

User avatar
Azarael
Posts: 5332

Re: am healing group dont work correct

Post#7 » Wed Mar 30, 2016 2:16 pm

Scaling was bad. Fixed in next update.

Who is online

Users browsing this forum: No registered users and 19 guests