Is Dream Forge broken or am I missing something?

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
EatThisShoe
Higher
Posts: 72
Joined: Tue Jan 15, 2013 7:01 am

Is Dream Forge broken or am I missing something?

#1 Post 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.

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

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

#2 Post 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?

madmonk
Reaper
Posts: 2257
Joined: Wed Dec 12, 2007 12:21 am
Location: New Zealand

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

#3 Post by madmonk »

Done.
Regards

Jon.

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

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

#4 Post by edge2054 »

*bump*

Moander
Halfling
Posts: 88
Joined: Fri Jan 06, 2012 11:48 am

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

#5 Post 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?
Attachments
tome-dreamforge_fix - Copy.zip
(16.41 KiB) Downloaded 195 times

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

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

#6 Post 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.

Post Reply