Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: x2infinity
Forum: Lua/XML Help 07-27-24, 09:34 PM
Replies: 0
Views: 3,910
Posted By x2infinity
Classic Era Make Texture follow cursor

This is for a texture that follows the cursor. It works fine in retail but in Classic Discovery for some reason is lags behind the mouse when moving.

StarCursor = StarCursor or {}

-- Create...
Forum: Lua/XML Help 07-27-24, 09:20 PM
Replies: 2
Views: 4,119
Posted By x2infinity
Thanks I did figure out a...

Thanks I did figure out a solution:


SLASH_COLORPICKER1 = "/starcolour"
SlashCmdList["COLORPICKER"] = function()
local prevr, prevg, prevb, preva = StarCursor.texture:GetVertexColor()
...
Forum: Lua/XML Help 07-27-24, 07:08 PM
Replies: 2
Views: 4,119
Posted By x2infinity
How to use color picker frame in slash command?

Im trying to change the colour of a texture using the Color picker frame

This is my current slash command I'd like to replace with the color picker

-- Slash command to change...
Forum: AddOn Help/Support 02-04-24, 02:19 PM
Replies: 0
Views: 2,899
Posted By x2infinity
Grid2 debuff stack count fading

https://imgur.com/a/xOQoL0c

Basically the cooldown swipe fades the stack count text making it harder to read. Addon is Grid2, Omnicc provides the swipe and timer text. Wondering if there is a way to...
Forum: AddOn Help/Support 12-30-23, 05:10 PM
Replies: 2
Views: 2,443
Posted By x2infinity
Texture position lags behind cursor

Hey,

I've been using the StarCursor addon but I noticed the texture lags behind the cursor when moving the mouse. I'd rather it fix to the cursor position. Here is the code for the addon:

local...
Showing results 1 to 5 of 5