Page 1 of 1

Is Dream Forge broken or am I missing something?

Posted: Tue Jan 15, 2013 7:46 am
by EatThisShoe
Currently my solipsist has 5/1/5 invested in the Dream Forge line.

Base damage for the hammer is listed as 50-75. Mindpower is 45. Wilpower is 53.

Dream Crusher is adding 65 physical power and 57% weapon damage.

Dream smith hammer is listed as 220% of weapon damage and hits non-crit for around 100-120 on enemies with 1 armor.

Hammer Toss has a modifier listed as 136% and hits around 60-80.

Dream Crusher is listed as 157% and hits around 80-100 but has hit as low as 60.

Unless I'm missing something my best guess would be that the bonus from Dream Crusher is not being applied at all.

Re: Is Dream Forge broken or am I missing something?

Posted: Tue Jan 15, 2013 5:43 pm
by edge2054
Hmm.. weird.

The following line is missing from the _M.weapon_talents table in interface/combat...

Code: Select all

	dream =	  Talents.T_DREAM_CRUSHER,
I thought I put it in but I guess not :/

Can a mod move this to bugs please?

Re: Is Dream Forge broken or am I missing something?

Posted: Wed Jan 16, 2013 5:11 am
by madmonk
Done.

Re: Is Dream Forge broken or am I missing something?

Posted: Thu Jan 24, 2013 7:27 pm
by edge2054
*bump*

Re: Is Dream Forge broken or am I missing something?

Posted: Fri Jan 25, 2013 5:55 pm
by Moander
edge2054 wrote:Hmm.. weird.

The following line is missing from the _M.weapon_talents table in interface/combat...

Code: Select all

	dream =	  Talents.T_DREAM_CRUSHER,
I thought I put it in but I guess not :/

Can a mod move this to bugs please?
So a small addon like this should fix it while we are waiting for a new version?

Re: Is Dream Forge broken or am I missing something?

Posted: Fri Jan 25, 2013 9:43 pm
by edge2054
Yeah, that looks like it would do the job :)

I'm not super familiar with add-ons myself so I can't speak of compatibility and what not but it's the right fix in the right place.