Showing results 1 to 25 of 60
Search took 0.00 seconds.
Search: Posts Made By: saxitoxin
Forum: AddOn Search/Requests 03-18-21, 07:07 AM
Replies: 3
Views: 2,307
Posted By saxitoxin
is this the art for the ui

LINK (https://www.wowinterface.com/downloads/info18515-SewellUIv5SunnArtPack.html)

you should then be able to re-create this with, bartender, a minimap addon (sexyMap) and shadowed unitframe for...
Forum: Lua/XML Help 07-02-18, 11:38 AM
Replies: 5
Views: 2,007
Posted By saxitoxin
what mount are you trying to pick up? try...

what mount are you trying to pick up?

try this:
local creatureName, spellID, icon, active, isUsable, sourceType, isFavorite, isFactionSpecific, faction, hideOnChar, isCollected, mountID =...
Forum: Dev Tools 06-20-18, 11:50 PM
Replies: 9
Views: 9,447
Posted By saxitoxin
Thumbs up I like this

:banana:
Even if it is not my preferred standard style (since it is customizable) i really like the simplicity of adding widgets that this adds

Are you going to post the files for download here on...
Forum: AddOn Help/Support 06-14-18, 11:57 PM
Replies: 3
Views: 3,516
Posted By saxitoxin
sorry, but I did not figure it out :/ but I made...

sorry, but I did not figure it out :/

but I made the button a secureActionButton and running a macro onClick

if InCombatLockdown() then return end
if activeStepIndex then
local mountID,...
Forum: AddOn Help/Support 06-14-18, 02:09 PM
Replies: 3
Views: 3,516
Posted By saxitoxin
[AddonHelp] adding a waypoint in TomTom

How do i add a waypoint in TomTom from inside a addon

in the TomTom_Waypoints.lua file line 7-8 it says
-- don't call TomTom:SetWaypoint() or TomTom:ClearWaypoint(), use the public
-- ...
Forum: Lua/XML Help 05-21-18, 12:56 AM
Replies: 12
Views: 2,310
Posted By saxitoxin
thank you all! I really appreciate suggestions...

thank you all!

I really appreciate suggestions :)
This is only meant for personal use now. The addon tells me if I have gotten any better gear, a bigger bag or new transmog gear
As of now it only...
Forum: Lua/XML Help 05-15-18, 03:37 PM
Replies: 12
Views: 2,310
Posted By saxitoxin
Thank you!

Got it working!
https://i.imgur.com/EOMPavg.png

Guess I have to read up on stringformating and those stuffs now :p
Forum: Lua/XML Help 05-15-18, 08:53 AM
Replies: 12
Views: 2,310
Posted By saxitoxin
I can't test this yet, but can you please eli5...

I can't test this yet, but can you please eli5 what this means?
From what i have read %d is number, %s is string but why use %%d?
Forum: Lua/XML Help 05-15-18, 07:33 AM
Replies: 12
Views: 2,310
Posted By saxitoxin
I might get some of the info i need from...

I might get some of the info i need from getItemString

--

Yes d87 i was thinking of a function like this but for bagslots and not Ilvl but i have no idea what the gsub is suppose to look like
Forum: Lua/XML Help 05-15-18, 06:17 AM
Replies: 12
Views: 2,310
Posted By saxitoxin
getting bagslots from the tooltip

Unless there is a function where I can get the total number of slots in a bag that is in my inventory (not equipped)

My guess is that I have to scan the tooltip, but I have no idea how to do...
Forum: Lua/XML Help 04-09-18, 11:27 PM
Replies: 5
Views: 2,335
Posted By saxitoxin
again thanks alot! I thought about just using a...

again thanks alot!
I thought about just using a string insted of a table, but I forgot about using the double dot .. instead I treated it like a number with pluss sign -_-


if I may ask one last...
Forum: Lua/XML Help 04-09-18, 11:08 AM
Replies: 5
Views: 2,335
Posted By saxitoxin
Thank you so much for pointing me in the right...

Thank you so much for pointing me in the right direction and giving me the answer :P

now I have this:
local gearEditBox = CreateFrame("EditBox",nil,UIParent,"InputBoxTemplate")...
Forum: Lua/XML Help 04-09-18, 03:00 AM
Replies: 5
Views: 2,335
Posted By saxitoxin
how to get a visibleItemID from transmog

