Showing results 1 to 25 of 96
Search took 0.00 seconds.
Search: Posts Made By: alimjocox
Forum: Lua/XML Help 06-18-10, 10:04 PM
Replies: 1
Views: 4,388
Posted By alimjocox
SetFormattedText help.. WTF

bar.value:SetFormattedText("|cff%02x%02x%02x%d%%|r (%s)", r*255, g*255, b*255, (min-max), ShortValue(max))

So I'm using oUF and trying to edit a PostUpdateHealth function. for some reason. If i get...
Forum: AddOn Search/Requests 06-15-10, 10:07 PM
Replies: 1
Views: 3,079
Posted By alimjocox
Ignore Addon

I know theres one that extends the list. but I was wondering if theres one that just hides that persons whisper? So they don't know u've actually ignored them?
Forum: Lua/XML Help 06-10-10, 02:12 AM
Replies: 1
Views: 2,920
Posted By alimjocox
for i = 1, 4 do local frame =...

for i = 1, 4 do
local frame = _G["PartyMemberFrame"..i]
frame:UnregisterAllEvents()
frame:Hide()
frame.Show = function()...
Forum: Lua/XML Help 06-01-10, 10:19 PM
Replies: 17
Views: 8,277
Posted By alimjocox
http://www.wowace.com/addons/ace3/

http://www.wowace.com/addons/ace3/
Forum: Lua/XML Help 06-01-10, 09:38 PM
Replies: 17
Views: 8,277
Posted By alimjocox
why do so many peple use Ace? whats the benefits?

why do so many peple use Ace? whats the benefits?
Forum: Lua/XML Help 06-01-10, 01:42 PM
Replies: 17
Views: 8,277
Posted By alimjocox
firstly thx for ur help. its kudos. Well. My...

firstly thx for ur help. its kudos.

Well. My .toc / .xml
e.g.
defaults.lua
guioptions.lua
(ui lua)....
so I imagine that print is triggered right off the bat.

- from Wowwiki
Forum: Lua/XML Help 06-01-10, 01:29 PM
Replies: 7
Views: 6,628
Posted By alimjocox
lol was just bout to post ;)...

lol was just bout to post ;) glhf

UnitBuff("unit", [index] or ["name", "rank"][, "filter"])

notice name and rank etc.. are under quotes
Forum: Lua/XML Help 06-01-10, 01:14 PM
Replies: 17
Views: 8,277
Posted By alimjocox
local frame = CreateFrame("CheckButton",...

local frame = CreateFrame("CheckButton", "alUIConfigButton1", al)
frame:SetWidth(26)
frame:SetHeight(26)
frame:SetPoint("TOPLEFT", 16, -52)
frame:SetScript("OnShow", function(frame)
if...
Forum: Lua/XML Help 06-01-10, 01:01 PM
Replies: 7
Views: 6,628
Posted By alimjocox
-- Message: Interface\AddOns\wg\wg.lua:15: Usage:...

--
Message: Interface\AddOns\wg\wg.lua:15: Usage: UnitBuff("unit", [index] or ["name", "rank"][, "filter"])
--

This is the problem in ur Lua code. shows the line and location and whats wrong with...
Forum: Lua/XML Help 06-01-10, 12:46 PM
Replies: 17
Views: 8,277
Posted By alimjocox
Okay i've written this up to replicate whats...

Okay i've written this up to replicate whats going on... just imagine @ at a much larger scale :P

alUI_DB = {}

alUI_DB.example = true
if ( alUI_DB.example ) then
print("Yay");
else
...
Forum: Lua/XML Help 06-01-10, 11:07 AM
Replies: 17
Views: 8,277
Posted By alimjocox
stuck... i know the problem... (i think) but im...

stuck...

i know the problem... (i think) but im not experienced nuff to fix it

i have two seperate tables.
e.g.
the original
alTestOne = true

and the saved variable
Forum: Lua/XML Help 06-01-10, 10:58 AM
Replies: 17
Views: 8,277
Posted By alimjocox
srry left out they were my addons :P one or two...

srry left out they were my addons :P

one or two checkboxes sounds great lol i just have nfi where to start. and the widgets page in wowprogramming is MASSIVE
Forum: Lua/XML Help 06-01-10, 10:50 AM
Replies: 17
Views: 8,277
Posted By alimjocox
adding a GUI for addon options

So I want to know how to add a GUI to an addon. I thought to myself, "Minimap is easy to modify, should be a good place to start off with a GUI." pMinimap is alilttle more complicated than I'd how...
Forum: Chit-Chat 05-31-10, 09:15 PM
Replies: 22
Views: 12,964
Posted By alimjocox
Whats your resolution?

What resolution do you play WoW? whether its for look or its for performance. I want to post a UI for the people I just want to know what resolution is most popular.

Obviously i wont put all reso's...
Forum: General Authoring Discussion 05-23-10, 06:14 PM
Replies: 5
Views: 6,785
Posted By alimjocox
whats wrong with a taint?

"Interface action failed because of an AddOn"

why is it frowned upon? any negative effects other than being annoying and looking ugly?
Forum: General Authoring Discussion 05-18-10, 05:38 AM
Replies: 6
Views: 5,358
Posted By alimjocox
slashcmds you can do this.. local function...

slashcmds you can do this..

local function doThisFunction()
print("pewpewrawr")
end

SlashCmdList['EXAMPLE'] = doThisFunction
SLASH_EXAMPLE1 = '/exampleslash1'
SLASH_EXAMPLE2 = '/exampleslash2'
Forum: General Authoring Discussion 05-17-10, 11:57 AM
Replies: 3
Views: 5,093
Posted By alimjocox
no i knew that :)

no i knew that :)
Forum: General Authoring Discussion 05-17-10, 09:37 AM
Replies: 3
Views: 5,093
Posted By alimjocox
legal addon?

