Showing results 1 to 25 of 47
Search took 0.00 seconds.
Search: Posts Made By: sarf
Forum: AddOn Search/Requests 02-10-07, 02:42 AM
Replies: 1
Views: 3,063
Posted By sarf
Get the "Surface" or "Surfaces" (or "SurfaceLib"...

Get the "Surface" or "Surfaces" (or "SurfaceLib" ) library addon - the author of ag_UF probably forgot to add those in to the zip file.

Probable d/l site:
http://files.wowace.com/Surfaces/

Sarf
Forum: Lua/XML Help 02-04-07, 01:29 AM
Replies: 1
Views: 3,777
Posted By sarf
For your first...

For your first question:
http://www.wowwiki.com/HOWTO:_Create_a_Slash_Command


For the second question, check out Blizzards own ChatFrame.lua (use Blizzards AddOn Kit to extract the FrameXML...
Forum: AddOn Search/Requests 02-04-07, 01:23 AM
Replies: 11
Views: 5,310
Posted By sarf
I highly recommend using the 1.7 beta3 (or later)...

I highly recommend using the 1.7 beta3 (or later) version of WoW Ace Updater, as it is more "intelligent" with regards to the !!!StandaloneLibraries "addon."

You also need to update the addons...
Forum: AddOn Help/Support 01-17-07, 11:08 AM
Replies: 4
Views: 3,261
Posted By sarf
Ask the author of ToFu or another flightpath...

Ask the author of ToFu or another flightpath addon to disable the "Play sound in background" while in flight.

In fact, it would probably be easier to do a macro:

/run if not MuteTaxi then...
Forum: General Authoring Discussion 01-15-07, 11:09 AM
Replies: 2
Views: 5,286
Posted By sarf
You need to check out the combat chat...

You need to check out the combat chat events.

There should be some libraries that help you with that - check out the Ace2 libraries for some hints, and WoWWiki if you decide to go off on your...
Forum: AddOn Help/Support 01-15-07, 05:18 AM
Replies: 1
Views: 4,303
Posted By sarf
Such addons no longer works with 2.0+...

Such addons no longer works with 2.0+ versions.

Addons that provide a button that ONLY does Riposte and lights up when it is available should be possible to make work, though.

Sarf
Forum: Chit-Chat 01-10-07, 10:37 AM
Replies: 9
Views: 10,398
Posted By sarf
My main pet peeve with the UI changes is adding...

My main pet peeve with the UI changes is adding extra return values in the middle instead of at the end. Sure, it may be a bit less logical, but if that is so, then either provide a version-handling...
Forum: Cladhaire's Mods 01-08-07, 01:25 PM
Replies: 456
Views: 163,066
Posted By sarf
Cladhaire, just a wild idea off of the top of my...

Cladhaire, just a wild idea off of the top of my head - is the WorldFrame capable of being secure-button-ified? If so, one could probably treat it is such with the unit target as "mouseover"

There...
Forum: Alpha/Beta AddOns and Compilations 12-04-06, 10:48 AM
Replies: 17
Views: 5,520
Posted By sarf
You must create a "secure" button - a Button is...

You must create a "secure" button - a Button is no longer capable of casting stuff (except outside of combat perhaps?).

There should be a post about this on the official UI forum.

Sarf
Forum: AddOn Search/Requests 12-04-06, 10:28 AM
Replies: 10
Views: 4,553
Posted By sarf
That would probably be frowned upon by Blizzard,...

That would probably be frowned upon by Blizzard, since it most likely will cause more data to be transferred back/forth between Client <-> Server.

The end result would probably be the same as the...
Forum: AddOn Help/Support 12-04-06, 10:22 AM
Replies: 5
Views: 4,256
Posted By sarf
Apparently, as long as you update the interface #...

Apparently, as long as you update the interface # to BC (20000) it should work fine.

Sarf
Forum: General Authoring Discussion 11-27-06, 11:29 AM
Replies: 2
Views: 3,054
Posted By sarf
1. Make a list of actions that do not trigger...

1. Make a list of actions that do not trigger global cooldown
2. Make the list Lua-compatible.

Such as:local locale = GetLocale();
if ( locale == "enUS" ) or ( locale == "enGB" ) or ( locale ==...
Forum: AddOn Help/Support 11-27-06, 11:19 AM
Replies: 3
Views: 3,154
Posted By sarf
Example macro for use in 1.12. Replace your...

Example macro for use in 1.12. Replace your favorite attack action with this macro:

/run if UnitIsFriend("player","target") then AssistUnit("target") end
/cast Sinister Strike

Replace the Sinister...
Forum: AddOn Help/Support 11-27-06, 11:14 AM
Replies: 3
Views: 3,154
Posted By sarf
It is quite possible to do that in 1.12. In 2.0...

It is quite possible to do that in 1.12. In 2.0 it becomes much harder to do, however. :(

Sarf
Forum: AddOn Search/Requests 11-27-06, 10:48 AM
Replies: 1
Views: 2,715
Posted By sarf
Detecting veins/herbs - impossible without user...

Detecting veins/herbs - impossible without user mousing over minimap / herb ingame.

Others should be doable.

Sarf
Forum: AddOn Search/Requests 11-27-06, 10:47 AM
Replies: 2
Views: 2,906
Posted By sarf
Question: Can you not use WinAMP? It has a plugin...

Question: Can you not use WinAMP? It has a plugin (shipped by default installation methinks) called Global Hotkeys that works wonderfully for me.

Of course, I also play in Windowed (Maximized) mode...
Forum: AddOn Search/Requests 11-27-06, 10:41 AM
Replies: 6
Views: 4,414
Posted By sarf
KLHThreatMeter has little to do with your own...

KLHThreatMeter has little to do with your own threat, only how your threat compares with others in your raid. It also allows you to adapt to changes immediately, such as Warriors unequipping...
Forum: AddOn Search/Requests 11-27-06, 10:09 AM
Replies: 8
Views: 3,396
Posted By sarf
Get a list of people to send stuff to. List must...

Get a list of people to send stuff to. List must look like this:
list = { "Name", "Name", "Name" };

for k,v in pairs(list) do
SetSendMailMoney(10000) -- 1 gold I think, try with an alt
SendMail(v,...
Forum: AddOn Search/Requests 11-27-06, 09:43 AM
Replies: 4
Views: 5,265
Posted By sarf
As long as you do not change totems in combat, it...

As long as you do not change totems in combat, it will work fine, methinks. That's the main change 2.0 would impose, I think.

Sarf
Forum: AddOn Search/Requests 11-27-06, 09:23 AM
Replies: 5
Views: 3,306
Posted By sarf
It is quite possible due to WoW being coded in...

It is quite possible due to WoW being coded in USA, that the key next to 1 is ~.

I know that on my (Swedish layout) it is §, but due to <ahem> needing to "test" certain commands in games (cough) I...
Forum: AddOn Search/Requests 11-27-06, 08:02 AM
Replies: 1
Views: 3,461
Posted By sarf
Should be fairly easy to do, as there are a...

Should be fairly easy to do, as there are a function ( CheckInteractDistance(unit, distanceIndex) ) even in 1.12 to check for follow range (distanceIndex = 4, 28.33 yards methinks) which should suit...
Forum: Lua/XML Help 11-26-06, 05:40 PM
Replies: 6
Views: 3,265
Posted By sarf
Pfah, just stuff it and and spam Sunder Armor /...

Pfah, just stuff it and and spam Sunder Armor / Sinister Strike. ;)

Sarf
Forum: Lua/XML Help 11-25-06, 11:13 AM
Replies: 6
Views: 3,265
Posted By sarf
If you mean updating health/mana bars: Use the...

If you mean updating health/mana bars:

Use the events UNIT_MANA and UNIT_HEALTH (check so that arg1 == "player" ) and update them at those events.

Sarf
Forum: AddOn Help/Support 11-25-06, 05:55 AM
Replies: 3
Views: 3,385
Posted By sarf
You can probably do this yourself by setting text...

You can probably do this yourself by setting text justification.

Prat - a chat addon - has stuff to do that, methinks.

Sarf
Forum: Alpha/Beta AddOns and Compilations 11-24-06, 02:48 PM
Replies: 11
Views: 2,111
Posted By sarf
Because helping to show who's OOM (used to be) is...

Because helping to show who's OOM (used to be) is only a small, small step away from doing an automatic casting.

So, in 2.0, we can SHOW you who's OOM but you have to click their name somewhere else...
Showing results 1 to 25 of 47