Author |
Message |
Topic: DB |
whovind
Replies: 17
Views: 19445
|
Forum: zMUD General Discussion Posted: Tue Dec 03, 2002 12:17 am Subject: DB |
quote:
Affects: STR By 2
Affects: HITROLL By 2
I wanted 2 lines in the DB field "Affects": (1st line)STR 2
(2nd linw)HITROLL 2
Anyway of doing this? Thanks
I would suggest using ... |
Topic: How to capture Mob descriptions |
whovind
Replies: 0
Views: 2923
|
Forum: zMUD General Discussion Posted: Mon Dec 02, 2002 10:27 pm Subject: How to capture Mob descriptions |
Hi
I've written some triggers and such to add mobs that I identify to another DB. I would like to be able to do the following:
1. Ident the mob. If it's not there then add it to the db.
2. do ... |
Topic: DB Seek --- slow |
whovind
Replies: 1
Views: 3469
|
Forum: zMUD General Discussion Posted: Mon Dec 02, 2002 10:23 pm Subject: DB Seek --- slow |
I've managed to write the triggers and such to populate an EQ db. It all works and I'm happy with how it functions. The problem at this point is simply speed. The DB contains about 3000 records and ... |
Topic: Finding Duplicates with %Query |
whovind
Replies: 1
Views: 3471
|
Forum: zMUD General Discussion Posted: Wed Nov 20, 2002 8:04 pm Subject: Finding Duplicates with %Query |
I'd like to only add records to a DB when the record doesn't already exist. At some point perhaps do updates as well. The problem is the unique "key" as far as the mud is concerned isn't t ... |
Topic: HOWTO create database, load/save records ? |
whovind
Replies: 4
Views: 8547
|
Forum: zMUD General Discussion Posted: Wed Nov 20, 2002 7:22 pm Subject: HOWTO create database, load/save records ? |
quote:
#FORALL %find(1995, "", "year") {#SAY %expanddb(%dbget(%i), " ")}
Is that function (expanddb) supported in version 6.16? I'm trying to do something simila ... |
|