Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: Drowsey
Forum: AddOn Search/Requests 07-21-05, 01:30 PM
Replies: 18
Views: 8,551
Posted By Drowsey
try it, it wont cast anything without a keypress....

try it, it wont cast anything without a keypress. you can target and do a lot of functions via a script, but casting a spell is not one of them, not without that actual keypress. And you will...
Forum: Lua/XML Help 07-21-05, 12:02 PM
Replies: 10
Views: 8,547
Posted By Drowsey
well of course you know that the change in 1.6...

well of course you know that the change in 1.6 prevents you from ranging to players outside your group or raid, inside either you could use the maplibrary addon to get ranges between you and another...
Forum: Released AddOns 07-21-05, 10:08 AM
Replies: 0
Views: 3,540
Posted By Drowsey
Paladin Assistant 1.3

This addon has healing, blessing, and curing functions. PA is in beta now on ui.worldofwar.net. We are working on:

- making autoheal function for solo/party/party pets/raid/raid pets.

-...
Forum: Lua/XML Help 07-19-05, 11:19 AM
Replies: 2
Views: 4,842
Posted By Drowsey
and I am starting to use IsUnitPlayer in some...

and I am starting to use IsUnitPlayer in some cases where I am not interested in pets, and animals, but only players.
Forum: Graphics Help 07-18-05, 03:54 PM
Replies: 8
Views: 29,891
Posted By Drowsey
any other tool? converting to bmp then back to...

any other tool? converting to bmp then back to blp always produces errors. Is there a recommended conversion practice. what to convert to, then how to convert back? Maybe a good how-to guide?
Forum: Lua/XML Help 07-18-05, 11:57 AM
Replies: 1
Views: 5,108
Posted By Drowsey
if that spell is a buff you can scan with...

if that spell is a buff you can scan with UnitBuff() you can find out if its been cast or not that way.

The following code you could use by targeting someone and listing all the buffs they...
Forum: Lua/XML Help 07-18-05, 11:48 AM
Replies: 3
Views: 6,183
Posted By Drowsey
if (arg1=="target") and arg3=="CRITICAL") then...

if (arg1=="target") and arg3=="CRITICAL") then

change to
if (arg1=="target" and UnitIsUnit("target", "player") and arg3=="CRITICAL") then
Showing results 1 to 7 of 7