Author |
Message |
Topic: Out of control alarm |
Kalma
Replies: 2
Views: 1152
|
Forum: zMUD General Discussion Posted: Sun Jun 13, 2004 2:09 pm Subject: Out of control alarm |
Hi,
Just a thank note, I did the same thing today :P
I did #alarm 1 {stuff} instead of +1 and I couldn't figure out how to stop it short of nuking my triggers.
k
|
Topic: Database querying |
Kalma
Replies: 8
Views: 2091
|
Forum: zMUD General Discussion Posted: Fri Apr 09, 2004 7:44 pm Subject: Database querying |
I almost put this on another thread that dealt with similiar results, but didn't because I figured I should stay with my own and not confuse people.
To prevent the code from getting called so quic ... |
Topic: Database querying |
Kalma
Replies: 8
Views: 2091
|
Forum: zMUD General Discussion Posted: Fri Apr 09, 2004 4:58 pm Subject: Database querying |
Hi :)
I've had about a month to test it and probably 90% of the time it works great, however I'm running into a very odd problem.
When it does a search for the person's name sometimes it won't f ... |
Topic: Database querying |
Kalma
Replies: 8
Views: 2091
|
Forum: zMUD General Discussion Posted: Wed Mar 17, 2004 6:47 am Subject: Database querying |
That worked perfectly. I probably cut all the code in half and while I haven't run it in the game yet, all tests appear to work quickly and correctly.
Thank you so much for all your help!
k |
Topic: Database querying |
Kalma
Replies: 8
Views: 2091
|
Forum: zMUD General Discussion Posted: Tue Mar 16, 2004 10:54 pm Subject: Database querying |
Because the records aren't entered in the order I want. I could probably use the record number to update or create a new entry, but I'd still have to search through the view once to find their row num ... |
Topic: Database querying |
Kalma
Replies: 8
Views: 2091
|
Forum: zMUD General Discussion Posted: Tue Mar 16, 2004 5:43 pm Subject: Database querying |
Hi :)
Summary:
Is there another way of #view/#find/#query (or their % counterparts) that just returns the row number (not the record number) of something from a view?
Background:
I've crea ... |
|