Author |
Message |
Topic: PICK Problem |
Borbarad
Replies: 1
Views: 2801
|
Forum: zMUD General Discussion Posted: Wed Jul 20, 2005 8:33 pm Subject: PICK Problem |
I have done some testing with it, but i still do not find a solution for my problem:
#Var test "hallo"
#Var newmob2 ""
#PICK {p:Select an action:} {o:1} {Saying(@test):say @test}
#PICK {p:Select ... |
Topic: PICK Problem |
Borbarad
Replies: 1
Views: 2801
|
Forum: zMUD General Discussion Posted: Thu Jul 07, 2005 9:35 pm Subject: PICK Problem |
#PICK {
p:Select an action:} {
Name(@newmob2.Name):%prompt( @newmob2.Name, "Name?")} {
Loads:#addkey {newmob2} {Loads} {%prompt( @newmob2.Loads, "Loads?")}}
This is what i have at the moment. Th ... |
Topic: 2 databases, to much output and then crush |
Borbarad
Replies: 0
Views: 1885
|
Forum: zMUD General Discussion Posted: Thu Jun 02, 2005 11:01 pm Subject: 2 databases, to much output and then crush |
I have an alias called find
this is what is in it:
#DBLOAD mobs
#FIND (%1) All
#DBRESET
#DBCLOSE mobs
#DBLOAD items
#FIND (%1) All
#DBRESET
I want my alias to search in two databases. But w ... |
Topic: Two databases, querys on both --> crashing db |
Borbarad
Replies: 0
Views: 1904
|
Forum: zMUD General Discussion Posted: Thu Apr 14, 2005 11:02 pm Subject: Two databases, querys on both --> crashing db |
I have one Alias:
#DBLOAD mobs
#DBRESET
data = %query( &Room=%roomkey, All)
#SHOW %crlf%roomname (%roomkey) --- Inhalt:%numitems( @data)
#SHOW ----------------------------
#IF (%numitems( % ... |
Topic: #SHOWDB %dbget(%query --> multiple outputs |
Borbarad
Replies: 2
Views: 3094
|
Forum: zMUD General Discussion Posted: Thu Apr 14, 2005 10:16 pm Subject: #SHOWDB %dbget(%query --> multiple outputs |
Cool, thank you! Your post helped me alot!
Here is my outcome:
#DBLOAD mobs
#DBRESET
data = %query( &Room=%roomkey, All)
#SHOW %crlf%roomname (%roomkey) --- Inhalt:%numitems( @data)
#SHOW ... |
Topic: #SHOWDB %dbget(%query --> multiple outputs |
Borbarad
Replies: 2
Views: 3094
|
Forum: zMUD General Discussion Posted: Wed Apr 13, 2005 6:11 pm Subject: #SHOWDB %dbget(%query --> multiple outputs |
I have a mob database. When i stand in a room i type rinfo which executes the alias on the bottom. The alias should give me the information
of the mobs who are in the current room. It works apart fro ... |
Topic: Moving rooms |
Borbarad
Replies: 4
Views: 5792
|
Forum: zMUD General Discussion Posted: Wed Mar 16, 2005 2:46 am Subject: Moving rooms |
---The mud i play has some "moving" rooms. for example
A Long Dock
[...]
[ Exits: north, south, ship ]
>enter ship
On a Ship
[...]
[ Exits: dock ]
--- After some ti ... |
Topic: Adding Records |
Borbarad
Replies: 2
Views: 2913
|
Forum: zMUD General Discussion Posted: Thu Feb 10, 2005 4:21 pm Subject: Adding Records |
From time to time i see items in the mud i play.
Now i want to add the name of these items into a db.
I used the #new command. When i see one item several
times then for each time one entry is crea ... |
Topic: Mapper Named Exits |
Borbarad
Replies: 1
Views: 2453
|
Forum: zMUD General Discussion Posted: Thu Feb 10, 2005 4:16 pm Subject: Mapper Named Exits |
The AutoMapper works for the normal exits like north, south etc. , but the mud i play uses often named exits
Inside Cottage
Upon entering this cottage, there is a small hallway going off to the ... |
|