Top Mud Sites Forum Return to TopMudSites.com
Go Back   Top Mud Sites Forum > Mud Development and Administration > MUD Coding
Click here to Register


This is a discussion on "Buggy Notes" in the Top Mud Sites MUD Coding forum :

After a few days, a note will dissapear, and when I type note list, it says I have none. I looked at the note file, and all of the notes are there, but I cannot look at them after just a short amount of time. What's goin' on? Any ideas?...



You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our MUD community today!

If you have any problems with the registration process or your account login, please contact us.

If you are a registered member of the old TMS forums, please click here
Reply
 
LinkBack Thread Tools
Old 03-24-2003, 12:44 AM   #1
Verboden Faction
 
Posts: n/a
After a few days, a note will dissapear, and when I type note list, it says I have none. I looked at the note file, and all of the notes are there, but I cannot look at them after just a short amount of time. What's goin' on? Any ideas?
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-24-2003, 12:57 AM   #2
Verboden Faction
 
Posts: n/a
I fixed it.  Just changed this:

[code] if (free_time && pnote->date_stamp < current_time - free_time)[/quote]

to this:

[code] if (free_time && pnote->date_stamp > current_time - free_time + 1000000000000)[/quote]
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools


Buggy Notes - Similar Threads
Thread Thread Starter Forum Replies Last Post
Some notes on mob progs {codeheavy} erdos MUD Coding 5 06-28-2004 09:15 AM

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

All times are GMT -4. The time now is 01:51 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Style based on a design by Essilor
Copyright Top Mud Sites.com 2007