Showing results 1 to 25 of 47
Search took 0.00 seconds.
Search: Posts Made By: tonyis3l33t
Forum: AddOn Help/Support 12-06-18, 10:19 PM
Replies: 17
Views: 4,618
Posted By tonyis3l33t
yup, symlink should work fine PowerShell: PS...

yup, symlink should work fine

PowerShell:
PS C:\> new-item -itemtype symboliclink -path <path to location> -name <the name> -value <path to target>

Example:
PS C:\> new-item -itemtype symboliclink...
Forum: General Authoring Discussion 11-09-18, 05:45 AM
Replies: 17
Views: 5,293
Posted By tonyis3l33t
This alone would be more than Blizz offers us....

This alone would be more than Blizz offers us. Dropping updates on wow.gamepedia.com or an IDE autocomplete plugin would be time well spent.
Forum: Lua/XML Help 11-04-18, 09:33 PM
Replies: 7
Views: 2,836
Posted By tonyis3l33t
very nice progress, thanks for sharing the code!

very nice progress, thanks for sharing the code!
Forum: Lua/XML Help 11-04-18, 07:08 AM
Replies: 7
Views: 2,836
Posted By tonyis3l33t
I'm digging in the code a bit...

I'm digging in the code a bit here

https://github.com/tomrus88/BlizzardInterfaceCode/blob/a33e3bc93a6902ee6eec34fd85ff7f79277f8be6/Interface/FrameXML/MultiActionBars.lua

There are a few functions...
Forum: Lua/XML Help 11-03-18, 09:48 PM
Replies: 7
Views: 2,836
Posted By tonyis3l33t
you need something to reapply the positioning...

you need something to reapply the positioning .... and :Show() on certain (or maybe all) events.

something like

local function MoveFrame()

MultiBarBottomRight:ClearAllPoints()
...
Forum: General WoW Chat 12-23-16, 06:36 AM
Replies: 2
Views: 22,541
Posted By tonyis3l33t
very well done

very well done
Forum: Lua/XML Help 12-22-16, 07:37 PM
Replies: 9
Views: 3,090
Posted By tonyis3l33t
https://github.com/tekkub/wow-ui-source/blob/live/...

https://github.com/tekkub/wow-ui-source/blob/live/FrameXML/ContainerFrame.xml
https://github.com/tekkub/wow-ui-source/blob/live/FrameXML/ContainerFrame.lua

As d87 pointed out, these ARE exactly...
Forum: AddOn Search/Requests 12-20-16, 09:31 AM
Replies: 3
Views: 6,110
Posted By tonyis3l33t
They basically told us that pretty much anything...

They basically told us that pretty much anything can drop legendary loot, but that percentage goes up with difficulty. % chances are not revealed, nor are the bad luck protection numbers.
Forum: AddOn Search/Requests 12-20-16, 09:28 AM
Replies: 3
Views: 6,110
Posted By tonyis3l33t
Blizz has been very tight with this info, and the...

Blizz has been very tight with this info, and the lack of its availability prevents such an addon
Forum: AddOn Help/Support 12-12-16, 06:25 AM
Replies: 6
Views: 3,058
Posted By tonyis3l33t
Here's the Pawn weights I use for prot paladin....

Here's the Pawn weights I use for prot paladin. Many specs (heals and tanks) have pretty static weights due to lack of a clear simulation method.

This comes from Paladin discord server
Forum: AddOn Help/Support 12-11-16, 07:12 PM
Replies: 6
Views: 3,058
Posted By tonyis3l33t
This is how I use...

This is how I use it

https://www.reddit.com/r/wow/comments/5ft3qj/tldr_how_to_sim_your_character_and_get_personal/
Forum: AddOn Search/Requests 12-11-16, 06:55 PM
Replies: 9
Views: 2,848
Posted By tonyis3l33t
ha, im open to suggestions as to what to use as a...

ha, im open to suggestions as to what to use as a photo on the daftAuction addon ;)
Forum: AddOn Search/Requests 12-10-16, 10:02 PM
Replies: 9
Views: 2,848
Posted By tonyis3l33t
yep, its there to make customizing easy :)

