Register to post in forums, or Log in to your existing account
 
:
Search found 48 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: Database records help
remus

Replies: 10
Views: 10407

PostForum: zMUD General Discussion   Posted: Sun Sep 11, 2005 11:13 am   Subject: Database records help
#TRIGGER {lan#IF (@Fish_records/type="%item( @Fish_records/fname, 1)") {#IF (@Fish_records/Fchecker>%item( @Fish_records/current, 1)) {#Addi records {%proper( @type) @pounds @ounces @date}};#VAR cu ...
  Topic: Database records help
remus

Replies: 10
Views: 10407

PostForum: zMUD General Discussion   Posted: Sun Sep 11, 2005 6:03 am   Subject: Database records help
Ah ok, I think I will go back to variables and string lists. The database is a great storage idea but doesnt seem to do effectively what I need. Thanks for all the help anyways!
  Topic: Database records help
remus

Replies: 10
Views: 10407

PostForum: zMUD General Discussion   Posted: Sat Sep 10, 2005 2:00 pm   Subject: Database records help
Anyone have any ideas. As I said I am not familar with the database system. I figure there has to be a way to compare all the Pounds and Ounces columns while using the Type column as the point of refe ...
  Topic: Database records help
remus

Replies: 10
Views: 10407

PostForum: zMUD General Discussion   Posted: Tue Sep 06, 2005 1:40 pm   Subject: Database records help
Matt you so rock! It let me go out to 250 characters which makes it work.
I now have just 2 triggers that capture all the fish I catch, this is much better anyways because I can look at them all.
Al ...
  Topic: Database records help
remus

Replies: 10
Views: 10407

PostForum: zMUD General Discussion   Posted: Sun Sep 04, 2005 5:52 pm   Subject: Database records help
No, that doesnt work I am sorry. By upping pagewidth all you do is cause it to wrap at a different location in the sentence. This still breaks it up into odd lengths and so multitriggers are still nee ...
  Topic: Database records help
remus

Replies: 10
Views: 10407

PostForum: zMUD General Discussion   Posted: Sun Sep 04, 2005 2:14 pm   Subject: Database records help
Ok this will sound long winded but its pretty simple what I am trying to do.

I have a trigger like this:
Trigger: landed a yellow perch weighing (%d) pounds and (%d) ounces.
Value: #NEW Fishing { ...
  Topic: Displaying an #Alarm as a button?
remus

Replies: 4
Views: 5032

PostForum: zMUD General Discussion   Posted: Wed Aug 31, 2005 2:45 pm   Subject: Displaying an #Alarm as a button?
Worked it out. Thanks!
  Topic: Displaying an #Alarm as a button?
remus

Replies: 4
Views: 5032

PostForum: zMUD General Discussion   Posted: Sun Aug 28, 2005 7:06 pm   Subject: Displaying an #Alarm as a button?
I have a set of alarms that I would like to be able to keep a visual track of. When it was only one it was a simple matter of just using the timer. Now that I have 3 that all fire at varying times I w ...
  Topic: Problem with Achaea View capture
remus

Replies: 2
Views: 3993

PostForum: zMUD General Discussion   Posted: Sun Aug 14, 2005 11:47 am   Subject: Problem with Achaea View capture
FIXED.
Thanks!
  Topic: Problem with Achaea View capture
remus

Replies: 2
Views: 3993

PostForum: zMUD General Discussion   Posted: Sun Aug 14, 2005 8:12 am   Subject: Problem with Achaea View capture
Greetings, could someone please take a quick look at this and point out what I am doing wrong?

Trigger You see (%w) at (*)

Value:
#IF (%2=%item( @destinations, 1) ...
  Topic: Closing Settings File Freezes Zmud?
remus

Replies: 2
Views: 4526

PostForum: zMUD General Discussion   Posted: Fri Aug 12, 2005 5:21 am   Subject: Closing Settings File Freezes Zmud?
Ok it must be settings file corruption somewhere, did what you said and it prompted me to save no problem, clicked save and it froze. Hanks for the help, time to go though all my settings and find the ...
  Topic: Closing Settings File Freezes Zmud?
remus

Replies: 2
Views: 4526

PostForum: zMUD General Discussion   Posted: Thu Aug 11, 2005 3:11 pm   Subject: Closing Settings File Freezes Zmud?
Greetings,
I recently updated to 7.13b and imported my settings file. It seemed to be fine but after a small time I needed to open the file. I fixed the broken trigger and clicked the X in the corner ...
  Topic: More Achaea Trigger problems
remus

Replies: 6
Views: 9594

PostForum: zMUD General Discussion   Posted: Tue Aug 09, 2005 3:43 pm   Subject: More Achaea Trigger problems
Ok I have it all working but I want it to be more accurate.
How do I convert it so it will show decimal places in kilos?

