Author |
Message |
Topic: If I buy Zmud or Cmud can I still get a licence for both programs. |
Worgzark
Replies: 8
Views: 17067
|
Forum: zMUD General Discussion Posted: Thu Jul 24, 2008 10:40 pm Subject: If I buy Zmud or Cmud can I still get a licence for both programs. |
Thanks guys I understand now why Zugg has had to take this path. Also having had another look at Cmud I see it is significantly improved over Zmud. Not only that I got Cmud for free when I bought Zmud ... |
Topic: If I buy Zmud or Cmud can I still get a licence for both programs. |
Worgzark
Replies: 8
Views: 17067
|
Forum: zMUD General Discussion Posted: Thu Jul 24, 2008 12:08 pm Subject: If I buy Zmud or Cmud can I still get a licence for both programs. |
Ok...I didn't say CMUD was an upgrade to ZMUD. I asked why there was a change in philosophy. Thankyou Guinn, I guess Zugg going out of buisness is a good reason. However I don't understand how produci ... |
Topic: If I buy Zmud or Cmud can I still get a licence for both programs. |
Worgzark
Replies: 8
Views: 17067
|
Forum: zMUD General Discussion Posted: Thu Jul 24, 2008 10:51 am Subject: If I buy Zmud or Cmud can I still get a licence for both programs. |
What happened to the customers shouldn't have to pay for upgrades philosophy applied to zmud? |
Topic: If I buy Zmud or Cmud can I still get a licence for both programs. |
Worgzark
Replies: 8
Views: 17067
|
Forum: zMUD General Discussion Posted: Thu Jul 24, 2008 9:33 am Subject: If I buy Zmud or Cmud can I still get a licence for both programs. |
There was a two for one deal not long ago if I buy Zmud or Cmud can I still get a licence for both programs. Also do I get continuously free upgrades for cmud like I can with zmud? |
Topic: Need help with matching part of an array |
Worgzark
Replies: 10
Views: 13765
|
Forum: zMUD General Discussion Posted: Fri Jul 11, 2008 5:01 pm Subject: Need help with matching part of an array |
Ahh ok I thought whatever was stored in %1 by the (*) in his trigger would stay there until there was another value stored in %1.
The problem I had with this kind of trigger was the keywords are n ... |
Topic: Need help with matching part of an array |
Worgzark
Replies: 10
Views: 13765
|
Forum: zMUD General Discussion Posted: Fri Jul 11, 2008 4:22 am Subject: Need help with matching part of an array |
#alias junkdrop {drop '%-1';sacrifice '%-1'} doesn't the %-1 already tell it what it's dropping? |
Topic: Need help with matching part of an array |
Worgzark
Replies: 10
Views: 13765
|
Forum: zMUD General Discussion Posted: Fri Jul 11, 2008 12:13 am Subject: Need help with matching part of an array |
Shouldn't it just be #IF (%ismember(%1,@JunkList)) {junkdrop} {} ? The extra %1 in there seems pointless. |
Topic: Simple Inventory Clearing Tool. |
Worgzark
Replies: 0
Views: 7440
|
Forum: Finished MUD Scripts Posted: Thu Jul 10, 2008 6:49 am Subject: Simple Inventory Clearing Tool. |
This could probably be adapted for any mud but was created for use in Dark and Shattered Lands. I used this to sell the great piles of pointless spam items that cloged up my inventory due to autoloot. ... |
Topic: Aardwolf Statroller |
Worgzark
Replies: 2
Views: 20819
|
Forum: Finished MUD Scripts Posted: Thu Jul 03, 2008 1:21 pm Subject: Aardwolf Statroller |
Yeah that was it :) Thanks Private Apprentice. |
Topic: Aardwolf Statroller |
Worgzark
Replies: 2
Views: 20819
|
Forum: Finished MUD Scripts Posted: Thu Jul 03, 2008 12:13 pm Subject: Aardwolf Statroller |
Trigger Pattern
%s(%d)%s(%d)%s(%d)%s(%d)%s(%d)%s(%d)%s(%d)%s(%d)%s(%d)%sKeep These~?
The Trigger Script
#AD rolls 1
#MATH stattotal %1+%2+%3+%4+%5+%6+%7+%8+%9
#IF (%1>=@Str) {Str= %1} { ... |
|