Author |
Message |
Topic: Trigger Help for Database |
Skaphia
Replies: 6
Views: 4729
|
Forum: zMUD General Discussion Posted: Wed Sep 24, 2003 7:39 pm Subject: Trigger Help for Database |
It is truly a shame that you assume I dismissed Talahaski's answer. It was of minimal help as I mentioned. The problem I am having is that the solution given still does not capture the information on ... |
Topic: Trigger Help for Database |
Skaphia
Replies: 6
Views: 4729
|
Forum: zMUD General Discussion Posted: Tue Sep 23, 2003 1:26 am Subject: Trigger Help for Database |
So far that hasn't been of any use at all. Have any other suggestions? |
Topic: Trigger Help for Database |
Skaphia
Replies: 6
Views: 4729
|
Forum: zMUD General Discussion Posted: Mon Sep 22, 2003 10:05 pm Subject: Trigger Help for Database |
I am building a database script for items in my mud. So far I have every field covered except how to trigger the following:
Object 'a wraith weapon'...
It is a level 18 staff, weight 5.
Locations ... |
Topic: input trigger problems |
Skaphia
Replies: 3
Views: 4385
|
Forum: zMUD General Discussion Posted: Sat Jun 21, 2003 12:20 pm Subject: input trigger problems |
perhaps I should mention I have vs. 5.55, i can't seem to find anything that will help. |
Topic: input trigger problems |
Skaphia
Replies: 3
Views: 4385
|
Forum: zMUD General Discussion Posted: Fri Jun 20, 2003 9:18 am Subject: input trigger problems |
I am attempting to create a trigger that replaces all the letters said with another character. I have a few problems, I can't get the syntax correct for replacing each different letter in a word and I ... |
Topic: Database trigger for an auction |
Skaphia
Replies: 3
Views: 3679
|
Forum: zMUD General Discussion Posted: Mon Apr 21, 2003 9:38 pm Subject: Database trigger for an auction |
ahh thank you indeed.. I never knew you could search back for past scripts.. I of course checked their first to no avail. Once again you save my game playing experience.
|
Topic: Database trigger for an auction |
Skaphia
Replies: 3
Views: 3679
|
Forum: zMUD General Discussion Posted: Mon Apr 21, 2003 1:06 pm Subject: Database trigger for an auction |
Nobody has any information on how to do something like this ? :((((
|
Topic: Database trigger for an auction |
Skaphia
Replies: 3
Views: 3679
|
Forum: zMUD General Discussion Posted: Sun Apr 20, 2003 5:39 pm Subject: Database trigger for an auction |
I want to make a Database of information on the equipment that exists in our mud (Realms of Despair). We have an auction channel that people auction off equipment on. I wanted to know if it was possib ... |
Topic: special character problems? |
Skaphia
Replies: 3
Views: 3547
|
Forum: zMUD General Discussion Posted: Fri Apr 18, 2003 8:08 pm Subject: special character problems? |
I am trying to create a variable that saves 4 different lines of text into 4 different variables. The lines of text all come up at once under one command and look like:
STR : 12(12)
INT : 14(13) ... |
Topic: Advice on a trigger? |
Skaphia
Replies: 3
Views: 3399
|
Forum: zMUD General Discussion Posted: Wed Mar 12, 2003 4:52 pm Subject: Advice on a trigger? |
I should probably mention that I am saving each person's hand every time they raise it. So if 3 people raise their hands (jack, jill and joe) the status bar would display:
Jack Jill Joe
I want to kn ... |
Topic: Advice on a trigger? |
Skaphia
Replies: 3
Views: 3399
|
Forum: zMUD General Discussion Posted: Wed Mar 12, 2003 4:49 pm Subject: Advice on a trigger? |
What I am attempting to do is create a trigger to capture a person's hand being raised. For example I want this:
(%w) raises their hand.
To save the name of the person into a variable and then disp ... |
Topic: frontslash problems???? |
Skaphia
Replies: 6
Views: 8509
|
Forum: zMUD General Discussion Posted: Wed Mar 12, 2003 4:45 pm Subject: frontslash problems???? |
Yeah, like I mentioned, the tilde doesn't worke because it creates an ae symbol and still screws up.
|
Topic: frontslash problems???? |
Skaphia
Replies: 6
Views: 8509
|
Forum: zMUD General Discussion Posted: Fri Mar 07, 2003 12:46 pm Subject: frontslash problems???? |
No, technically it is not. But it still acts like one in trigger scripts. And no, the seperator character is still active. I don't think you understand the problem. Please reply people, seems like a s ... |
Topic: Windows missing?? |
Skaphia
Replies: 2
Views: 3421
|
Forum: zMUD General Discussion Posted: Fri Mar 07, 2003 10:49 am Subject: Windows missing?? |
Sounds like your computer has some RAM issues. I could be wrong though. Doesn't look like this is a software problem.
|
Topic: frontslash problems???? |
Skaphia
Replies: 6
Views: 8509
|
Forum: zMUD General Discussion Posted: Fri Mar 07, 2003 10:28 am Subject: frontslash problems???? |
Its as simple as this:
I use 5.55 and cannot modify the / special character to be inactive. So I have a script that looks like:
bio
/c
random info
/s
The reason why being they edit commands on o ... |
Topic: file writing question |
Skaphia
Replies: 8
Views: 5381
|
Forum: zMUD General Discussion Posted: Fri Jan 31, 2003 5:54 am Subject: file writing question |
That looks like it solves the first problem, even though I still don't know how to plug that into my zmud, still though need a solution for the second one? anyone?
|
Topic: file writing question |
Skaphia
Replies: 8
Views: 5381
|
Forum: zMUD General Discussion Posted: Fri Jan 31, 2003 5:11 am Subject: file writing question |
Yes but how do I write that line of them taking it out into a text file?
|
Topic: file writing question |
Skaphia
Replies: 8
Views: 5381
|
Forum: zMUD General Discussion Posted: Fri Jan 31, 2003 4:57 am Subject: file writing question |
I have two questions about writing and reading from files. Perhaps you all can find an easy way to do what I need. I play on Realms of Despair and what I want to accomplish first is.. whenever someone ... |
Topic: Help to get a trigger responding from list? |
Skaphia
Replies: 5
Views: 4985
|
Forum: zMUD General Discussion Posted: Wed Jan 08, 2003 8:17 pm Subject: Help to get a trigger responding from list? |
thats perfect, thanks :)
Skaphia
|
Topic: Help to get a trigger responding from list? |
Skaphia
Replies: 5
Views: 4985
|
Forum: zMUD General Discussion Posted: Wed Jan 08, 2003 5:17 pm Subject: Help to get a trigger responding from list? |
By the way, it has to do be something a little more in depth than #CASE %random or something because with 1000 commands it tends to lag my connection out whenever it has to randomly pick one of those ... |
Topic: Help to get a trigger responding from list? |
Skaphia
Replies: 5
Views: 4985
|
Forum: zMUD General Discussion Posted: Wed Jan 08, 2003 5:04 pm Subject: Help to get a trigger responding from list? |
quote:
Since we don't know anything about how you have the list stored, we can't provide help on turning it into a variable. However, it most likely is possible. The amount of work involved depends o ... |
Topic: Help to get a trigger responding from list? |
Skaphia
Replies: 5
Views: 4985
|
Forum: zMUD General Discussion Posted: Wed Jan 08, 2003 10:35 am Subject: Help to get a trigger responding from list? |
I play Realms of Despair and I need a way to have a line of text sauch as:
The dungeon bell rings loudly.
To trigger a random command from a list of about 1000 commands. Is that possible? And if ... |
Topic: minor trigger problems for variables |
Skaphia
Replies: 4
Views: 4655
|
Forum: zMUD General Discussion Posted: Wed Dec 18, 2002 7:57 pm Subject: minor trigger problems for variables |
Nods you are right about the upgrade. Changed it all around after re-reading your post. Wasn't QUITE understanding but I understand now and it works great. Thanks again.
Skaphia
|
Topic: minor trigger problems for variables |
Skaphia
Replies: 4
Views: 4655
|
Forum: zMUD General Discussion Posted: Wed Dec 18, 2002 7:41 pm Subject: minor trigger problems for variables |
quote:
First, you don't use %1..%n inside the tirgger's pattern. What you do is use wildcards and surround them by parenthesis, then the values matched by this wildcards is saved in %1..%n for you to ... |
Topic: minor trigger problems for variables |
Skaphia
Replies: 4
Views: 4655
|
Forum: zMUD General Discussion Posted: Wed Dec 18, 2002 7:09 pm Subject: minor trigger problems for variables |
I play on Realms of Despair and am attempting to make a trigger to brew potions.
Currently my trigger pattern is:
%1 says 'Skaphia? Will you please brew me %2 %3 ?'
%2 representing how many I w ... |
|