Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: basvanderwerff
Forum: Lua/XML Help 08-03-14, 04:16 AM
Replies: 16
Views: 9,107
Posted By basvanderwerff
Putting in frame:SetScript("OnEvent",...

Putting in
frame:SetScript("OnEvent", function(self, event, ...)
if ... == addonName then
BetterItemTooltip:OnInitialize()
end
end)
frame:RegisterEvent("ADDON_LOADED")
did the trick...
Forum: Lua/XML Help 07-30-14, 03:42 PM
Replies: 16
Views: 9,107
Posted By basvanderwerff
24x...

24x !BetterItemTooltip-1.1.1\BetterItemTooltip.lua:1004: attempt to index upvalue "db" (a nil value)
!BetterItemTooltip-1.1.1\BetterItemTooltip.lua:1004: in function...
Forum: Lua/XML Help 07-29-14, 01:24 PM
Replies: 16
Views: 9,107
Posted By basvanderwerff
No error at all it whould just not load at all...

No error at all it whould just not load at all not even after restarting WoW completely.
Forum: Lua/XML Help 07-28-14, 03:53 AM
Replies: 16
Views: 9,107
Posted By basvanderwerff
Ok i tried to remove that whole bit of...

Ok i tried to remove that whole bit of code:
frame:SetScript("OnEvent", function(self, event, ...)
if (event == "VARIABLES_LOADED")...
Forum: Lua/XML Help 07-27-14, 06:20 AM
Replies: 16
Views: 9,107
Posted By basvanderwerff
When i use either /betteritemtooltip or /bitip it...

When i use either /betteritemtooltip or /bitip it either turns the addon on or off and post in chat either.
Betteritemtooltip: betteritemtooltip is now on
Betteritemtooltip: betteritemtooltip is now...
Forum: Lua/XML Help 07-27-14, 04:09 AM
Replies: 16
Views: 9,107
Posted By basvanderwerff
I think cause those large numbersperators also...

I think cause those large numbersperators also got added in 5.1 but it just a quess since the addon discription only said restores the tooltips to pre 5.1.
Anyway ill give removing that piece of code...
Forum: Lua/XML Help 07-25-14, 01:32 PM
Replies: 16
Views: 9,107
Posted By basvanderwerff
As far as i know it was made after 5.1 so not...

As far as i know it was made after 5.1 so not that old.
Thank you for the heads up on how to post code properly (i only recently found this forum)
I solved some of my initial problems with the...
Forum: Lua/XML Help 07-25-14, 08:07 AM
Replies: 16
Views: 9,107
Posted By basvanderwerff
I think this is the part that removes the split...

I think this is the part that removes the split in large number.
Forum: Lua/XML Help 07-22-14, 04:42 PM
Replies: 16
Views: 9,107
Posted By basvanderwerff
Looking for help with modifying code tooltip addon

Hello,

I recently found this addon that changes the (gear) item tooltips to the pre 5.1 look (specificly the order of the info) it works great but it has a few issues.
- I cant seam to find anyway...
Showing results 1 to 9 of 9