Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: jostor
Forum: Legion Beta archived threads 07-29-16, 02:29 AM
Replies: 2
Views: 2,664
Posted By jostor
The same is happening on live servers now.

The same is happening on live servers now.
Forum: Legion Beta archived threads 07-19-16, 02:45 AM
Replies: 2
Views: 2,664
Posted By jostor
GetWorldPVPAreaInfo() doesn't work well anymore

The function GetWorldPVPAreaInfo() which is used to get information about Tol Barad and Wintergrasp doesn't seem to be working correctly anymore. The isActive flag (3rd return variable) isn't...
Forum: Lua/XML Help 12-04-15, 02:15 AM
Replies: 9
Views: 4,153
Posted By jostor
It was indeed my dropdown that was causing the...

It was indeed my dropdown that was causing the issue. Thanks, I'll be more careful with them in the future!
Forum: Lua/XML Help 12-02-15, 11:50 AM
Replies: 9
Views: 4,153
Posted By jostor
Thanks, I'll try to change the dropdown like you...

Thanks, I'll try to change the dropdown like you suggested and see if makes a difference.
Forum: Lua/XML Help 12-02-15, 08:04 AM
Replies: 9
Views: 4,153
Posted By jostor
I'll provide some more context: local config =...

I'll provide some more context:

local config = CreateFrame("Frame")
This is how the config frame is created, this happens in the code outside of any function (in other words called as soon as the...
Forum: Lua/XML Help 12-02-15, 05:24 AM
Replies: 9
Views: 4,153
Posted By jostor
SetPoint() causing taint

Hello there, I'm having a problem with my addon causing a taint. I know in many cases the taint don't come from the addon that is "blamed" for it, but according to the person reporting it (I can't...
Forum: Lua/XML Help 06-07-13, 09:34 AM
Replies: 7
Views: 7,933
Posted By jostor
PLAYER_LOGIN seems to work better and I wasn't...

PLAYER_LOGIN seems to work better and I wasn't able to trigger the error with using that instead, so thanks for that :)

Is there any way that PLAYER_LOGIN could be before ADDON_LOADED in extreme...
Forum: Lua/XML Help 06-07-13, 07:22 AM
Replies: 7
Views: 7,933
Posted By jostor
GetSpecialization() doesn't return correctly right upon login - workaround?

I'm writing an addon where which frames are shown depends a bit on your talent spec, and it seems that right as you log in GetSpecialization() sometimes doesn't return a correct value, most likely...
Forum: Lua/XML Help 09-16-12, 02:30 AM
Replies: 5
Views: 6,916
Posted By jostor
Thank you, saving the original function was the...

Thank you, saving the original function was the part I was missing.

Final code (seems to be working fine as far as my testing goes):
local QueueStatusMinimapButton_OnClick_orig =...
Forum: Lua/XML Help 09-15-12, 04:01 PM
Replies: 5
Views: 6,916
Posted By jostor
OnClick only registering for the left mouse button?

Hey! I dislike the new 5.0 "feature" that changed the minimap button in battlegrounds which you use to show the scoreboard, and right click to for example leave the BG or interact with your queue to...
Showing results 1 to 10 of 10