I'm looking around Transmogrification_Functions (https://wow.gamepedia.com/World_of_Warcraft_API#Transmogrification_Functions) for a replacement API for GetTransmogrifySlotInfo().
I think that...
Forum: Lua/XML Help 03-27-18, 01:07 AM
Replies: 7
Views: 3,729
Posted By saxitoxin
Thanks all, I'm impressed with the math knowledge...

Thanks all, I'm impressed with the math knowledge a lot of you have, I guess I should have paid better attention at class :confused:



Thank you so much for this!
But unfortunately as you said it is...
Forum: Lua/XML Help 03-26-18, 12:55 PM
Replies: 7
Views: 3,729
Posted By saxitoxin
I just tested it, and unfortunately I can not...

I just tested it, and unfortunately I can not both rotate and crop in KGpanels, but thanks a lot for the tip
Forum: Lua/XML Help 03-26-18, 02:25 AM
Replies: 7
Views: 3,729
Posted By saxitoxin
using both :SetTexCoord and :SetRotation()

Hi!

I'm trying as the title says to use both :SetTexCoord and :SetRotation() on the same texture


CREATING FRAMES AND STUFF UP HERE

mainFrame.icon =...
Forum: Lua/XML Help 12-12-15, 06:58 PM
Replies: 2
Views: 5,902
Posted By saxitoxin
secure actionbutton macrotext and modifiers

How do I add a modifier to a secure actionbutton macrotext?

what I want to do is make my mount macro into a addon, but I cant get the [mod] command to read

mount macro...
Forum: UI Screenshots, Feedback and Design Discussion 12-08-15, 06:00 PM
Replies: 5
Views: 9,588
Posted By saxitoxin
Thank you for answer, and thank you so much for...

Thank you for answer, and thank you so much for releasing the code :banana:

The lighting thing sounds really impressive! now I want that too :p
but how did you get the light source, is there no code...
Forum: UI Screenshots, Feedback and Design Discussion 12-08-15, 07:21 AM
Replies: 5
Views: 10,320
Posted By saxitoxin
Norwegian and danish support

You could add the norwegian and danish Ææ Øø Åå to the addon
Forum: UI Screenshots, Feedback and Design Discussion 12-08-15, 07:19 AM
Replies: 5
Views: 9,588
Posted By saxitoxin
Pretty please

Could you please post the code for just the frame?
I guess alot of people will find it very usefull as it looks incredible nice :)

Also you posted this frame on another thread and some models, how...
Forum: AddOn Search/Requests 12-07-15, 05:22 PM
Replies: 3
Views: 11,273
Posted By saxitoxin
here

I have created the HUD and made an addon for it here (http://www.wowinterface.com/downloads/info23741-SX_legionHUD.html)
Forum: Lua/XML Help 10-21-15, 01:28 PM
Replies: 14
Views: 4,200
Posted By saxitoxin
whole modules\gold.lua local addon, ns =...

whole modules\gold.lua
local addon, ns = ...
local cfg = ns.cfg
local unpack = unpack
--------------------------------------------------------------
--if not cfg.show.gold then return...
Forum: Lua/XML Help 10-21-15, 12:59 PM
Replies: 14
Views: 4,200
Posted By saxitoxin
Yes, I even deleted the savedVariable for the...

Yes, I even deleted the savedVariable for the addon

SXUI_bottombar.toc
## Interface: 60200
## Title: SXUI_Bottombar
## Author: |cff00FF99Saxitoxin
## Notes: Adds a bottombar by the request of...
Forum: Lua/XML Help 10-21-15, 11:39 AM
Replies: 14
Views: 4,200
Posted By saxitoxin
Thanks for the example Lightspark, it will be...

Thanks for the example Lightspark, it will be easyer for me to both read and learn this now :)

only thing is that I get a error 11x SXUI_bottombar\modules\gold.lua:98: attempt to index local...
Forum: Lua/XML Help 10-21-15, 04:31 AM
Replies: 14
Views: 4,200
Posted By saxitoxin
thank you Lightspark :-) I will check out and...

thank you Lightspark :-)

I will check out and try to edit phanx code when I get home from work
Showing results 1 to 25 of 60