Author |
Message |
Topic: Tick timer going out of sync |
murklin
Replies: 3
Views: 4853
|
Forum: zMUD General Discussion Posted: Tue Nov 03, 2009 5:17 pm Subject: Tick timer going out of sync |
but latency would have no effect on a tic timer... it doesn't wait for a response from the server once it's set.
Ive used the ticker before on XP for hours just fine. something else is definit ... |
Topic: Tick timer going out of sync |
murklin
Replies: 3
Views: 4853
|
Forum: zMUD General Discussion Posted: Tue Nov 03, 2009 4:50 pm Subject: Tick timer going out of sync |
Ticks on my mud are 15 seconds, when I set my TS to 15 seconds it's fine for about 2 passes, then it slowly starts to get out of sync.
I assume this is something to do with my system clock not work ... |
Topic: Wondering how to do this |
murklin
Replies: 2
Views: 2689
|
Forum: zMUD General Discussion Posted: Tue May 05, 2009 11:05 am Subject: Wondering how to do this |
apparently it was as simple as adding quotes around %1
sigh
Which will lead me to my next question, how does one use wildcards in an array?
For example, {A %1 chipmunk is here.=A %1 c ... |
Topic: Wondering how to do this |
murklin
Replies: 2
Views: 2689
|
Forum: zMUD General Discussion Posted: Tue May 05, 2009 9:57 am Subject: Wondering how to do this |
I'm trying to make leveling a bit easier by adding stuff that I come across to a variable, which I can then attack with a simple numpad macro instead of having to type out 'kill bla blah'
I figured ... |
Topic: Newbie Variable Question |
murklin
Replies: 5
Views: 4259
|
Forum: zMUD General Discussion Posted: Wed Apr 01, 2009 10:46 am Subject: Newbie Variable Question |
DBPUT
Syntax: #DBPUT database-rec value-list
Related: #DBGET
Saves new data to an existing database record. database-rec is the record number to set, with the optional two-character database n ... |
Topic: Newbie Variable Question |
murklin
Replies: 5
Views: 4259
|
Forum: zMUD General Discussion Posted: Wed Apr 01, 2009 6:43 am Subject: Newbie Variable Question |
So I read through the variable guide and it's extremely brief, so I figured this would be a better place to ask.
1) Why are the only temporary variables people use with letters seeming to be s d ... |
Topic: Database Question |
murklin
Replies: 0
Views: 1858
|
Forum: zMUD General Discussion Posted: Wed Apr 01, 2009 5:42 am Subject: Database Question |
I'm pretty new to scripting so this has been stumping me for a few days now. Basically what I'm trying to do is have a trigger that when someone asks me someone's name, I pull their info from a DB and ... |
|