yep, its there to make customizing easy :)
Forum: AddOn Search/Requests 12-10-16, 03:51 PM
Replies: 9
Views: 2,848
Posted By tonyis3l33t
http://www.wowinterface.com/downloads/info22685-da...

http://www.wowinterface.com/downloads/info22685-daftAuction.html
Forum: AddOn Search/Requests 10-21-16, 04:47 AM
Replies: 26
Views: 8,302
Posted By tonyis3l33t
Those can all be fixed with a big If...

Those can all be fixed with a big If statement.


if UnitAffectingCombat("Player")
or InCombatLockdown()
or ChatFrame1EditBox:IsShown()
or WorldMapFrame:IsShown()
or MailFrame:IsShown()
or...
Forum: AddOn Search/Requests 10-20-16, 09:31 PM
Replies: 26
Views: 8,302
Posted By tonyis3l33t
Welp I ended up developing this further into an...

Welp I ended up developing this further into an addon with a few options. I'll post it tomorrow.
Forum: AddOn Search/Requests 10-20-16, 02:55 PM
Replies: 26
Views: 8,302
Posted By tonyis3l33t
Add this portion for mouse being on a frame or on...

Add this portion for mouse being on a frame or on a unit

addon:SetScript("OnUpdate", function(self, elapsed)

local speed = GetUnitSpeed("player");
if speed ~=0 then
UIFrameFadeIn(UIParent, 1,...
Forum: AddOn Search/Requests 10-20-16, 01:08 PM
Replies: 26
Views: 8,302
Posted By tonyis3l33t
at this point there is very little difference...

at this point there is very little difference from daftFrameFade

nonetheless... try this. Note that this doesn't have the mouse moving code in it.


local addonName, addonTable = ... ;

local addon...
Forum: AddOn Search/Requests 10-13-16, 05:54 PM
Replies: 26
Views: 8,302
Posted By tonyis3l33t
haha sorry didnt see the mouse part check out...

haha sorry didnt see the mouse part

check out this if you want to try hiding your UI unless mouse-over or in combat.
http://www.wowinterface.com/downloads/info23847-daftFrameFade.html
Forum: AddOn Search/Requests 10-13-16, 05:53 PM
Replies: 5
Views: 1,858
Posted By tonyis3l33t
yea weak auras 2 the addon :) its often used to...

yea weak auras 2 the addon :) its often used to notify you of specific conditions like this
Forum: AddOn Search/Requests 10-13-16, 02:28 PM
Replies: 5
Views: 1,858
Posted By tonyis3l33t
You can probably make a weakauras string for this...

You can probably make a weakauras string for this and avoid writing an addon.
Forum: AddOn Search/Requests 10-13-16, 02:07 PM
Replies: 26
Views: 8,302
Posted By tonyis3l33t
event PLAYER_STOPPED_MOVING combined with the...

event PLAYER_STOPPED_MOVING combined with the command to hide all the ui, UIParent:Hide()


local addonName, addonTable = ... ;
local addon =...
Forum: Graphics Help 10-10-16, 02:22 PM
Replies: 3
Views: 6,500
Posted By tonyis3l33t
take a look at my set swap addon; it has some...

take a look at my set swap addon; it has some features which can be used as learning examples for you. I write code in a pretty easy-to-follow way so I can more easily relearn it and maintain. See...
Forum: Legion Beta archived threads 07-20-16, 07:10 PM
Replies: 32
Views: 20,465
Posted By tonyis3l33t
Unhappy I really wish Blizzard gave us a more official...

I really wish Blizzard gave us a more official documentation and list of changes. I know they track it in house.... I do appreciate the work to fill their void!
Forum: Lua/XML Help 03-25-16, 05:43 AM
Replies: 6
Views: 5,863
Posted By tonyis3l33t
yea, sorry i use both in this addon, copy/pasta'd...

yea, sorry i use both in this addon, copy/pasta'd the wrong one ;)

Thanks all for pointers, I will be trying them after work, which is where I must now go... UNIT_WORK.
Showing results 1 to 25 of 47