Is there any chance of getting the Surface lib incorporated into Antagonist so it can share bar textures with other Ace2 addons rather than being limited to the defaults?
I've made a half-assed effort at converting it myself using oCB as a reference (after noticing oCB was letting me choose from far more textures than those included with it and figuring out how) but haven't had any joy getting it to work yet. Failing that, if I get it working is there a prefered way to submit my changes for possible inclusion?
Yes, the author of babble spell forgot to translate "find weakness".
The german translation is "Finde Schw\195\164che"
Now it works perfect :)
thanks
I am actually responsible for adding the vast majority of the BC spells, not ckknight. Actually Babble-Spell is worked on by a number of people, not just one :). BTW I was the one who added Find Weakness, I comment out spells which havent been translated yet so people can easily find which spells need to be localized.
Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:296:
Interface\Addons\Antagonist\Antagonist.lua:416:attempt to index field '?' (a nil value)
got this since yesterday Sad
I have standalone Ace2 if it help
Ace2 new from today, Antagonist new from today and sometimes I got this error.
Fixed. From now on target casts which arent in the data files will default to a white bar color.
This latest build has been giving me errors whenever I am a target of a spell cast. The error goes:
Interface\Addons\Antagonist\Antagonist.lua:441: Surface-1.0 Bad argument #2 to 'Fetch' (string expected, got number)
I've also been having issues with the "Casts" anchor title staying visible.
The changelog specifically said to set a new texture :p. The old texture system used numbers, the new one uses strings. Just set a new value and itl be all dandy.
Ill investigate anchor 1 title staying visible, Ive had it happen also.
Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:296:
Interface\Addons\Antagonist\Antagonist.lua:416:attempt to index field '?' (a nil value)
got this since yesterday Sad
I have standalone Ace2 if it help
Ace2 new from today, Antagonist new from today and sometimes I got this error.
Fixed. From now on target casts which arent in the data files will default to a white bar color.
Ill look at implementing Surface.
Sry, with r20812 got still the same error. For example it appears on Scarlet Priest (57 elite in WP) and on some mage there. I can't try it in instance today so I don't know is error still appears in instance.
Im getting this error when I login:
Error: attempt to index field 'parser' (a nil value)
AddOn: Ace2
File: Antagonist.lua
Line: 89
Count: 1
I'm also getting this same error. It appears for some reason OnInitialize() is not getting called, so that when OnEnable() is called the addon can not find some stuff that should have been set up. In my case I run without embeds. I was able to reproduce this area with just the following addons loaded: Ace2, Babble-2.2, ParserLib, PaintChipsLib, CandyBar, DewdropLib, Deformat, and SurfaceLib. Furthermore when I do an /ace2 list ace2 the addon name does not show up. So this may be a strange interaction with AceAddon-2.0.lua not recognizing that this addon has been loaded.
Im getting this error when I login:
Error: attempt to index field 'parser' (a nil value)
AddOn: Ace2
File: Antagonist.lua
Line: 89
Count: 1
I'm also getting this same error. It appears for some reason OnInitialize() is not getting called, so that when OnEnable() is called the addon can not find some stuff that should have been set up. In my case I run without embeds. I was able to reproduce this area with just the following addons loaded: Ace2, Babble-2.2, ParserLib, PaintChipsLib, CandyBar, DewdropLib, Deformat, and SurfaceLib. Furthermore when I do an /ace2 list ace2 the addon name does not show up. So this may be a strange interaction with AceAddon-2.0.lua not recognizing that this addon has been loaded.
Ive moved the ParserLib declaration down into OnEnable now. It doesnt make much of a difference of where its placed anyway so lets hope this will fix it. Its weird that OnInitialize() isnt being called though. It has some important stuff in it.
Sry, with r20812 got still the same error. For example it appears on Scarlet Priest (57 elite in WP) and on some mage there. I can't try it in instance today so I don't know is error still appears in instance.
Well right now there line 416 consists of a simple assignment (barcolor = "white"). So could you please give me the new error. Ill go try to replicate this error myself on those mobs.
can you please cange the background and the fading of the bars that its like chronometer?
It is like chronometer, red and a 1 sec fade time.
I'm also getting this same error. It appears for some reason OnInitialize() is not getting called, so that when OnEnable() is called the addon can not find some stuff that should have been set up. In my case I run without embeds. I was able to reproduce this area with just the following addons loaded: Ace2, Babble-2.2, ParserLib, PaintChipsLib, CandyBar, DewdropLib, Deformat, and SurfaceLib. Furthermore when I do an /ace2 list ace2 the addon name does not show up. So this may be a strange interaction with AceAddon-2.0.lua not recognizing that this addon has been loaded.
After doing a little more digging it appears that it might be related to SurfaceLib or an interaction with SurfaceLib. Adding SurfaceLib to the list of OptionalDeps in the toc file probably will fix this.
I have no idea why it happens in flight but hopefully its fixed.
After doing a little more digging it appears that it might be related to SurfaceLib or an interaction with SurfaceLib. Adding SurfaceLib to the list of OptionalDeps in the toc file probably will fix this.
An oversight on my part. Fixed now.
Sorry, still getting the line 89 error with rev 20812
At the time of your post the latest rev was 20947.
r20982 hopefully fixes these 2 bugs so please update.
Sry, with r20812 got still the same error. For example it appears on Scarlet Priest (57 elite in WP) and on some mage there. I can't try it in instance today so I don't know is error still appears in instance.
Well right now there line 416 consists of a simple assignment (barcolor = "white"). So could you please give me the new error. Ill go try to replicate this error myself on those mobs.
I've dl r20982 - all works perfect.
Now scarlet Priests are casting "holy smite".
TY
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
The german translation is "Finde Schw\195\164che"
Now it works perfect :)
thanks
I've made a half-assed effort at converting it myself using oCB as a reference (after noticing oCB was letting me choose from far more textures than those included with it and figuring out how) but haven't had any joy getting it to work yet. Failing that, if I get it working is there a prefered way to submit my changes for possible inclusion?
Interface\Addons\Antagonist\Antagonist.lua:416:attempt to index field '?' (a nil value)
got this since yesterday :(
I have standalone Ace2 if it help
Ace2 new from today, Antagonist new from today and sometimes I got this error.
I am actually responsible for adding the vast majority of the BC spells, not ckknight. Actually Babble-Spell is worked on by a number of people, not just one :). BTW I was the one who added Find Weakness, I comment out spells which havent been translated yet so people can easily find which spells need to be localized.
Fixed. From now on target casts which arent in the data files will default to a white bar color.
Ill look at implementing Surface.
Non-english clients please report back to me, Im thinking of maybe localizing the texture names.
Interface\Addons\Antagonist\Antagonist.lua:441: Surface-1.0 Bad argument #2 to 'Fetch' (string expected, got number)
I've also been having issues with the "Casts" anchor title staying visible.
The changelog specifically said to set a new texture :p. The old texture system used numbers, the new one uses strings. Just set a new value and itl be all dandy.
Ill investigate anchor 1 title staying visible, Ive had it happen also.
Error: attempt to index field 'parser' (a nil value)
AddOn: Ace2
File: Antagonist.lua
Line: 89
Count: 1
:(
Nice one, thank you very muchly. :)
Sry, with r20812 got still the same error. For example it appears on Scarlet Priest (57 elite in WP) and on some mage there. I can't try it in instance today so I don't know is error still appears in instance.
I'm also getting this same error. It appears for some reason OnInitialize() is not getting called, so that when OnEnable() is called the addon can not find some stuff that should have been set up. In my case I run without embeds. I was able to reproduce this area with just the following addons loaded: Ace2, Babble-2.2, ParserLib, PaintChipsLib, CandyBar, DewdropLib, Deformat, and SurfaceLib. Furthermore when I do an /ace2 list ace2 the addon name does not show up. So this may be a strange interaction with AceAddon-2.0.lua not recognizing that this addon has been loaded.
Ive moved the ParserLib declaration down into OnEnable now. It doesnt make much of a difference of where its placed anyway so lets hope this will fix it. Its weird that OnInitialize() isnt being called though. It has some important stuff in it.
Well right now there line 416 consists of a simple assignment (barcolor = "white"). So could you please give me the new error. Ill go try to replicate this error myself on those mobs.
It is like chronometer, red and a 1 sec fade time.
It also has 2 new textures.
Ill try to replicate the attempt to index nil error today.
After doing a little more digging it appears that it might be related to SurfaceLib or an interaction with SurfaceLib. Adding SurfaceLib to the list of OptionalDeps in the toc file probably will fix this.
I have no idea why it happens in flight but hopefully its fixed.
An oversight on my part. Fixed now.
At the time of your post the latest rev was 20947.
r20982 hopefully fixes these 2 bugs so please update.
I've dl r20982 - all works perfect.
Now scarlet Priests are casting "holy smite".
TY