Register to post in forums, or Log in to your existing account
 
:
Search found 68 matches for:
Page 1 of 3 Goto page 1, 2, 3  Next
Author Message
  Topic: problem with following mode
zeiuszeppo

Replies: 4
Views: 5340

PostForum: zMUD General Discussion   Posted: Sun Sep 07, 2003 1:05 pm   Subject: problem with following mode
i made this trigger, is it right for my problem?

pattern: (*)TICK IN 5 SECONDS.
value: #nomap
#IF (%1!="") {#ECHOprompt %-1}

This way I should rewrite the first part of the lin ...
  Topic: problem with following mode
zeiuszeppo

Replies: 4
Views: 5340

PostForum: zMUD General Discussion   Posted: Sun Sep 07, 2003 10:50 am   Subject: problem with following mode
I need that message, I have some troggers firing with it. There is another way?
  Topic: problem with following mode
zeiuszeppo

Replies: 4
Views: 5340

PostForum: zMUD General Discussion   Posted: Sat Sep 06, 2003 11:44 pm   Subject: problem with following mode
hi guys. I have this problem, when I follow on the mapper
sometimes (specially when lagging) I losr my self in a room
due to "Timer now at 60 secs." message. Look at this example

A trail throught ...
  Topic: problem with following mode
zeiuszeppo

Replies: 2
Views: 4000

PostForum: zMUD General Discussion   Posted: Wed Aug 27, 2003 6:45 pm   Subject: problem with following mode
yeah, it works:)
tnk!
  Topic: speedwalking and trigger
zeiuszeppo

Replies: 3
Views: 4906

PostForum: zMUD General Discussion   Posted: Wed Aug 27, 2003 1:47 pm   Subject: speedwalking and trigger
I made it, tnk for helping Kiata
  Topic: problem with following mode
zeiuszeppo

Replies: 2
Views: 4000

PostForum: zMUD General Discussion   Posted: Wed Aug 27, 2003 1:46 pm   Subject: problem with following mode
hi, in the mud where i play there are some room like this:

Storage Room


An imp is here.

----------------
North - Alley
----------------


this room has no description and the mapper fa ...
  Topic: speedwalking and trigger
zeiuszeppo

Replies: 3
Views: 4906

PostForum: zMUD General Discussion   Posted: Wed Aug 27, 2003 1:03 pm   Subject: speedwalking and trigger
this doesnt seem to work. zmud always show me room number 1
  Topic: speedwalking and trigger
zeiuszeppo

Replies: 3
Views: 4906

PostForum: zMUD General Discussion   Posted: Wed Aug 27, 2003 9:34 am   Subject: speedwalking and trigger
hi, I'm writting a sets of trigger to fast-questing on a mud with a questor mob.
I can trigger the quest to have two vars containing Zone name and Room name
but I dont know how to find the speedwalk ...
  Topic: sim a run in the mapper
zeiuszeppo

Replies: 2
Views: 3805

PostForum: zMUD General Discussion   Posted: Wed Oct 02, 2002 1:37 pm   Subject: sim a run in the mapper
i solved with this trigger on imput:

pattern:
run (?)

value:
#MATH MovCon 0
#UNTIL (%roomlink( %roomnum, %1)<=0 AND %roomlink( %roomnum, %1)!=-2) {
#MOVE %1
#MATH MovCon @MovCon+1
...
  Topic: sim a run in the mapper
zeiuszeppo

Replies: 2
Views: 3805

PostForum: zMUD General Discussion   Posted: Fri Sep 27, 2002 7:00 pm   Subject: sim a run in the mapper
Hi guys.
I'd like to write an alias to sim a run to let zmud automapper follow correctly my moves.
run w -> automapper "understands" what I mean and bring me to the last west location
...
  Topic: splitting 2 lines
zeiuszeppo

Replies: 1
Views: 2988

PostForum: zMUD General Discussion   Posted: Wed Sep 25, 2002 7:12 pm   Subject: splitting 2 lines
Another one.
Sometimes I receive a line really after the prompt like this:

HP:100/100 MANA:50/50 MOV:150/150 > Midgaard square
sfsa gdngdosi .....

This cause me (better zmud:) ) to lose so ...
  Topic: trigger a mid word
zeiuszeppo

Replies: 1
Views: 2725

