[Ashes] Fiery grasp bug

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
supermini
Uruivellas
Posts: 800
Joined: Tue May 15, 2012 11:44 pm

[Ashes] Fiery grasp bug

#1 Post by supermini »

Fiery grasp does not silence on talent level 4 thanks to this bit of code:

Code: Select all

doSilence = function (self, t)
		if self:getTalentLevel(t) > 4 then
			return 1
		else
			return 0
		end
It should be >=4. It isn't relevant in most cases, but it makes it not work for adventurers.

stocky102000
Low Yeek
Posts: 8
Joined: Wed Sep 09, 2015 5:07 pm

Re: [Ashes] Fiery grasp bug

#2 Post by stocky102000 »

Hi is there a fix available for this please? I have no clue how to edit code and the lack of silence is making things much tougher.

Thanks for any advice.

HousePet
Perspiring Physicist
Posts: 6215
Joined: Sun Sep 09, 2012 7:43 am

Re: [Ashes] Fiery grasp bug

#3 Post by HousePet »

Eh? You can just spend an extra point to get the silence working as an adventurer.
My feedback meter decays into coding. Give me feedback and I make mods.

stocky102000
Low Yeek
Posts: 8
Joined: Wed Sep 09, 2015 5:07 pm

Re: [Ashes] Fiery grasp bug

#4 Post by stocky102000 »

Hi sorry should have mentioned I am playing Doombringer and took the skill to 5/5 to see if silence applied after seeing the > than sign but it still does not apply

Thanks for the reply

HousePet
Perspiring Physicist
Posts: 6215
Joined: Sun Sep 09, 2012 7:43 am

Re: [Ashes] Fiery grasp bug

#5 Post by HousePet »

I can't see any reason for it not to work.
My feedback meter decays into coding. Give me feedback and I make mods.

stocky102000
Low Yeek
Posts: 8
Joined: Wed Sep 09, 2015 5:07 pm

Re: [Ashes] Fiery grasp bug

#6 Post by stocky102000 »

Yeah as soon as I saw this post about the missing = sign first thing I did was try 5/5 the skill thinking that would be an easy fix. I can't see a reason for it either. Ahh well many other classes have to get by without silence, so I will make do till someone figures it out.

Thanks again for the reply

Post Reply