Showing results 1 to 25 of 152
Search took 0.01 seconds.
Search: Posts Made By: Inokis
Forum: AddOn Search/Requests 04-28-08, 09:20 AM
Replies: 12
Views: 5,696
Posted By Inokis
I just got a reply from Thomus. He wanted me to...

I just got a reply from Thomus. He wanted me to let everyone know he's doing fine. He is working on a couple of diff projects and has a presence in the game Second Life where his art is very...
Forum: AddOn Search/Requests 04-24-08, 12:58 PM
Replies: 12
Views: 5,696
Posted By Inokis
Even with a non-compete clause, only the work he...

Even with a non-compete clause, only the work he does for the company can't be used. They can't bind his hands eternally once he leaves the company.

I tried sending him an email at his last known...
Forum: General Authoring Discussion 04-13-08, 03:54 AM
Replies: 5
Views: 5,538
Posted By Inokis
function...

function somename_OnLoad()
this:RegisterEvent("LOOT_OPENED");
end

function somename_OnEvent()
if (event == "LOOT_OPENED") then
arbitrary scripting
end
end
Forum: Released AddOns 04-12-08, 03:08 AM
Replies: 7
Views: 8,041
Posted By Inokis
They recently also changed the naming violations...

They recently also changed the naming violations policy. Using symbols in names is no longer considered a violation. For reference:

http://us.blizzard.com/support/article.xml?articleId=20421
Forum: AddOn Search/Requests 04-09-08, 06:05 PM
Replies: 3
Views: 2,901
Posted By Inokis
Using nameplates is a very handy way of telling...

Using nameplates is a very handy way of telling what you have targetting. Its V on your keyboard.

I created a small targetting mod that allows the nameplates to show when in combat and hide when...
Forum: General Authoring Discussion 04-08-08, 08:03 PM
Replies: 15
Views: 6,618
Posted By Inokis
I use only notepad/wordpad to do everything UI...

I use only notepad/wordpad to do everything UI related. I have in Everquest, EQ2, and now in WoW.
Forum: AddOn Help/Support 04-04-08, 08:55 AM
Replies: 8
Views: 19,200
Posted By Inokis
Thank you for helping me understand the log...

