Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: Coskesh
Forum: Lua/XML Help 06-17-05, 11:57 AM
Replies: 7
Views: 11,825
Posted By Coskesh
Hmmm, I move the slash command handler to the...

Hmmm, I move the slash command handler to the top, and renamed my function. Works good now.


function HunterAttack_OnLoad()
SlashCmdList["HUNTERATTACK"] =...
Forum: Lua/XML Help 06-17-05, 11:08 AM
Replies: 7
Views: 11,825
Posted By Coskesh
Thanks Sathanas. Still getting that error with...

Thanks Sathanas.

Still getting that error with your changes.

Can you post your On_Load and your main function so I can have a look?
Forum: Lua/XML Help 06-16-05, 01:18 PM
Replies: 7
Views: 11,825
Posted By Coskesh
Problems creating a slash command

I'm trying to expand on an ingame macro to free up some actionbar space which requires more than the 250 chars.

According to http://www.wowwiki.com/HOWTO:_Create_a_Slash_Command , this is what I...
Forum: Lua/XML Help 06-16-05, 01:03 PM
Replies: 10
Views: 8,558
Posted By Coskesh
The spacing didn't seem to make a difference. I...

The spacing didn't seem to make a difference. I will try the using ~= .

Thanks!
Forum: Lua/XML Help 06-15-05, 04:24 PM
Replies: 10
Views: 8,558
Posted By Coskesh
Inokis, it seems that you have added some extra...

Inokis, it seems that you have added some extra spaces, otherwise the code is exactly the same. Does spacing make a difference? Haven't had a chance to try it out with the extra spacing...
Forum: Lua/XML Help 06-14-05, 11:54 PM
Replies: 10
Views: 8,558
Posted By Coskesh
Gello, thank you again for the help. I'm using...

Gello, thank you again for the help. I'm using the CheckInteractDistance command, and it's working very nicely. I am going to look into scanning the actionbar in the future.

Only one minor problem...
Forum: Lua/XML Help 06-14-05, 06:58 PM
Replies: 10
Views: 8,558
Posted By Coskesh
Best way to determine if party member is in range for a buff?

Been working on modifying an existing script to not only buff myself, but also my group members at the press of one button (one buff per keystroke of course).

I've gotten it to the point where it...
Forum: Lua/XML Help 06-14-05, 02:39 PM
Replies: 4
Views: 8,280
Posted By Coskesh
Thanks for the help Gello! local hasenchant =...

Thanks for the help Gello!

local hasenchant = GetWeaponEnchantInfo();

with

elseif AutoAllBuff and not mounted and not shapeshifted and not hasenchant then
WBuff_Cast()

is working perfectly!
Forum: Lua/XML Help 06-13-05, 05:27 PM
Replies: 4
Views: 8,280
Posted By Coskesh
Thanks for the timely reply Gello! I posted...

Thanks for the timely reply Gello! I posted asking about the shaman weapon buff over in the macro help section over a week ago, should have posted here instead!

I now understand why my time based...
Forum: Lua/XML Help 06-13-05, 02:09 PM
Replies: 4
Views: 8,280
Posted By Coskesh
What am I doing wrong?

I've modified a modified script/addon (written by Gello, and Daan) for autoinnerfire/druid buffs.

I've modded it for my shaman, and it seems that the weapon buffs for shaman are not considered...
Forum: Lua/XML Help 06-09-05, 12:02 PM
Replies: 0
Views: 7,590
Posted By Coskesh
Help with a couple of Macros regarding cooldown and active buff detection

Hi, I was wondering if someone might help with two macros I am working on.

The first one I wish to use in order to save action bar space. With my hunter, I wish to make sure that wingclip is always...
Showing results 1 to 11 of 11