Author |
Message |
Topic: 2 Questions: Fine Tuning |
ToyBear
Replies: 1
Views: 2615
|
Forum: zMUD General Discussion Posted: Fri Sep 19, 2003 11:18 am Subject: 2 Questions: Fine Tuning |
I'm using the below to remove characters, it looks awfully long.
Can i fine tune it?
-----------------------------
questmob=%1
questmob=%replace(@questmob,"a ","")
questmob=%replace(@questmob, ... |
Topic: Open File? |
ToyBear
Replies: 3
Views: 4008
|
Forum: zMUD General Discussion Posted: Thu Sep 18, 2003 10:32 pm Subject: Open File? |
ooo it works, however i had to specify the path.
I wonder where is the default directory that ZMUD searches for image files?
and can i change it? btw my images located at
C:Program FilesZmud ... |
Topic: Mapping with color |
ToyBear
Replies: 0
Views: 2182
|
Forum: zMUD General Discussion Posted: Thu Sep 18, 2003 10:17 pm Subject: Mapping with color |
Hi, stupid imm told me it was very tuff to map the game. I figured if i could map with color triggers, the map would be much effective.
But i have absolutely no idea how to fine tune Zmud mapper to ... |
Topic: Open File? |
ToyBear
Replies: 3
Views: 4008
|
Forum: zMUD General Discussion Posted: Thu Sep 18, 2003 8:13 pm Subject: Open File? |
Is there a command to enable me to open a file? like a .gif from mud command line? |
Topic: matching variable with wildcard |
ToyBear
Replies: 2
Views: 3511
|
Forum: zMUD General Discussion Posted: Thu Sep 18, 2003 12:26 pm Subject: matching variable with wildcard |
ooh that worked, now i got a list of items i need to be excluded in my database..
manor pie
manorpie
trivia token
how can i create a list? |
Topic: matching variable with wildcard |
ToyBear
Replies: 2
Views: 3511
|
Forum: zMUD General Discussion Posted: Thu Sep 18, 2003 5:39 am Subject: matching variable with wildcard |
the problem i have is manor pie and token comes with players name like 'TOKEN ABC','TOKEN XYZ','MANOR PIE 123' and 'MANOR PIE 789'. So it is populating my database with many duplicates.
#if ( @Na ... |
Topic: Trigger |
ToyBear
Replies: 2
Views: 3663
|
Forum: zMUD General Discussion Posted: Tue Sep 16, 2003 11:20 am Subject: Trigger |
#IF %1>194 {
#wait 2000
cast ~"cause light~" self
} {
#wait 2000
cast ~"cure light~" self
}
It keeps stacking, can i make zmud to pause before scaning the next lines? thanks |
Topic: Trigger |
ToyBear
Replies: 3
Views: 3427
|
Forum: zMUD General Discussion Posted: Mon Sep 15, 2003 4:23 pm Subject: Trigger |
Trigger : You can quest again.
I want to my computer to beep every 3 times "You can quest again".
how can i do it?
|
Topic: BEEP + LOOP |
ToyBear
Replies: 5
Views: 9589
|
Forum: zMUD General Discussion Posted: Wed Sep 10, 2003 1:39 pm Subject: BEEP + LOOP |
hmm what is #6?
anyway it doesn't work i can onli key in
#beep;#alarm +2 |
Topic: BEEP + LOOP |
ToyBear
Replies: 5
Views: 9589
|
Forum: zMUD General Discussion Posted: Tue Sep 09, 2003 10:54 pm Subject: BEEP + LOOP |
i want it to sound on trigger.
Beep (2seconds) Beep (2seconds) Beep (2seconds) Beep (2seconds) Beep (2seconds) Beep (2seconds) |
Topic: BEEP + LOOP |
ToyBear
Replies: 5
Views: 9589
|
Forum: zMUD General Discussion Posted: Mon Sep 08, 2003 1:38 pm Subject: BEEP + LOOP |
hi
i want to make my beep sound with 2 second pause inbetween for 6 loops or rounds.
how do i type tat?
#loop 5 #beep? |
Topic: COPY? |
ToyBear
Replies: 2
Views: 3903
|
Forum: zMUD General Discussion Posted: Sat Sep 06, 2003 2:57 pm Subject: COPY? |
whee thanks works wonder
|
Topic: COPY? |
ToyBear
Replies: 2
Views: 3903
|
Forum: zMUD General Discussion Posted: Sat Sep 06, 2003 11:00 am Subject: COPY? |
I wonder is it possible to do this?
Example.
"ABC is here."
I copied with "ABC" with ctrl-c.
Can i do Look ABC without pasting? |
Topic: Flash + Color |
ToyBear
Replies: 1
Views: 2636
|
Forum: zMUD General Discussion Posted: Fri Sep 05, 2003 9:31 pm Subject: Flash + Color |
#IF (%query( &Name = @IdItem.Name)) {#SHOW DUPLICATE} {#NEW All @IdItem}
How can i make the word DUPLICATE show with Color and Blinking?
Thanks again. (especially Lightbulb) |
Topic: Space in Field? |
ToyBear
Replies: 4
Views: 4479
|
Forum: zMUD General Discussion Posted: Fri Sep 05, 2003 6:45 pm Subject: Space in Field? |
hmm...
so close it in { } ? |
Topic: Space in Field? |
ToyBear
Replies: 4
Views: 4479
|
Forum: zMUD General Discussion Posted: Fri Sep 05, 2003 9:15 am Subject: Space in Field? |
The Field name should be Extra flags not Extraflags.
so do i type #ADDITEM IdItem.Extraflags anti-evil
or do i type #ADDITEM "IdItem.Extra flags" anti-evil
quite blur |
Topic: Trigger |
ToyBear
Replies: 3
Views: 3818
|
Forum: zMUD General Discussion Posted: Fri Sep 05, 2003 7:16 am Subject: Trigger |
there is a space in Extra flags.
so how do i type {#ADDITEM IdItem.Extraflags anti-evil}?
can i type #ADDITEM "IdItem.Extra flags" anti-evil}? |
Topic: Trigger |
ToyBear
Replies: 3
Views: 3818
|
Forum: zMUD General Discussion Posted: Thu Sep 04, 2003 9:35 pm Subject: Trigger |
I want to capture 'hum','magic' & 'burn-proof' and enter it into my database field which is defined as option list.
However it seems nothing happens. It adds 'Extra flags' field in IdItem, but it h ... |
Topic: Database |
ToyBear
Replies: 6
Views: 6194
|
Forum: zMUD General Discussion Posted: Thu Sep 04, 2003 7:31 pm Subject: Database |
whee it worked!!!!!
now left with the database problem.. u tink it has to do with the way i did my script or the database program is defective?
|
Topic: Database |
ToyBear
Replies: 6
Views: 6194
|
Forum: zMUD General Discussion Posted: Thu Sep 04, 2003 6:30 pm Subject: Database |
ooo by the way, I think the original finished mud script is a not tuned. too long |
Topic: Database |
ToyBear
Replies: 6
Views: 6194
|
Forum: zMUD General Discussion Posted: Thu Sep 04, 2003 6:24 pm Subject: Database |
hey i tried out your trigger.
#IF (%query( "&Name" = "@IdItem.Name")) {#SHOW DUPLICATE} {#NEW All @IdItem}
it doesn't seem to detect Similar &Name in the database. It continues adding the same i ... |
Topic: Button |
ToyBear
Replies: 1
Views: 2545
|
Forum: zMUD General Discussion Posted: Thu Sep 04, 2003 3:49 pm Subject: Button |
I want to make my button do 'Ctrl-S'. how do i do it?
I don't want to make a macro.
Thanks.
|
Topic: Database |
ToyBear
Replies: 6
Views: 6194
|
Forum: zMUD General Discussion Posted: Thu Sep 04, 2003 2:12 am Subject: Database |
here the problem
Identify Class
Alias - Id
#Var IdItem ""
#Var TestName ""
#Var Exist ""
identify %1
Trigger - ^Object '(*)' is type (*)
#ADDKEY IdItem {Name=%1|Type=%2}
Trigger - ^Ar ... |
|