Thank you for helping me understand the log enough to get this working. Once I was able to get the specific arguments, it made deciphering the event a lot simpler. Let me know if you'd do anything...
Forum: AddOn Help/Support 04-04-08, 07:02 AM
Replies: 8
Views: 19,200
Posted By Inokis
Using the info you gave me: if (event ==...

Using the info you gave me:
if (event == "COMBAT_LOG_EVENT_UNFILTERED") then
local mypetBuffDest = UnitName("pet");
if ((arg2 == "SPELL_PERIODIC_AURA_APPLIED") and (arg7 == mypetBuffDest)) then...
Forum: AddOn Help/Support 04-03-08, 06:31 PM
Replies: 8
Views: 19,200
Posted By Inokis
is this anywhere close to being right? if...

is this anywhere close to being right?

if (event == "COMBAT_LOG_EVENT_UNFILTERED") then
local mypetBuffDest == UnitName("pet");
if ((arg2 == "COMBAT_LOG_EVENT_AURA_APPLIED") and (arg7 ==...
Forum: AddOn Help/Support 03-25-08, 03:33 PM
Replies: 8
Views: 19,200
Posted By Inokis
Combat_Log_Event simple explanation please..

I have no clue what the new combat log syntax is or anything. None of it makes sense.

Can someone please provide a working example of the new combat log format for this event so I can understand...
Forum: Chit-Chat 03-18-08, 02:11 AM
Replies: 22
Views: 8,145
Posted By Inokis
How about someone actually explaining the new...

How about someone actually explaining the new combat log/events system. Everything i've read does a poor job at it and to me none of it makes any sense.
Forum: AddOn Help/Support 03-14-08, 11:16 AM
Replies: 8
Views: 4,242
Posted By Inokis
Its in your interface options. Click to move...

Its in your interface options. Click to move toggle box.
Forum: General Authoring Discussion 06-05-07, 08:02 PM
Replies: 11
Views: 21,314
Posted By Inokis
You can make a complete addon for this purpose as...

You can make a complete addon for this purpose as well.

What I've done is I've copied the default Fonts.xml into a mod. I created a Fonts Folder with the custom fonts that I wish to use into that...
Forum: News 05-20-07, 01:22 PM
Replies: 10
Views: 8,019
Posted By Inokis
As long as it doesn't interfere with the function...

As long as it doesn't interfere with the function of mods like Spam Sentry, I'll be happy. These methods are not going to be enough. I don't want to see spam at all. Forcing me to see it and...
Forum: News 04-02-07, 04:08 AM
Replies: 32
Views: 16,299
Posted By Inokis
The notorious quote from Rocky Horror Picture...

The notorious quote from Rocky Horror Picture show: "Dammit Janet!"

That wasn't funny but I'm glad you're not leaving.
Forum: Class Discussions 03-22-07, 01:57 PM
Replies: 24
Views: 15,212
Posted By Inokis
Essentially, what they are telling you is you can...

Essentially, what they are telling you is you can no longer automate attack actions. All those functions have been protected for use only through macros, or default buttons.
Forum: Chit-Chat 02-14-07, 06:32 PM
Replies: 13
Views: 3,866
Posted By Inokis
I guess the boys will do anything for post counts...

I guess the boys will do anything for post counts ;)
Forum: AddOn Help/Support 02-06-07, 07:21 PM
Replies: 1
Views: 2,626
Posted By Inokis
If anyone has any ideas or workarounds for making...

If anyone has any ideas or workarounds for making this work, feel free to chime in.
Forum: AddOn Help/Support 02-03-07, 04:16 PM
Replies: 1
Views: 2,626
Posted By Inokis
Chat Event Pet Feeder Script help

This script works fine if you type in the pet name manually, as it appears in the Chat Frame (substituting UnitName('Pet') for the actual name):


function PetActionEXPBar_FeedPet()
local petname =...
Forum: Released AddOns 08-04-06, 02:11 PM
Replies: 4
Views: 5,358
Posted By Inokis
I've quit WoW for a long time now. As such these...

I've quit WoW for a long time now. As such these mods are greatly outdated. At the time of its creation it worked very well.
Forum: AddOn Search/Requests 03-02-06, 02:28 AM
Replies: 1
Views: 4,444
Posted By Inokis
Have you set your camera view presets to...

Have you set your camera view presets to keybindings? I know its not exactly what you want but you can readjust just by the flick of a button.
Forum: General Authoring Discussion 01-03-06, 11:08 PM
Replies: 0
Views: 3,229
Posted By Inokis
Blizzard Addons and refernecing their frames...

I'm having trouble understanding how to reference the blizzard addons frames since they use them in the .pub format.

Before I could just use :
local MacroFramelevel =...
Forum: AddOn Search/Requests 12-04-05, 08:35 AM
Replies: 1
Views: 3,168
Posted By Inokis
/script if ( MultiBarBottomLeft:IsVisible() )...

/script if ( MultiBarBottomLeft:IsVisible() ) then MultiBarBottomLeft:Hide() else MultiBarBottomLeft:Show() end
/script if ( MultiBarBottomRight:IsVisible() ) then MultiBarBottomRight:Hide() else...
Forum: General Authoring Discussion 12-03-05, 10:42 AM
Replies: 2
Views: 4,298
Posted By Inokis
You definitely have me beat at coding variables. ...

You definitely have me beat at coding variables. Thank you for this snippet.
Forum: General Authoring Discussion 12-03-05, 01:49 AM
Replies: 2
Views: 4,298
Posted By Inokis
Verifying Spell Existence...

I'm trying to come up with a good and solid method for verifying if a spell exists for macro purposes. I can do this method:

function Spellname()
GetSpellName(1, BOOKTYPE_SPELL);
if...
Showing results 1 to 25 of 152