Author |
Message |
Topic: NOT GETTING MY LICENCE KEY |
Shalimar2
Replies: 6
Views: 13182
|
Forum: CMUD General Discussion Posted: Thu Aug 22, 2013 2:55 am Subject: NOT GETTING MY LICENCE KEY |
There is currently an issue with the system clock on the hosting server, as such your system thinks the key has long since expired.
You can try changing your system clock to be ahead of the forum pos ... |
Topic: count items to a var |
Shalimar2
Replies: 5
Views: 10391
|
Forum: CMUD General Discussion Posted: Sat Aug 17, 2013 12:57 am Subject: count items to a var |
to get around this we can change the code like so:
#trigger { %d. Eine (%w) Ampulle} {
$count=%eval(%db(@AnzAmpullen,%1)+1)
#ADDKEY AnzAmpullen %1 $count
} |
Topic: count items to a var |
Shalimar2
Replies: 5
Views: 10391
|
Forum: CMUD General Discussion Posted: Sat Aug 17, 2013 12:19 am Subject: count items to a var |
Slight glitch in referencing because it was the creation of a new variable, much less a database variable.
the first reference of '@AnzAmpullen.%1' while it still has a null value would translate to: ... |
Topic: Cmud License Key |
Shalimar2
Replies: 2
Views: 8978
|
Forum: CMUD General Discussion Posted: Fri Aug 16, 2013 10:06 pm Subject: Cmud License Key |
I suspect this has to due with the issues around the local time on our host server.
Keys are usually only valid for a few days.
The time discrepancy would put it at over two years.
You might be abl ... |
Topic: Alias for mixing colours |
Shalimar2
Replies: 1
Views: 5018
|
Forum: CMUD General Discussion Posted: Fri Aug 16, 2013 10:03 pm Subject: Alias for mixing colours |
Entirely possible...
I would suggest a separate alias for each color you need to make.
You will need some triggers to populate a variable to hold the various ingredients you have on you.
#ALIAS o ... |
Topic: Parse, wait, or...alarm? |
Shalimar2
Replies: 1
Views: 4283
|
Forum: CMUD General Discussion Posted: Fri Aug 16, 2013 10:02 pm Subject: Parse, wait, or...alarm? |
I would suggest the use of #T- and #T+ to toggle a class (folder) that would contain those settings you wish to ensure do not fire in the interregnum. |
Topic: count items to a var |
Shalimar2
Replies: 5
Views: 10391
|
Forum: CMUD General Discussion Posted: Fri Aug 16, 2013 9:59 pm Subject: count items to a var |
Minor issues with our host server.
As for the code issue.... due excuse my lack of knowledge with German.
With the trigger as you show it, i would likely use a database variable.
#trigger { %d. ... |
Topic: Forum Clock |
Shalimar2
Replies: 10
Views: 27081
|
Forum: Website or Forum problems Posted: Fri Aug 16, 2013 9:48 pm Subject: Forum Clock |
Pretty sure the forum clock is the culprit here folks, until one of the site admin fixes it I cannot post under my normal name due to a negative post delay. |
|