Happened on my golem, save file is http://dl.dropbox.com/u/3891476/golemwtf.rar here. Possess the golem and alternate away.
Here's some amusing results of abusing this. Try and see what's wrong with this picture...

Moderator: Moderator
Code: Select all
Index: game/modules/tome/data/talents/misc/inscriptions.lua
===================================================================
--- game/modules/tome/data/talents/misc/inscriptions.lua (revision 4380)
+++ game/modules/tome/data/talents/misc/inscriptions.lua (working copy)
@@ -489,7 +489,7 @@
local function attack_rune(self, btid)
for tid, lev in pairs(self.talents) do
- if tid ~= btid and self.talents_def[tid].is_attack_rune then
+ if tid ~= btid and self.talents_def[tid].is_attack_rune and not self.talents_cd[tid] then
self.talents_cd[tid] = 1
end
end
The results of cumulative Runic Saturation, I'd assume.tiger_eye wrote:Also, what's with the 150 cooldown?!
It sets the cooldown to 1, not 0. You are able to double your damage output, alternating between an attack rune and an action that takes time.Aquillion wrote:Not that it matters, since if I understand the bug right, this allows you to do as much damage as you desire at instant speed to any enemies in range...