Showing results 1 to 12 of 12
Search took 0.00 seconds.
Search: Posts Made By: Aquendyn
Forum: AddOn Help/Support 05-13-06, 11:43 PM
Replies: 3
Views: 4,167
Posted By Aquendyn
ChatFrame2:SetJustifyH("RIGHT")

ChatFrame2:SetJustifyH("RIGHT")
Forum: AddOn Search/Requests 05-11-06, 03:58 PM
Replies: 1
Views: 3,081
Posted By Aquendyn
SuperMacro

IN SuperMacro, Right-click on the macro to execute right there in the frame.
Forum: Lua/XML Help 01-15-06, 09:45 AM
Replies: 1
Views: 4,152
Posted By Aquendyn
Lua functions can return more than one value....

Lua functions can return more than one value. SuperMacro's buffed or FindBuff function returns varying number of values depending on what you're looking for and what is found. For debuffs, it will...
Forum: Alpha/Beta AddOns and Compilations 12-13-05, 12:19 AM
Replies: 5
Views: 2,984
Posted By Aquendyn
Rogue is a dungeon-crawling computer game dating...

Rogue is a dungeon-crawling computer game dating from 1980. It inspired a class of derivatives known collectively as roguelikes. Some of the popular members of this gaming genre include Hack,...
Forum: Alpha/Beta AddOns and Compilations 12-12-05, 10:44 PM
Replies: 5
Views: 2,984
Posted By Aquendyn
World of Roguecraft

Basic framework for Rogue-like game ( eg. NetHack, ADOM).

Link coming...
Forum: Lua/XML Help 12-10-05, 08:17 PM
Replies: 9
Views: 10,476
Posted By Aquendyn
a 1600-letter string takes about 8ms to hash. 400...

a 1600-letter string takes about 8ms to hash. 400 letters about 2ms. everything used by the hashing function is garbage-collectible.

to rephrase what Elkano just said. someone unimportant talks to...
Forum: Lua/XML Help 12-08-05, 09:03 PM
Replies: 9
Views: 10,476
Posted By Aquendyn
i just uploaded a md5 addon for 1.9. it's not my...

i just uploaded a md5 addon for 1.9. it's not my code, but i did fix it up a bit to work with WoW.
http://www.wowinterface.com/downloads/fileinfo.php?s=&id=4385
Forum: Lua/XML Help 11-30-05, 11:43 PM
Replies: 1
Views: 4,191
Posted By Aquendyn
you can try to hook into GameTooltip's OnShow...

you can try to hook into GameTooltip's OnShow trigger.

Ex.

local oldGTScript = GameTooltip:GetScript("ONSHOW");
GameTooltip:SetScript("ONSHOW", function()
if (oldGTScript)...
Forum: General Authoring Discussion 11-30-05, 10:43 PM
Replies: 17
Views: 6,577
Posted By Aquendyn
I'm pretty sure all functions are hookable. If...

I'm pretty sure all functions are hookable. If not, then very, very few are not.

UseAction is also found in ActionButton.lua, in ActionButtonDown() and Up().

The spellbook knows all the spells' ids...
Forum: Lua/XML Help 11-04-05, 09:04 PM
Replies: 2
Views: 4,029
Posted By Aquendyn
see which pattern match comes first. function...

see which pattern match comes first.

function parseCommand( cmdLine )
local a={}
local linkPat = "|?|H.-|h.-|h";
local wordPat = "%S+";

while ( ""~=gsub(cmdLine, "%s", "") ) do
local word, link,...
Forum: AddOn Search/Requests 11-03-05, 03:50 AM
Replies: 4
Views: 3,429
Posted By Aquendyn
You use GetActionText( buttonid ) or...

You use GetActionText( buttonid ) or ActionButton1Name:GetText()
Forum: AddOn Search/Requests 11-03-05, 01:15 AM
Replies: 4
Views: 3,429
Posted By Aquendyn
that's a good idea. the next update of SuperMacro...

that's a good idea. the next update of SuperMacro will include this option to right-click on an action button and open the macro frame to the correct macro (at least by name). this option is on by...
Showing results 1 to 12 of 12