Register to post in forums, or Log in to your existing account
 
:
Search found 39 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: Math Functions for Very Large Numbers
icedsun

Replies: 1
Views: 8472

PostForum: Finished MUD Scripts   Posted: Thu Apr 13, 2006 10:28 am   Subject: Math Functions for Very Large Numbers
One thing... does anybody know how to make "#SCRIPT" functions save? Whenever I close the character's window, all the scripts are gone if you re-open the character. I have to add all the "#SCRIPT" c ...
  Topic: Math Functions for Very Large Numbers
icedsun

Replies: 1
Views: 8472

PostForum: Finished MUD Scripts   Posted: Wed Apr 12, 2006 3:45 am   Subject: Math Functions for Very Large Numbers
Okay, this is what i'm using as my solution to the approximate 2 Billion number limit in zMUD. It's an extension of what others have posted in the past...
#SCRIPT {function add(x,y): ...
  Topic: %mss() and Syntax Checking
icedsun

Replies: 3
Views: 5647

PostForum: zMUD General Discussion   Posted: Wed Apr 12, 2006 3:20 am   Subject: %mss() and Syntax Checking
Whenever I have an alias or trigger that uses %mss() in it, the script syntax checking shows it as a syntax error. For instance, if my alias is this:
#VAR a %mss(add(@b,@c))
Then th ...
  Topic: How to keep too-many-commands from being sent.
icedsun

Replies: 5
Views: 8508

PostForum: zMUD General Discussion   Posted: Wed Mar 29, 2006 8:24 am   Subject: How to keep too-many-commands from being sent.
Thank you everybody.... I think I can construct the proper command parser now. Thanks again!
  Topic: How to keep too-many-commands from being sent.
icedsun

Replies: 5
Views: 8508

PostForum: zMUD General Discussion   Posted: Tue Mar 28, 2006 1:15 am   Subject: How to keep too-many-commands from being sent.
Alarms would be fine if I was individually parsing everything on my own. With a trigger system this complicated and gigantic, it wouldn't be feasible to alarm every single command sent to the MUD - p ...
  Topic: zMUD 7.04 & CoffeeMUD
icedsun

Replies: 24
Views: 35609

PostForum: zMUD General Discussion   Posted: Sat Mar 25, 2006 11:54 am   Subject: Big No No (*)
I thought that triggering off of (*) was a big no-no!
  Topic: How to keep too-many-commands from being sent.
icedsun

Replies: 5
Views: 8508

