Showing results 1 to 25 of 56
Search took 0.00 seconds.
Search: Posts Made By: wille480
Forum: Graphics Help 03-21-19, 02:09 PM
Replies: 11
Views: 7,743
Posted By wille480
That explains it .. The game was not relaunched,...

That explains it .. The game was not relaunched, thats why it did not show. I restarted the game and it is working fine with my original. Thanks anyways mate
Forum: Graphics Help 03-21-19, 01:37 PM
Replies: 11
Views: 7,743
Posted By wille480
I now have this code but it is still just showing...

I now have this code but it is still just showing a green box like first gyazo picture :O . I did check if there was something wrong with the "fear.tga" file itself and grabbed a quick icon from...
Forum: Graphics Help 03-21-19, 12:51 PM
Replies: 11
Views: 7,743
Posted By wille480
Thanks for the replies everyone!

Thanks for the replies everyone!
Forum: Graphics Help 03-21-19, 09:24 AM
Replies: 11
Views: 7,743
Posted By wille480
Oh okay so it has to be tga, damn! ye i was just...

Oh okay so it has to be tga, damn! ye i was just testing for sure that's why i put the whole path ^^
Forum: Graphics Help 03-21-19, 07:13 AM
Replies: 11
Views: 7,743
Posted By wille480
jpg texture?

Hello, So i am trying to set a texture frame to a .jpg image file beside my frame. Is there something special i have to do? With my current code it only displays a green box where the image should be...
Forum: AddOn Help/Support 03-20-19, 10:29 AM
Replies: 2
Views: 1,581
Posted By wille480
Ah okay! I do not know the amount of frames...

Ah okay! I do not know the amount of frames created ahead of time sadly. I posted a question about this before but all my work got deleted and i have to start all over..

I did this for now and...
Forum: AddOn Help/Support 03-20-19, 09:27 AM
Replies: 2
Views: 1,581
Posted By wille480
Position frames inside gridPanel

Hello, so i am trying to make a function that will create a frame and position it inside my grid panel. I have the code to create one frame and position it how i want, but i can't find a way to...
Forum: AddOn Help/Support 02-27-19, 08:05 AM
Replies: 1
Views: 1,794
Posted By wille480
Dispellable debuffs for bfa raids

So i made a post about finding dispellable debuffs in bfa raids, it seemed like there was nothing to this, atleast i did not found anything! I have now created a list and gone through all of the...
Forum: General Authoring Discussion 02-27-19, 05:11 AM
Replies: 3
Views: 2,025
Posted By wille480
Oh okay! Do you mean by doing this ingame? during...

Oh okay! Do you mean by doing this ingame? during a raid? I am trying to hardcode the list with all the dispellable debuffs from bosses in bfa. So what i am doing in my addon is that i have a...
Forum: General Authoring Discussion 02-26-19, 09:49 AM
Replies: 3
Views: 2,025
Posted By wille480
Finding all dispelable debuffs from raid bosses

Is there any website or something that allows me to check for all the dispellable debuffs from raid bosses in bfa? If not, what is the best and most efficient way to find this out? The reason i am...
Forum: Lua/XML Help 02-25-19, 03:51 PM
Replies: 1
Views: 2,069
Posted By wille480
Smart way to register unit aura event for all raid members

Hello! So i am reaching out for some smart advice to register every raid member in a a raid on the unit_aura event.

Some quick info about the addon: I am gathering each raid members debuffs...
Forum: AddOn Help/Support 02-25-19, 12:16 AM
Replies: 8
Views: 10,302
Posted By wille480
That was something i was looking for! Appriciate...

That was something i was looking for! Appriciate it
Forum: AddOn Help/Support 02-25-19, 12:14 AM
Replies: 8
Views: 10,302
Posted By wille480
I making sort of a group box window where members...

