![]() |
#61
|
|||
|
|||
![]() Quote:
|
#62
|
|||
|
|||
![]()
Ok, I changed the Sense Weakness fix to Zechnophobe's solution, as it's simpler (I give up!
![]() Added a second fix for Sense Weakness (effect was being applied twice). Added a fix for spells/rage not getting critical hits. |
#63
|
|||
|
|||
![]()
edit: wrong topic, my bad.
Last edited by Bunnle; 11-01-2012 at 01:53 PM. Reason: Wrong topic |
#64
|
|||
|
|||
![]()
Please refer bug reports to this thread. The purpose of this one is to highlight fixes that are available via scripting.
|
#65
|
|||
|
|||
![]()
Shield of Rekross seems to be bugged, when he should give you ice dragons, the description is all bugged and if you try to get it the game crashes. Any chances that it's just a lua error?
|
#66
|
|||
|
|||
![]()
That's probably a text error, but again, please report the bugs in the thread I linked previously. We want to have all the bug reports in one central location.
|
#67
|
|||
|
|||
![]()
It's definetly crashing the game when used at the state on the screenshot, but it works for other dragons, i've already got 2 greens, 1 red and 1 black from the shield
|
#68
|
|||
|
|||
![]()
Well, if you PM me a copy of the save right before you try and summon it, I can check and see if it's something fixable.
|
#69
|
|||
|
|||
![]()
Rage Shield is also bugged.
addon_arena.lua line 1265: if (rage_shield_i < Game.Random(1, 100)) then has to be if (rage_shield_i >= Game.Random(1, 100)) then |
#70
|
|||
|
|||
![]()
There you go. I fail completely at lua scripting it seems, couldn't even find what file I should be checking for errors lol.
|
![]() |
|
|