Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: Coren
Forum: General Authoring Discussion 12-08-09, 11:59 AM
Replies: 3
Views: 5,160
Posted By Coren
I think you want to evaluate the input "/test...

I think you want to evaluate the input
"/test testing 1"
to
testing1 = not testing1;

I would think that your match fails.
print(command or "<no match>");
should give you details...
From a quick...
Forum: Lua/XML Help 11-29-09, 07:56 AM
Replies: 10
Views: 5,881
Posted By Coren
There's two ways to recognize in the...

There's two ways to recognize in the hook-function if it was your call of NotifyInspect:
a) evaluate debugstack():
- is the function that *called* NotifyInspect yours?
( if not strfind(debugstack(),...
Forum: Wish List 09-01-09, 08:17 AM
Replies: 0
Views: 9,486
Posted By Coren
SendWho/WHO_LIST_UPDATE: add a cookie, ftlog...

When sending:

bIsBlocked = SendWho(sQuery, xCookie);

- bIsBlocked: true if the /who is ignored due to being less than 5s since the previous (not necessary, but would spare some...
Forum: Gameplay 08-25-09, 05:26 AM
Replies: 24
Views: 34,468
Posted By Coren
"Twisted Hatred" (ID 932) on Teldrassil You come...

"Twisted Hatred" (ID 932) on Teldrassil

You come out of the newbie zone and this quest (not flagged as group quest) suggests itself as being one of the lowest and closest in the next area, so you...
Forum: General Authoring Discussion 06-23-09, 05:24 AM
Replies: 34
Views: 13,851
Posted By Coren
You could store the current time of your warning...

You could store the current time of your warning and suppress following ones in a time frame:

...
if name:find(self.listOfNames[i][1]) then
-- only one warning per 10 seconds
if ((me.Time ==...
Forum: Alpha/Beta AddOns and Compilations 04-14-06, 12:35 PM
Replies: 54
Views: 10,442
Posted By Coren
Your problem is the translation being not...

Your problem is the translation being not up-to-date. You are probably using a German client and the German localization is incomplete.

Open CTALocalization.de.lua, inside the bracket for...
Showing results 1 to 6 of 6