Showing results 1 to 16 of 16
Search took 0.00 seconds.
Search: Posts Made By: Dzib
Forum: Lua/XML Help 10-08-11, 01:20 AM
Replies: 41
Views: 22,731
Posted By Dzib
I've tried [7] but that does'nt work :(

I've tried [7] but that does'nt work :(
Forum: Lua/XML Help 10-08-11, 01:11 AM
Replies: 41
Views: 22,731
Posted By Dzib
I'd like to have the addon working also on a "RP"...

I'd like to have the addon working also on a "RP" channel (which is number 7), so I've add

local channelsToProcess = {
["GUILD"] = true,
["SAY"] = true,
["YELL"] = true,
["RP"] = true,

but...
Forum: Lua/XML Help 09-11-11, 05:08 AM
Replies: 41
Views: 22,731
Posted By Dzib
Works with gsub... thanks :D

Works with gsub... thanks :D
Forum: Lua/XML Help 09-11-11, 12:57 AM
Replies: 41
Views: 22,731
Posted By Dzib
Hi there After quitting WoW for a long time, I...

Hi there

After quitting WoW for a long time, I went back a few weeks ago and wanted to use this little addon but it doesn't work anymore.... I don't really understand why. Here's the code...
Forum: Lua/XML Help 11-22-10, 12:25 PM
Replies: 41
Views: 22,731
Posted By Dzib
That was the idea but anyway, it's already very...

That was the idea but anyway, it's already very kind of you to help me so much, Thanks ;)
Forum: Lua/XML Help 11-21-10, 12:56 PM
Replies: 41
Views: 22,731
Posted By Dzib
Yes, it works :) Thanks a lot you think it would...

Yes, it works :)
Thanks a lot

you think it would be possible to leave the text between () or ** unchanged? (for RP purpose :))
Forum: Lua/XML Help 11-21-10, 03:27 AM
Replies: 41
Views: 22,731
Posted By Dzib
Orc in french, Orcish in english ;)

Orc in french, Orcish in english ;)
Forum: Lua/XML Help 11-20-10, 09:41 AM
Replies: 41
Views: 22,731
Posted By Dzib
Got it: local new = function(message, channel,...

Got it:

local new = function(message, channel, ...)
if channel and channelsToProcess[channel] and message:len() > 0 and not message:match("^/") then
message = message:replace("r",...
Forum: Lua/XML Help 11-18-10, 11:58 AM
Replies: 41
Views: 22,731
Posted By Dzib
Doesnt work for me.... :confused:

Doesnt work for me.... :confused:
Forum: Lua/XML Help 11-18-10, 02:48 AM
Replies: 41
Views: 22,731
Posted By Dzib
But I need an xml file, no? so what should be in...

But I need an xml file, no? so what should be in it?
Forum: Lua/XML Help 11-17-10, 04:28 PM
Replies: 41
Views: 22,731
Posted By Dzib
Ok, but I called function Initrrr in...

Ok, but I called function Initrrr in rrr.xml:

<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Forum: Lua/XML Help 11-17-10, 04:26 PM
Replies: 41
Views: 22,731
Posted By Dzib
Damned, I didn't noticed... couldn't work this...

Damned, I didn't noticed... couldn't work this way :)
Forum: Lua/XML Help 11-17-10, 01:17 AM
Replies: 41
Views: 22,731
Posted By Dzib
Thanks, I think I tried something like that but...

Thanks, I think I tried something like that but it didn't worked... I'll try your solution as soon as the servers will be online :)

So, here's the full code modified with another addon name, but it...
Forum: Lua/XML Help 11-17-10, 01:00 AM
Replies: 41
Views: 22,731
Posted By Dzib
You mean this replace the whole code I posted...

You mean this replace the whole code I posted above? Much more simple, I agree :)
Thanks for the responses.... what about applying the modification only if I'm talking in the guild/say/yell channel?...
Forum: Lua/XML Help 11-16-10, 08:03 AM
Replies: 41
Views: 22,731
Posted By Dzib
Sorry, here's the full code: function...

Sorry, here's the full code:

function InitRoevar()

DEFAULT_CHAT_FRAME:AddMessage("|c00FF0000Rovarspraket |cFF00FF01loaded.\nTalk like a |c00FF0000rovare!");

roevar_toggle =...
Forum: Lua/XML Help 11-16-10, 07:28 AM
Replies: 41
Views: 22,731
Posted By Dzib
Transforming an existing addon

Hi

I'd like to make an addon which add the letters "rr" after each "r" detected in the chat (like someone who's rolling r's)
Being a total newbie in programming, I took an addon which adds an "o"...
Showing results 1 to 16 of 16