Author |
Message |
Topic: multiple issues help |
kroz
Replies: 13
Views: 12402
|
Forum: zMUD General Discussion Posted: Fri Nov 27, 2009 8:06 am Subject: multiple issues help |
I've decided to go for a combo of subregex and subchar in the end to remove all unwanted chars from my field
@cp_mbs = %additem(%subregex(%subchar(lower(%1),"-', ",&quo ... |
Topic: map fields |
kroz
Replies: 2
Views: 4505
|
Forum: zMUD General Discussion Posted: Mon Nov 23, 2009 3:18 pm Subject: map fields |
so adding a condition based on the level range is rather hard (i might be able to trim and reasign but it's not so easy). How about UserStr/UserInt? Can those be used ? |
Topic: map fields |
kroz
Replies: 2
Views: 4505
|
Forum: zMUD General Discussion Posted: Mon Nov 23, 2009 2:47 pm Subject: map fields |
Is there a way to set a min and a max level to a zone? What is the usual field for that kind of info ? |
Topic: multiple issues help |
kroz
Replies: 13
Views: 12402
|
Forum: zMUD General Discussion Posted: Mon Nov 16, 2009 5:59 am Subject: multiple issues help |
Sorry to puzzle you with that code.
The campaign consists in 10-15 mobs to kill, a list given by the cp master. This list i want to store in the cp child window and then i want to change the colou ... |
Topic: multiple issues help |
kroz
Replies: 13
Views: 12402
|
Forum: zMUD General Discussion Posted: Fri Nov 13, 2009 6:20 am Subject: multiple issues help |
wow, big answer there:) Ok, i'll start exploring some captions in window on monday (i'm off for the weekend).
I pretty much knew how to use triggers, I was puzzled about the caption button.
Let's ... |
Topic: multiple issues help |
kroz
Replies: 13
Views: 12402
|
Forum: zMUD General Discussion Posted: Thu Nov 12, 2009 6:14 am Subject: multiple issues help |
would this match the a/an/the at the beginning of the target and the '/,/ / inside the target ?
%subregex(%subregex(%lower(%1), "^(?:the|an|a?),")," ... |
Topic: multiple issues help |
kroz
Replies: 13
Views: 12402
|
Forum: zMUD General Discussion Posted: Tue Nov 10, 2009 10:23 am Subject: multiple issues help |
here's what i wanted to do:
#TRIGGER {^You still have to kill ~* (*) ~((*)~)*$}
{#WINDOW campaign Mob name %1 in area %2;
#ADD cp_mbs 1;
#VARIABLE cp_lst ... |
Topic: multiple issues help |
kroz
Replies: 13
Views: 12402
|
Forum: zMUD General Discussion Posted: Tue Nov 10, 2009 6:43 am Subject: multiple issues help |
This looks like a good day for questions and i've come prepared:) I'll try the subregex thing when i get home and i'll keep you updated on it.
I have questions on other things now.. Like map and chil ... |
Topic: multiple issues help |
kroz
Replies: 13
Views: 12402
|
Forum: zMUD General Discussion Posted: Mon Nov 09, 2009 3:06 pm Subject: multiple issues help |
that would be nice if i knew how to use it.. which i don't :(
I'm quite a newbie when it comes to programming in zmud, especially advanced programming. |
Topic: multiple issues help |
kroz
Replies: 13
Views: 12402
|
Forum: zMUD General Discussion Posted: Fri Nov 06, 2009 11:13 am Subject: multiple issues help |
hey i want to create an auto replace using case. I want to remove all the "a" "the" "an" " ' " "," and the spaces near them from a variable:
Can this be done with #CASE ? As in search for that string ... |
|