btw im getting quite a few errors since the transition. Rock seems to have borked most of my cartographer modules as well as some prat functions. Pitbull is still giving me some errors as well, but overall it was a smooth transition. Cheers!
I can't seem to get the IsGreater tag to work either. I want my NumTargeting to only show if 2 or more people are targeting that person/npc, but I keep getting a "1" Unexpected param to "~IsLessEqual" error. I tried using IsGreaterEqual(2) and I got a similar error.
I can't seem to get the IsGreater tag to work either. I want my NumTargeting to only show if 2 or more people are targeting that person/npc, but I keep getting a "1" Unexpected param to "~IsLessEqual" error. I tried using IsGreaterEqual(2) and I got a similar error.
I had the same error. I made a temporary workaround by replacing "IsGreater(1)" with "~IsLess(2)".
I also noticed in an update to DogTag that you fixed comparisons to use numbers when possible. This should fix a few tag sequences people have posted about recently.
I have the following errors with Cowtip at the moment (I'd try to submit them with Jira but I have no idea what that is and it tells me I need to create an account... /confused.)
Error: unexpected symbol near 'local'
AddOn: CowTip
File: LibRockConfig-1.0.lua
Line: 28
Count: 1
--------------------------------------------------
Error: Bad argument #8 to `NewAddon'. Library "LibRockConfig-1.0" is not found.
File: Interface\AddOns\CowTip\CowTip.lua
Line: 3
Count: 1
--------------------------------------------------
Error: attempt to index local 'CowTip' (a nil value)
AddOn: CowTip
File: Appearance.lua
Line: 6
Count: 1
--------------------------------------------------
Error: attempt to index local 'CowTip' (a nil value)
File: Interface\AddOns\CowTip\Fade\Fade.lua
Line: 6
Count: 1
--------------------------------------------------
Error: attempt to index local 'CowTip' (a nil value)
AddOn: CowTip
File: HealthBar.lua
Line: 6
Count: 1
--------------------------------------------------
Error: attempt to index local 'CowTip' (a nil value)
AddOn: CowTip
File: Position.lua
Line: 6
Count: 1
--------------------------------------------------
Error: attempt to index local 'CowTip' (a nil value)
AddOn: CowTip
File: PowerBar.lua
Line: 6
Count: 1
--------------------------------------------------
Error: attempt to index local 'CowTip' (a nil value)
AddOn: CowTip
File: RaidTargetIcon.lua
Line: 6
Count: 1
--------------------------------------------------
Error: attempt to index local 'CowTip' (a nil value)
File: Interface\AddOns\CowTip\Text\Text.lua
Line: 6
Count: 1
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
After quite a lot of hard work and a new (read: better, faster, stronger) framework called Rock, I have created CowTip 2.0.
Differences from CowTip 1.0:
Configuration is done with the modern Rock Configuration instead of a bunch of dropdown menus.
Faster, lower memory.
I want to make a request or file a bug.
http://jira.wowace.com/secure/CreateIssue.jspa?pid=10020
it doesn't mix.
Works fine here...just takes a bit to get used to Rock's config menu
[NumTargeting:IsGreater(0)?Text(---------------):Blue]
Hope this get fixed before tomorrow as I got other things to do than WoW for this evening anyways.
I had the same error. I made a temporary workaround by replacing "IsGreater(1)" with "~IsLess(2)".
I also noticed in an update to DogTag that you fixed comparisons to use numbers when possible. This should fix a few tag sequences people have posted about recently.
Thanks!
Do you mean of the grammatical nature? Lots of people having problems right now, ck is aware.
I'm getting this error every time I mouseover anything, and Cowtip does not show in the Rock configuration interface.
Interface\AddOns\CowTip\Position\Position.lua:107: Attempt to index field 'db' (a nil value)