Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: Xeonkryptos
Forum: Lua/XML Help 08-20-11, 02:48 PM
Replies: 10
Views: 6,351
Posted By Xeonkryptos
it is possible that i can solve that with a local...

it is possible that i can solve that with a local variable after loading of the global variable?
Forum: Lua/XML Help 08-20-11, 01:15 PM
Replies: 10
Views: 6,351
Posted By Xeonkryptos
it is initialized because i can read out the...

it is initialized because i can read out the other parts...

hier my whole code: http://pastebin.com/hUN9ZXjm
Forum: Lua/XML Help 08-20-11, 11:25 AM
Replies: 10
Views: 6,351
Posted By Xeonkryptos
i tried both possibilities with tables. your code...

i tried both possibilities with tables. your code post was the first try to do it and it works but only the havePost variable in the table couldn't be read...

it is a global variable because it...
Forum: Lua/XML Help 08-20-11, 04:52 AM
Replies: 10
Views: 6,351
Posted By Xeonkryptos
concatenate field error but don't know why

i get the error: attempt to concatenate field (a nil value) but in other parts of my addon it works perfectly...

i initialized my global variable: ExecuteSoundTable = {playerDied = "laugh", unitDied...
Forum: Lua/XML Help 08-01-11, 06:46 AM
Replies: 1
Views: 3,471
Posted By Xeonkryptos
How to add a menu point

Hi community,

i want to create a new addon and know i have to know, how can i add a menu point to the UIDropdownMenu by blizzard when you right-click on a linked name like "[Xeonkryptos] says...
Forum: Lua/XML Help 07-27-11, 03:34 PM
Replies: 8
Views: 7,290
Posted By Xeonkryptos
okay.... i understand it... to the missing parts,...

okay.... i understand it... to the missing parts, i forgot it to add :)

i will use your code to build my addon and do my frame in lua. what is your tip to create a frame in lua? should the frame...
Forum: Lua/XML Help 07-27-11, 12:43 PM
Replies: 8
Views: 7,290
Posted By Xeonkryptos
i build my addon new, because i want to create...

i build my addon new, because i want to create the frame in a xml-file. therefore i made any changes but now the slash commands don't work... here my code:

local title = select(2,...
Forum: Lua/XML Help 07-27-11, 07:42 AM
Replies: 8
Views: 7,290
Posted By Xeonkryptos
thanks... this code do this what i want :)

thanks... this code do this what i want :)
Forum: Lua/XML Help 07-26-11, 03:30 PM
Replies: 8
Views: 7,290
Posted By Xeonkryptos
i am sorry. here is my full code: --...

i am sorry. here is my full code:

-- libraries
ExecuteSounds = LibStub("AceAddon-3.0"):NewAddon("ExecuteSounds", "AceConsole-3.0", "AceEvent-3.0");

-- localization
local L =...
Forum: Lua/XML Help 07-26-11, 03:02 PM
Replies: 8
Views: 7,290
Posted By Xeonkryptos
i found a possibility to use an event that should...

i found a possibility to use an event that should fire when a mob die but i have now the problem that this event is into the event COMBAT_LOG_EVENT_UNFILTERED and now i do not know how i can use...
Forum: Lua/XML Help 07-26-11, 07:20 AM
Replies: 8
Views: 7,290
Posted By Xeonkryptos
Need help with a dying mob

I create an addon that play sounds to special times. one time my addon should play sound when the targeted mob died but i have the prob, that when the "sticky targeting" not is enabled that you lose...
Showing results 1 to 11 of 11