Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: opismahname
Forum: Lua/XML Help 01-13-10, 11:26 AM
Replies: 54
Views: 28,871
Posted By opismahname
Heh, found one thing that might be able to load...

Heh, found one thing that might be able to load the icon into the raid message, and thats http://www.wowwiki.com /Queriable_buff_effects (http://www.wowwiki.com/Queriable_buff_effects) (scroll down...
Forum: Lua/XML Help 01-13-10, 10:25 AM
Replies: 54
Views: 28,871
Posted By opismahname
Can i make own spaces if i want, because everyone...

Can i make own spaces if i want, because everyone is using like 4 spaces then the code, or 8 spaces, then the code, so can i have just 2 spaces and that if i want? ;P

And one more thing, i got this...
Forum: Lua/XML Help 01-12-10, 10:13 AM
Replies: 54
Views: 28,871
Posted By opismahname
That one worked perfectly, thanks for...

That one worked perfectly, thanks for helping!

And i got one question, is all these spaces needed like one end is with 4 spaces and 1 its no spaces.
Forum: Lua/XML Help 01-11-10, 02:44 PM
Replies: 54
Views: 28,871
Posted By opismahname
That one didnt work either actually.

That one didnt work either actually.
Forum: Lua/XML Help 01-11-10, 01:30 PM
Replies: 54
Views: 28,871
Posted By opismahname
Didn't happen anything when i activated Righteous...

Didn't happen anything when i activated Righteous Fury with this code:
local frame = CreateFrame("Frame", "RFFrame")
frame:RegisterEvent("UNIT_AURA")

local active = UnitBuff('player', 'Righteous...
Forum: Lua/XML Help 01-11-10, 12:59 PM
Replies: 54
Views: 28,871
Posted By opismahname
Do i need to create a whole new code or can i...

Do i need to create a whole new code or can i just do something like this?:

local frame = CreateFrame("Frame", "RFFrame")
frame:RegisterEvent("UNIT_AURA")

local active = UnitBuff('player',...
Forum: Lua/XML Help 01-11-10, 12:42 PM
Replies: 54
Views: 28,871
Posted By opismahname
What's the code for making this text in the...

What's the code for making this text in the middle of the screen? And do i need to do something with a xml file or something to do it?
Forum: Lua/XML Help 01-11-10, 11:59 AM
Replies: 54
Views: 28,871
Posted By opismahname
Hehe thanks! Will check if the codes is working...

Hehe thanks! Will check if the codes is working now... Just a question, do you just know what will be putted inside the local function or are you testing many things and see if it works? Because i...
Forum: Lua/XML Help 01-10-10, 03:37 PM
Replies: 54
Views: 28,871
Posted By opismahname
1. local frame = CreateFrame("FRAME",...

1.
local frame = CreateFrame("FRAME", "RFFrame");
2.
frame:RegisterEvent("UNIT_AURA");
4.
local active = UnitBuff('player', 'Righteous Fury')
5.
local hasrf
6.
...
Forum: Lua/XML Help 01-10-10, 03:22 PM
Replies: 54
Views: 28,871
Posted By opismahname
Then i guess it would be like this... local...

Then i guess it would be like this...

local frame = CreateFrame("FRAME", "RFFrame");
frame:RegisterEvent("UNIT_AURA");
local function eventHandler(self, event, ...)
local active = UnitBuff('player',...
Forum: Lua/XML Help 01-10-10, 02:49 PM
Replies: 54
Views: 28,871
Posted By opismahname
And how do i make the name of the buff to a...

And how do i make the name of the buff to a string when its active, and to a nil when its not active?

It seems to be hopless for me to begin making addons, this is to hard :S
Forum: Lua/XML Help 01-10-10, 02:34 PM
Replies: 54
Views: 28,871
Posted By opismahname
haha still cant get it, but think its something...

haha still cant get it, but think its something to change at 5. then? Maybe set like hasrf('Player') or something? Cant figure it out, more help xD
Forum: Lua/XML Help 01-10-10, 01:51 PM
Replies: 54
Views: 28,871
Posted By opismahname
I have no idea tbh... Can't find what's wrong...

I have no idea tbh... Can't find what's wrong more ;D
Forum: Lua/XML Help 01-10-10, 12:42 PM
Replies: 54
Views: 28,871
Posted By opismahname
1. local function eventHandler(self, event,...

1.
local function eventHandler(self, event, ...)
2.
local active = UnitBuff('player', 'Righteous Fury')
3.
if not hasrf and active then
4.
hasrf =...
Forum: Lua/XML Help 01-10-10, 12:31 PM
Replies: 54
Views: 28,871
Posted By opismahname
Woow, this is much harder then i...

Woow, this is much harder then i excpected.

local frame = CreateFrame("FRAME", "RFFrame");
frame:RegisterEvent("UNIT_AURA");
local function eventHandler(self, event, ...)
end
local active =...
Forum: Lua/XML Help 01-10-10, 12:18 PM
Replies: 54
Views: 28,871
Posted By opismahname
Didn't work with that end, you did mean to set an...

Didn't work with that end, you did mean to set an end at the end of everything, right?
Can the reason why it doesnt work be because i use Prat instead of the default chat frame?
Forum: Lua/XML Help 01-10-10, 11:51 AM
Replies: 54
Views: 28,871
Posted By opismahname
Thanks for all answers. I tried this code, but...

Thanks for all answers.

I tried this code, but isn't working:

local frame = CreateFrame("FRAME", "RFFrame");
frame:RegisterEvent("UNIT_AURA");
local function eventHandler(self, event, ...)
local...
Forum: Lua/XML Help 01-10-10, 07:25 AM
Replies: 54
Views: 28,871
Posted By opismahname
Have been reading that tutorial before, and I...

Have been reading that tutorial before, and I created the HelloWorld addon :P

Just don't know what i should put in --ADD YOUR CODE HERE, but I know that the code i put in here will get the addon...
Forum: Lua/XML Help 01-09-10, 09:56 PM
Replies: 54
Views: 28,871
Posted By opismahname
Hmm... Think I at least get a little bit of what...

Hmm... Think I at least get a little bit of what you wrote.

Will it be like this?

local frame = CreateFrame("FRAME", "RFFrame");
frame:RegisterEvent("UNIT_AURA");
local function eventHandler(self,...
Forum: Lua/XML Help 01-09-10, 09:15 PM
Replies: 54
Views: 28,871
Posted By opismahname
Thanks for answering! Don't really know how to do...

Thanks for answering!
Don't really know how to do this work but something like this?
local frame = CreateFrame("FRAME", "RFFrame");
frame:RegisterEvent("UNIT_AURA");
local function eventHandler(self,...
Forum: Lua/XML Help 01-09-10, 08:38 PM
Replies: 54
Views: 28,871
Posted By opismahname
First Addon - need help

Hey there, I'm making my first AddOn that will be a real simple one. The thing i want this AddOn to do is to print "Rigtheous Fury is now activated" in the chat window when you cast Righteous...
Forum: Lua/XML Help 01-08-10, 07:32 PM
Replies: 4
Views: 3,892
Posted By opismahname
Doesn't really matter, just looked at the addon...

Doesn't really matter, just looked at the addon "GryphonsRemover", which used xml to hide the gryphons on the Blizzard UI.
Forum: Lua/XML Help 01-08-10, 07:17 PM
Replies: 4
Views: 3,892
Posted By opismahname
First XML Creation

Hello there.

I'm new to the addon creation, but have read alot of guides and seen videos out there so i at least know a little about how to make the basics of an addon...

But I would need some help...
Showing results 1 to 23 of 23