There looks to be a bug in the data/talents/cursed/lonewolf.lua file.
On line 60 (of the latest version, tome-predator_5.teaa), on line 60 its passing source = self instead of src=self, which is what the EFF_DOMINATED expects. This causes infinite lua display errors when the player is hit by the flourish effect.
[1.2.3] Predator Update
Moderator: Moderator
Re: [1.2.3] Predator Update
Code: Select all
[LOG] Eluminn the eternal bone giant uses Flourish.
checkHit(smooth) 36.1875 37.8 => chance to hit 46.26951995373
checkHit(smooth) 36.1875 37.8 => chance to hit 43.057050592034
[LOG] #F53CBE#Idolord has been dominated!
[ATTACK] attacking with blazebringer's steel dagger
[ATTACK] to idolord :: 28.444690535104 6 -4.8785205871634 220.68244873224 :: 1
checkHit(smooth) 42.666666666667 220.68244873224 => chance to hit 2.6593512231097
[LOG] #UID:3022:0#Eluminn the eternal bone giant misses #fbd578#idolord#LAST#.
[ATTACK] attacking with dwarven-steel dagger of projection
[ATTACK] to idolord :: 31.234528205307 7 -4.8785205871634 220.68244873224 :: 0.5
checkHit(smooth) 42.666666666667 220.68244873224 => chance to hit 2.6593512231097
[LOG] #UID:3022:0#Eluminn the eternal bone giant misses #fbd578#idolord#LAST#.
Lua Error: /data/timed_effects/mental.lua:579: attempt to index field 'src' (a nil value)
At [C]:-1 __index
At /data/timed_effects/mental.lua:579 long_desc
At /mod/class/uiset/Minimalist.lua:1297 handleEffect
At /mod/class/uiset/Minimalist.lua:1513 displayBuffs
At /mod/class/uiset/Minimalist.lua:2129 display
At /mod/class/Game.lua:1472
[LOG]
Lua Error: /data/timed_effects/mental.lua:579: attempt to index field 'src' (a nil value)
At [C]:-1 __index
At /data/timed_effects/mental.lua:579 long_desc
At /mod/class/uiset/Minimalist.lua:1297 handleEffect
At /mod/class/uiset/Minimalist.lua:1513 displayBuffs
At /mod/class/uiset/Minimalist.lua:2129 display
At /mod/class/Game.lua:1472