|
|||||||
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
|
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
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?
|
|
|
|
#2 |
|
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] |
|
![]() |
| 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 |
|
|