PostForum: zMUD General Discussion   Posted: Wed Sep 25, 2002 7:08 pm   Subject: trigger a mid word
Hi guys, I like to write something like this:
as I write :
blah blah blah CRED blah blah blah (blah means something optional,etc)
and zmud sends mud:
blah blah blah $c00xx blah blah blah

I wan ...
  Topic: class ?
zeiuszeppo

Replies: 2
Views: 3172

PostForum: zMUD General Discussion   Posted: Thu Sep 12, 2002 8:24 pm   Subject: class ?
Hi, is there a way at runtime to know if
a class folder exist or not?

  Topic: connected or not
zeiuszeppo

Replies: 3
Views: 4485

PostForum: zMUD General Discussion   Posted: Mon Sep 02, 2002 11:03 pm   Subject: connected or not
not correct...%ctime tells me only the last
connection time, even if now i'm disconnected
I made it adding a VAR assign in the aliases
atconnect, atdisconnect, to set a var to tell
me if I'm conne ...
  Topic: connected or not
zeiuszeppo

Replies: 3
Views: 4485

PostForum: zMUD General Discussion   Posted: Mon Sep 02, 2002 10:13 pm   Subject: connected or not
is there a way to ask zmud if I'm connected
to the mud?

  Topic: using #WRITE command
zeiuszeppo

Replies: 3
Views: 4558

PostForum: zMUD General Discussion   Posted: Mon Sep 02, 2002 6:28 pm   Subject: using #WRITE command
no way. zMUD "loses" the brackets [ ...

  Topic: using #WRITE command
zeiuszeppo

Replies: 3
Views: 4558

PostForum: zMUD General Discussion   Posted: Mon Sep 02, 2002 5:19 pm   Subject: using #WRITE command
HI guys,
I need to write to a file the "
...
#WRITE 1 @Title
...
...
#READ 1 @Title
....
then have the Title var correctry "[CDS]"

how can I do?

  Topic: use of files
zeiuszeppo

Replies: 2
Views: 3976

PostForum: zMUD General Discussion   Posted: Sat Aug 10, 2002 9:45 pm   Subject: use of files
Ops, I really miss that line.
Sorry guys!
Shoud zMUD do that maybe...

  Topic: problem with [ brakets
zeiuszeppo

Replies: 2
Views: 3259

PostForum: zMUD General Discussion   Posted: Sat Aug 10, 2002 8:51 pm   Subject: problem with [ brakets
Hi guys
I have a var like this
@Title : "hello [Hello]"

how can I send to mud the var correctly
using a commeand like:

title @Title

?

Thanks

  Topic: use of files
zeiuszeppo

Replies: 2
Views: 3976

PostForum: zMUD General Discussion   Posted: Sat Aug 10, 2002 6:22 pm   Subject: use of files
how can I refer to a file in a different dir
from zMud dir using #FILE command?
ie: #FILE "mudmudCharles.txt"
(that obviously isnt right:) )

  Topic: password for zmud files
zeiuszeppo

Replies: 1
Views: 2739

PostForum: zMUD General Discussion   Posted: Sat Aug 10, 2002 6:20 pm   Subject: password for zmud files
I'd like to know if is it possible to add a password on the code of a file, not for
the simple use of it, but only if someone try to midify the code.
This could be add easely in the next version of ...
  Topic: using windows
zeiuszeppo

Replies: 1
Views: 2906

PostForum: zMUD General Discussion   Posted: Tue May 21, 2002 6:27 pm   Subject: using windows
hi
is there a way to resize and move a window
by code?

  Topic: copying classes
zeiuszeppo

Replies: 2
Views: 3492

PostForum: zMUD General Discussion   Posted: Thu May 02, 2002 11:15 am   Subject: copying classes
Is there a way to copy and rename a class in tge settings by code? without using menus?

  Topic: locking the code
zeiuszeppo

Replies: 1
Views: 3072

PostForum: zMUD General Discussion   Posted: Wed May 01, 2002 9:41 pm   Subject: locking the code
Is there a way to lock the settings (trigger,
alias,etc) from modifying ?


  Topic: color of a var
zeiuszeppo

Replies: 7
Views: 6685

PostForum: zMUD General Discussion   Posted: Mon Apr 15, 2002 10:13 am   Subject: color of a var
ok, now it fires sometimes, but...
It doesn't fire on che commands
I write or the trigger commands. Thats no
good. I want to trigger really them...and
as you know commands are yellow.
Any tip for ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net