Showing results 1 to 25 of 268
Search took 0.01 seconds.
Search: Posts Made By: Tristanian
Forum: Archive 09-29-09, 05:24 PM
Replies: 57
Views: 15,176
Posted By Tristanian
Just a friendly reminder (again) : Keep it...

Just a friendly reminder (again) :



Keep it civil, people.
Forum: Archive 09-28-09, 11:39 AM
Replies: 57
Views: 15,176
Posted By Tristanian
Shirik has already explained that Windows...

Shirik has already explained that Windows requires a certain permission set, in order for Minion to work as intended. It is not possible to use the same certificate and require a different permission...
Forum: General Authoring Discussion 09-18-09, 06:37 AM
Replies: 12
Views: 8,480
Posted By Tristanian
Correct. Something along the lines of (for...

Correct. Something along the lines of (for nameplates at least):

(Drycoded)

local nameplates = { WorldFrame:GetChildren() }
local num = #nameplates

if num > 0 then
for i = 1, num do
...
Forum: Chit-Chat 09-18-09, 02:18 AM
Replies: 26
Views: 8,845
Posted By Tristanian
We can't help it ! Ah and happy birthday Seerah...

We can't help it !

Ah and happy birthday Seerah :D :banana::banana::banana:
Forum: Lua/XML Help 09-16-09, 01:47 AM
Replies: 11
Views: 4,482
Posted By Tristanian
local takeover =...

local takeover = CreateFrame("Frame")
takeover:RegisterEvent("PLAYER_ENTERING_WORLD")
takeover:SetScript("OnEvent", function(self, event)
if LibDBIcon10_EasyDND then
...
Forum: General Authoring Discussion 09-15-09, 01:59 PM
Replies: 8
Views: 4,072
Posted By Tristanian
In a nutshell, you can access and manipulate...

In a nutshell, you can access and manipulate global tables by name but not locally created ones (due to lack of a proper reference).

Last but not least, you may access and manipulate frames, as long...
Forum: General WoW Chat 09-11-09, 05:33 AM
Replies: 60
Views: 36,439
Posted By Tristanian
Republic, I don't disagree with what you are...

Republic, I don't disagree with what you are saying, nor did I imply that said addons are useful or even desired by absolutely all the raiders (and not only). I can tell you for a fact that hardcore...
Forum: General WoW Chat 09-11-09, 03:57 AM
Replies: 60
Views: 36,439
Posted By Tristanian
This has been my experience as well. Gear rating...

This has been my experience as well. Gear rating addons can be an invaluable tool to raid leaders, when it comes to optimizing their setup for a particular task or even individuals that are looking...
Forum: Chit-Chat 09-10-09, 04:42 AM
Replies: 1,142
Views: 314,312
Posted By Tristanian
http://upload.wikimedia.org/wikipedia/en/thumb/5/5...

http://upload.wikimedia.org/wikipedia/en/thumb/5/53/9.3X62-30-06-8X57-6.5X55-308.JPG/300px-9.3X62-30-06-8X57-6.5X55-308.JPG

.308 Winchester rifle round.
Forum: Chit-Chat 09-10-09, 01:03 AM
Replies: 37
Views: 15,404
Posted By Tristanian
Paying good money for this !

Paying good money for this !
Forum: AddOn Search/Requests 09-08-09, 01:04 AM
Replies: 14
Views: 9,336
Posted By Tristanian
Yes, because this ability was added in the latest...

Yes, because this ability was added in the latest patches.
Forum: AddOn Search/Requests 09-08-09, 12:59 AM
Replies: 20
Views: 10,130
Posted By Tristanian
Yes, your KillLog savedvariables file is most...

Yes, your KillLog savedvariables file is most likely corrupted. You can try to manually recreate the missing table (in order not to lose your other data) by typing :

/script...
Forum: AddOn Search/Requests 09-07-09, 04:10 PM
Replies: 20
Views: 10,130
Posted By Tristanian
Unzip into the addon folder. It should fix the...

Unzip into the addon folder. It should fix the most obvious errors you are getting, but bear in mind that these are band aid fixes.
Forum: Lua/XML Help 09-04-09, 05:58 AM
Replies: 10
Views: 7,670
Posted By Tristanian
Inserting menu entries into UnitPopup menus is...

Inserting menu entries into UnitPopup menus is kind of "hacky", a bit complicated and generally more trouble than its worth (there is a possibility of introducing taint, among other things) and I'd...
Forum: nUI: Community Chat 08-27-09, 04:23 PM
Replies: 32
Views: 15,469
Posted By Tristanian
What you are seeing is an options metatable that...

What you are seeing is an options metatable that has been "injected" into Blizzard's interface options panel and its attributes translated to widgets via AceConfigDialog-3.0. Essentially, B2F is...
Forum: AddOn Search/Requests 08-27-09, 03:27 AM
Replies: 5
Views: 3,966
Posted By Tristanian
I believe that something for that queue button...

I believe that something for that queue button has been written, a long time ago. Have a look at Broker_PvP (http://www.wowace.com/addons/broker_pv-p/).
Forum: nUI: Community Chat 08-27-09, 03:18 AM
Replies: 32
Views: 15,469
Posted By Tristanian
On top of this, B2F does not offer any alignment...

On top of this, B2F does not offer any alignment options in itself (in terms of actual code, other than a configuration table perhaps), it is simply setting the necessary attributes, so that FuBar...
Forum: General Authoring Discussion 08-26-09, 01:28 AM
Replies: 21
Views: 8,349
Posted By Tristanian
No, it's not random at all. For example, if an...

No, it's not random at all. For example, if an addon is set to let's say hide the MainMenuBar each and every time on PLAYER_ENTERING_WORLD, this means, said frame will be hidden, regardless of its...
Forum: Chit-Chat 08-25-09, 05:35 PM
Replies: 37
Views: 15,404
Posted By Tristanian
Aye, or as Algalon would put it :

Aye, or as Algalon would put it :
Forum: General Authoring Discussion 08-25-09, 03:11 PM
Replies: 21
Views: 8,349
Posted By Tristanian
To be perfectly honest, I didn't test it, just...

To be perfectly honest, I didn't test it, just had a quick look at the code, but I believe I saw a condition in that part of the code, so I've deduced that in theory, you should be able to turn it...
Forum: Chit-Chat 08-25-09, 03:05 PM
Replies: 37
Views: 15,404
Posted By Tristanian
Hey Cair, nice new haircut you got :D

Hey Cair, nice new haircut you got :D
Forum: General Authoring Discussion 08-25-09, 03:00 PM
Replies: 21
Views: 8,349
Posted By Tristanian
It is true that Macaroon can do that, but isn't...

It is true that Macaroon can do that, but isn't there an option to disable such behavior ?
Forum: General Authoring Discussion 08-25-09, 02:48 PM
Replies: 21
Views: 8,349
Posted By Tristanian
Which frame are you trying to hide ? It may not...

Which frame are you trying to hide ? It may not necessarily be a fault with another addon, but default UI code, can under certain circumstances do this.

If said frame is being shown by another...
Forum: AddOn Search/Requests 08-25-09, 02:44 PM
Replies: 3
Views: 4,887
Posted By Tristanian
You may have a look at Deus Vox Encounters...

You may have a look at Deus Vox Encounters (http://www.wowace.com/addons/deus-vox-encounters/) and BossEncounter2 (http://www.wowinterface.com/downloads/info13309-BossEncounter2.html). It needs to be...
Forum: Chit-Chat 08-25-09, 12:37 PM
Replies: 30
Views: 12,285
Posted By Tristanian
Where R the *nasty* pictures ? :s

Where R the *nasty* pictures ? :s
Showing results 1 to 25 of 268