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.
Is Dream Forge broken or am I missing something?
Moderator: Moderator
-
- Higher
- Posts: 72
- Joined: Tue Jan 15, 2013 7:01 am
Re: Is Dream Forge broken or am I missing something?
Hmm.. weird.
The following line is missing from the _M.weapon_talents table in interface/combat...
I thought I put it in but I guess not :/
Can a mod move this to bugs please?
The following line is missing from the _M.weapon_talents table in interface/combat...
Code: Select all
dream = Talents.T_DREAM_CRUSHER,
Can a mod move this to bugs please?
Re: Is Dream Forge broken or am I missing something?
So a small addon like this should fix it while we are waiting for a new version?edge2054 wrote:Hmm.. weird.
The following line is missing from the _M.weapon_talents table in interface/combat...
I thought I put it in but I guess not :/Code: Select all
dream = Talents.T_DREAM_CRUSHER,
Can a mod move this to bugs please?
- Attachments
-
- tome-dreamforge_fix - Copy.zip
- (16.41 KiB) Downloaded 194 times
Re: Is Dream Forge broken or am I missing something?
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.

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.