PostForum: zMUD General Discussion   Posted: Sat Mar 25, 2006 11:42 am   Subject: How to keep too-many-commands from being sent.
On the Realms of Despair, if you send a lot of commands to the MUD too close together, you get disconnected. My poker bot sometimes has to send a whole lot of commands (like, when 10 people are playi ...
  Topic: Database, is this possible
icedsun

Replies: 9
Views: 9466

PostForum: zMUD General Discussion   Posted: Sun Feb 12, 2006 8:39 pm   Subject: Database, is this possible
Quite honestly, this could be done rather easily without a database - but if you're going to have a HUGE amount of mobs in your list then maybe you should stick to trying to do a database. However, i ...
  Topic: Gag Lines ONLY in Log
icedsun

Replies: 5
Views: 8764

PostForum: zMUD General Discussion   Posted: Sun Feb 12, 2006 8:31 pm   Subject: Gag Lines ONLY in Log
Yes, there is. That would make it so that the GAGed text would still be displayed in the log (if done before triggers), or not be displayed in the log (if done after triggers). My question was exactl ...
  Topic: Menu items all turn grey!
icedsun

Replies: 4
Views: 8148

PostForum: zMUD General Discussion   Posted: Sun Feb 12, 2006 8:28 pm   Subject: Menu items all turn grey!
I know... but if it is the 'third-party components' that cause the bugginess, then I'm very disappointed. When you pay for a program, it is absolutely hurtful that the COPY PROTECTION built into that ...
  Topic: Menu items all turn grey!
icedsun

Replies: 4
Views: 8148

PostForum: zMUD General Discussion   Posted: Sun Feb 12, 2006 4:05 am   Subject: Menu items all turn grey!
That's what I ended up having to do - but I was just wondering if anyone else had experienced this and if there was something I could do to prevent it from happening in the future. This is a clean ma ...
  Topic: Menu items all turn grey!
icedsun

Replies: 4
Views: 8148

PostForum: zMUD General Discussion   Posted: Sat Feb 11, 2006 10:40 pm   Subject: Menu items all turn grey!
After zMUD has been running for quite awhile, all my menu items at the top of the screen just turned grey! I can't click on any of them, but I can still click on all the buttons like Settings, Trigge ...
  Topic: Gag Lines ONLY in Log
icedsun

Replies: 5
Views: 8764

PostForum: zMUD General Discussion   Posted: Fri Feb 10, 2006 9:32 am   Subject: Gag Lines ONLY in Log
That would still display it on my screen, but would not add it to the Log File being written?
  Topic: Roll Up button disappears after awhile...
icedsun

Replies: 1
Views: 3984

PostForum: zMUD General Discussion   Posted: Thu Feb 09, 2006 9:14 am   Subject: Roll Up button disappears after awhile...
After I've had zMUD open for an extended period of time, I notice that the bar across the top of the zMUD window has changed. It doesn't gracefully go from dark blue on the left side to light blue on ...
  Topic: Gag Lines ONLY in Log
icedsun

Replies: 5
Views: 8764

PostForum: zMUD General Discussion   Posted: Thu Feb 09, 2006 6:21 am   Subject: Gag Lines ONLY in Log
Is it possible to Gag out all blank lines, my MUD prompt, and several other things ONLY from my log file? I still want to see it all in my MUD window.
  Topic: Is this a bug?
icedsun

Replies: 4
Views: 7977

PostForum: zMUD General Discussion   Posted: Mon Feb 06, 2006 9:00 am   Subject: Is this a bug?
The highest integer bug is duly noted, but luckily it doesn't really affect this function. The PotSmallest var always changes right away to a number less than the 9999999999 that it was set to. I di ...
  Topic: How to read an ANSI log?
icedsun

Replies: 6
Views: 10128

PostForum: zMUD General Discussion   Posted: Sun Feb 05, 2006 5:54 am   Subject: How to read an ANSI log?
I'm pretty sure many of the programs listed there also are able to just open and read text tiles with ANSI Color Codes. Take a peek.
http://dmoz.org/Arts/Visual_Arts/ASCII_Art/Software/
  Topic: Is this a bug?
icedsun

Replies: 4
Views: 7977

PostForum: zMUD General Discussion   Posted: Sun Feb 05, 2006 5:39 am   Subject: Is this a bug?
Okay, I've got a bug and cannot determine what's causing it. This alias should work fine, but for some reason it doesn't.

The only problem with it is that the LOOP that starts right after Poker.Wh ...
  Topic: READ help...
icedsun

Replies: 1
Views: 4742

PostForum: zMUD General Discussion   Posted: Fri Feb 03, 2006 2:11 pm   Subject: READ help...
%match(%read(5,1),"(*) %w(%d) %w(%d) %w(%d)",VarA,VarB,VarC,VarD)

Yay! Figured it out!
  Topic: READ help...
icedsun

Replies: 1
Views: 4742

PostForum: zMUD General Discussion   Posted: Fri Feb 03, 2006 1:10 pm   Subject: READ help...
Okay, I've got a .txt file that contains information similar to this:
Straight (9) win0 loss1 tie0
Trips (3 9 5) win0 loss1 tie0
Flush (A 9 8 5 2) win1 loss0 tie0
I want to ...
  Topic: SQL Server
icedsun

Replies: 14
Views: 23133

PostForum: zMUD General Discussion   Posted: Thu Feb 02, 2006 3:13 am   Subject: SQL Server
I've been trying to get a basic connection to a Microsoft SQL database working to no avail. The connection string I've been using in the above-example is:
"Driver={SQL Server};Server=ICEDSUN\SQLEX ...
  Topic: Toggling the Zmud window 'On top'
icedsun

Replies: 7
Views: 7416

PostForum: zMUD General Discussion   Posted: Wed Feb 01, 2006 5:08 am   Subject: Toggling the Zmud window 'On top'
Well, my guess is that since you can access almost everything in windows through COM, there's probably a property somewhere that lets you set which open window has focus... I'm sure once someone with ...
  Topic: #ALARM Help
icedsun

Replies: 8
Views: 12069

PostForum: zMUD General Discussion   Posted: Wed Feb 01, 2006 5:04 am   Subject: #ALARM Help
Someone else will probably have to answer that because I really am not sure. I know that since it's with the minus sign (-) that means it is using the Connect Time to fire the alarm. ie: probably wh ...
  Topic: #ALARM Help
icedsun

Replies: 8
Views: 12069

PostForum: zMUD General Discussion   Posted: Wed Feb 01, 2006 3:42 am   Subject: #ALARM Help
I used it and it works perfect.... Try typing it directly at the zmud command line. I even tested it at .10 and it goes by at tenths of a second.
  Topic: SQL Server
icedsun

Replies: 14
Views: 23133

PostForum: zMUD General Discussion   Posted: Tue Jan 31, 2006 11:18 pm   Subject: SQL Server
Has anybody gotten this to work yet with Microsoft SQL? Or, more specifically, with MS SQL Express? What values do I need to change as I know little about connecting to it yet...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net