I making sort of a group box window where members in a raid will lie inside as frames (buttons). When clicking on a frame, i am retreiving the GetName() function from the frame and then proceed to...
Forum: AddOn Help/Support 02-24-19, 06:48 PM
Replies: 8
Views: 10,302
Posted By wille480
Wow really? So i have to give up on my frame...

Wow really? So i have to give up on my frame addon? :O
How do the people that writes elvUI or similar addons do it? with their frames?
Forum: AddOn Help/Support 02-24-19, 05:46 PM
Replies: 8
Views: 10,302
Posted By wille480
Access protected functions? TargetUnit?

How would i go about targeting a UnitId through a frame? Since the TargetUnit function from the wow api is protected. i have no work around through this. I tried to do a cheeky print("/target ".....
Forum: General Authoring Discussion 02-24-19, 05:22 PM
Replies: 2
Views: 2,262
Posted By wille480
Wow, nice solution! Tweaked it abit for my...

Wow, nice solution! Tweaked it abit for my likeing =) . Appriciate the help, kinda new to addon programming, made an addon before "HelyaAssist" but trying to learn a new skill as university times are...
Forum: General Authoring Discussion 02-24-19, 02:12 PM
Replies: 2
Views: 2,262
Posted By wille480
Target subframe within main frame

Hello! So i am wondering how i can target the subframe that lies within a mainframe? I am making a group box sort of where the main window is just the window where the group members lies...
Forum: General Authoring Discussion 02-21-17, 09:51 AM
Replies: 16
Views: 3,360
Posted By wille480
Ah okey thank you! , i always imagine doing a...

Ah okey thank you! , i always imagine doing a foor loop like.


For i=0, 2 do

local name, _, _, _, _, duration, expires = UnitDebuff("raid1",debuffs[i])
Forum: General Authoring Discussion 02-21-17, 07:16 AM
Replies: 16
Views: 3,360
Posted By wille480
Hey , yea well i am making a assist addon that...

Hey , yea well i am making a assist addon that will help with dispelling .
Basicly it will list characther name in a window. That is why i have an array of debuffs that i want unitdebuff to be...
Forum: General Authoring Discussion 02-21-17, 02:07 AM
Replies: 16
Views: 3,360
Posted By wille480
Just a question off topic. Is this a acceptable...

Just a question off topic.

Is this a acceptable way to store variables in an array? Going to have mulitple spellinfos in debuffs array and i want unitdebuff("raid1", debuffs) to look for any of...
Forum: General Authoring Discussion 02-20-17, 02:52 PM
Replies: 16
Views: 3,360
Posted By wille480
Hello! Dude thank you , I have tried litterly for...

Hello! Dude thank you , I have tried litterly for days trying to just make a fraking window , Those libraries drives me insane , Especially trying to work with sexyinterupter code because everything...
Forum: General Authoring Discussion 02-20-17, 09:59 AM
Replies: 16
Views: 3,360
Posted By wille480
Hey! Yeah i have tried but there is alot of...

Hey!
Yeah i have tried but there is alot of unverified variables just taking from the createui() block. There included ("LibSharedMedia-3.0"); which i have in my folder but there is also that...
Forum: General Authoring Discussion 02-20-17, 07:28 AM
Replies: 16
Views: 3,360
Posted By wille480
Create a window table().

http://imgur.com/9X12qCc

Hello! how do i create a window like this shown with the image link above? Without the names , just the window
it is from sexyinterrupter. I just want to be able to have the...
Forum: General Authoring Discussion 02-06-17, 12:35 PM
Replies: 16
Views: 3,360
Posted By wille480
Here is github page for sexyinterrupter, I have...

Here is github page for sexyinterrupter, I have tried to find what code section that creates the window but i have failed. I really can not find...
Forum: General Authoring Discussion 02-06-17, 03:11 AM
Replies: 16
Views: 3,360
Posted By wille480
Correct! That is sexy interrupter, i did check...

Correct! That is sexy interrupter, i did check the code several times to find the one but simply could not find it:/, would u mind help me?^^
Just the code for the window ,
Showing results 1 to 25 of 56