So Buffet has been around and its awesome, then I found CreatureComforts as I started rolling a Hunter. And it seems to me that being able to change macros on the fly while your in game without...
Forum: AddOn Search/Requests 05-17-10, 03:54 AM
Replies: 3
Views: 4,559
Posted By alimjocox
Two Bits: Filger and addon idea for hunters.

I was wondering where I could find a raw / original vers of Filger?
--
Hunter addon, it would be helpful in my opinion. Regarding lets say 'Track Humanoids' - theres the NPC in red and the border....
Forum: Lua/XML Help 04-28-10, 07:05 AM
Replies: 2
Views: 3,367
Posted By alimjocox
found a fix thx anyways

found a fix thx anyways
Forum: Lua/XML Help 04-28-10, 04:58 AM
Replies: 2
Views: 3,367
Posted By alimjocox
updating minimapmailicon.

if HasNewMail() then
for i = 1, GetInboxNumItems() do
AutoLootMailItem(i);
end
end

im using this atm. works fine takes all the mail no worries. but the minimap new mail indicator doesnt move...
Forum: oUF (Otravi Unit Frames) 04-26-10, 07:19 PM
Replies: 2
Views: 4,747
Posted By alimjocox
if you went back to pure default Tuk oUF. then...

if you went back to pure default Tuk oUF. then your also probably missing some of this options taken from his full UI pack.
Forum: General Authoring Discussion 04-25-10, 06:02 AM
Replies: 2
Views: 4,220
Posted By alimjocox
cool thx. I was under the impression since its a...

cool thx. I was under the impression since its a global thing it might make the CPU work a nano of a fraction harder (I DONT KNOW lol). especially if the 'sed' texture is declared often.

If that is...
Forum: General Authoring Discussion 04-25-10, 05:27 AM
Replies: 2
Views: 4,220
Posted By alimjocox
i have yet another question ( best title i could think of )

alUI.texture = "Interface\\AddOns\\texture"
--[[ lets say this is going on up here ]]--

very @n4l question here. (hope i'm allowed to say @n4l). gently caress it.

So I've been looking through the...
Forum: AddOn Help/Support 04-18-10, 08:47 AM
Replies: 11
Views: 6,959
Posted By alimjocox
Reflux lol?? Two different characters with the...

Reflux lol??

Two different characters with the same addons is just two different profiles.. Replacing variables = changing profiles

edit::
If you've created the UI urself and setup all the addons...
Showing results 1 to 25 of 96