Author |
Message |
Topic: databases |
Dumond
Replies: 4
Views: 10256
|
Forum: zMUD General Discussion Posted: Tue Nov 14, 2006 12:07 am Subject: databases |
I believe that the following script will work for you:
#TRIGGER {^You touch &(qitem) to a quest card, and * vanishes!} {
qmob=%prompt( "", "What mob?")
qzone=%prompt( "", "What zone?") ... |
Topic: Bot to walk the mud |
Dumond
Replies: 1
Views: 3599
|
Forum: zMUD General Discussion Posted: Mon Sep 18, 2006 2:05 am Subject: Bot to walk the mud |
What I am trying to do is just walk the mud according to my map.
I have seen lots of posts about killing bots and bots that use LMAP to walk a path. I am however trying to do something slightly di ... |
Topic: Need help creating a trigger |
Dumond
Replies: 5
Views: 8356
|
Forum: zMUD General Discussion Posted: Tue Nov 02, 2004 4:35 am Subject: Need help creating a trigger |
Thanks for the posts.
Nexela,
Is that capturing all of the mob names into an array?? if so how do i access them.
Vorax,
Good call on the a, an, the. I got this to work before these posts ... |
Topic: Need help creating a trigger |
Dumond
Replies: 5
Views: 8356
|
Forum: zMUD General Discussion Posted: Mon Nov 01, 2004 5:27 pm Subject: Need help creating a trigger |
I am trying to strip a single word or even first three letters of a word from a line of mud output. When i look a direction i get the following output:
You see nothing special.
You see the Atlant ... |
|