This is what I have but it doesnt work.

#TR {(%d) pounds ...
  Topic: #echoing a stringlist in list form
remus

Replies: 22
Views: 22782

PostForum: zMUD General Discussion   Posted: Sat Dec 18, 2004 4:30 pm   Subject: #echoing a stringlist in list form
Can anyone see why they dont work? If the answer is that you cant could you tell me that too, It might be something I am missing. I really need an opinion.
  Topic: #echoing a stringlist in list form
remus

Replies: 22
Views: 22782

PostForum: zMUD General Discussion   Posted: Wed Dec 15, 2004 6:15 am   Subject: #echoing a stringlist in list form
I have done the status window, it is the triggers that I cant get to capture the text that are the problem. When I test the trigger by copying a line from th who is works perfect and allocates each th ...
  Topic: #echoing a stringlist in list form
remus

Replies: 22
Views: 22782

PostForum: zMUD General Discussion   Posted: Tue Dec 14, 2004 8:50 pm   Subject: #echoing a stringlist in list form
Just a quick note to say since posting this I have tried it as a long nested if statement like below but still no luck:


#IF (%1=CF) {#ADDITEM cfwho {%format( "&-10s ...
  Topic: Default keypad movement macros not working (Auto NumLock)
remus

Replies: 3
Views: 6489

PostForum: zMUD General Discussion   Posted: Tue Dec 14, 2004 5:30 pm   Subject: Default keypad movement macros not working (Auto NumLock)
Does your class window have a systems class, it sounds like you dont have it
  Topic: How to repeat attack until miss or designated number reached
remus

Replies: 2
Views: 3705

PostForum: zMUD General Discussion   Posted: Tue Dec 14, 2004 9:56 am   Subject: How to repeat attack until miss or designated number reached

#Class SlashAttack
#TR {~"You are re-balanced.~"} {#IF (@X =3) {Feint Slash @Target; X=0} {Slash @Target;#ADD X 1}}
#TR {~"You t ...
  Topic: ANSI graphics?
remus

Replies: 4
Views: 5032

PostForum: zMUD General Discussion   Posted: Tue Dec 14, 2004 9:36 am   Subject: ANSI graphics?
If you mean Ascii graphics like pictures and stuff you put in alias' then you can use %char(32).
If you mean so that they display right on your screen it is usually a matter of using the correct font ...
  Topic: #echoing a stringlist in list form
remus

Replies: 22
Views: 22782

PostForum: zMUD General Discussion   Posted: Mon Dec 13, 2004 8:32 pm   Subject: #echoing a stringlist in list form
I have decided to try something harder and I thought these should work but for some reason they dont work properly or not at all?

Here is my who list

----------===========Mortals===========----- ...
  Topic: Ascii Sig within an alias
remus

Replies: 1
Views: 2972

PostForum: zMUD General Discussion   Posted: Tue Dec 07, 2004 10:34 am   Subject: Ascii Sig within an alias
I have an signature that I want to place within an alias for easy signing of
notes. The problem I have is this: look below

Signature is:

_ _
_( ^ )_ Harry Woody
( ...
  Topic: #echoing a stringlist in list form
remus

Replies: 22
Views: 22782

PostForum: zMUD General Discussion   Posted: Tue Nov 30, 2004 8:59 am   Subject: #echoing a stringlist in list form
That last one is perfect and so much easier! Thanks
  Topic: #echoing a stringlist in list form
remus

Replies: 22
Views: 22782

PostForum: zMUD General Discussion   Posted: Mon Nov 29, 2004 11:59 am   Subject: #echoing a stringlist in list form
It works as far as creating a #var cwho that looks like this:

Gary 45||jeremy 53||mark 12||Jamie 12||

But the status window doesnt work at all.

Also it causes the other stuff within the Statu ...
  Topic: #echoing a stringlist in list form
remus

Replies: 22
Views: 22782

PostForum: zMUD General Discussion   Posted: Mon Nov 29, 2004 9:40 am   Subject: #echoing a stringlist in list form
So then I would have this?

#TR {(%d)] (%w)} {#addkey cwho "%2 %1"}

And all the rest above in the who alias like this?

#alias who
Value:
#VAR tempcwho {%replace(@cwho," ","=")}
#VAR cwho ...
  Topic: #echoing a stringlist in list form
remus

Replies: 22
Views: 22782

PostForum: zMUD General Discussion   Posted: Sun Nov 28, 2004 6:49 pm   Subject: #echoing a stringlist in list form
Thanks for the Expandlist commmand that has been a total help to me in more ways than just the status window. I find it amazing that the smallest things often change so much. I have basically rewritte ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net