<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <atom:link href="https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4559" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: a couple newbie questions about time</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4559</link>
  <description>The largest Smaug community resource site. - lop1.40</description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>a couple newbie questions about time</title>
   <link>https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21864#p21864</link>
   <description>Thanks, glad it is being enjoyed in part or in whole. :)</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21864#p21864</guid>
   <pubDate>Sun, 10 Jul 2011 21:57:50 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>a couple newbie questions about time</title>
   <link>https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21861#p21861</link>
   <description>Yeah LOP is a really good codebase. Plus Remcon is really helpful. I like the fact that he took alot of the broken systems and fixed them up. I use alot of things from his codebase in my own. I also plan on using LOP as a base for a naruto or bleach mud when I finish the current project I am working on. </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21861#p21861</guid>
   <pubDate>Sun, 10 Jul 2011 17:40:18 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (dbna2)</author>
  </item>
  <item>
   <title>a couple newbie questions about time</title>
   <link>https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21858#p21858</link>
   <description>this is what i was looking for, thanks for the help remcon. your a life saver. btw lop is one of the best codebases i&#039;ve seen.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21858#p21858</guid>
   <pubDate>Sun, 10 Jul 2011 07:51:50 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (rinlek)</author>
  </item>
  <item>
   <title>a couple newbie questions about time</title>
   <link>https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21854#p21854</link>
   <description>Found in timeinfo.c [code] /* update the time */ void time_update( void ) { AREA_DATA *pArea; DESCRIPTOR_DATA *d; WEATHER_DATA *weath; MONTH_DATA *month; DAY_DATA *day; char *hmessage; int mday = 0, mmonth = 0; switch( ++time_info.hour ) { case 5: case 6: case 12: case 19: case 20: for( pArea = first_area; pArea; pArea = ( pArea == last_area ) ? first_build : pArea-&amp;gt;next ) get_time_echo( pArea-&amp;gt;we</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21854#p21854</guid>
   <pubDate>Tue, 5 Jul 2011 19:05:40 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>a couple newbie questions about time</title>
   <link>https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21852#p21852</link>
   <description>Its the time_update function its only real function is to increase mud time. Ill post in example code later</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21852#p21852</guid>
   <pubDate>Tue, 5 Jul 2011 15:33:03 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>a couple newbie questions about time</title>
   <link>https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21850#p21850</link>
   <description>i was able to adjust the system time thanks to what you posted remcon but i can&#039;t seem to find the spot in timeinfo.c or update.c to adjust the passage of time in game. would you be able to tell me what line to look at or show me the code i need to find please? </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21850#p21850</guid>
   <pubDate>Tue, 5 Jul 2011 07:55:10 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (rinlek)</author>
  </item>
  <item>
   <title>a couple newbie questions about time</title>
   <link>https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21846#p21846</link>
   <description>To modify how fast the time is in the game take a look at the time_update in timeinfo.c it is called in update.c if you want to see how often it is called. If I was going to slow it down Id just add a new int that it counts up every time and just once in awhile for it allow it to get to the normal time_update. I think it still more or less does stock smaug time updating which is about something like one day every 15 mins or so. Been quite awhile since I looked into it lol. Well it uses the n</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21846#p21846</guid>
   <pubDate>Mon, 4 Jul 2011 09:55:11 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>a couple newbie questions about time</title>
   <link>https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21843#p21843</link>
   <description>i&#039;m using lop 1.40 and i have 2 questions about time withing this code. first, how do you slow down the time in game, i want to make my game so that 1 day real life is 2 days in game. the current setup goes way to fast. i&#039;ve tried to play around with the code, but nothing i&#039;ve done seems to work. second, how do i adjust the system time the mud shows when you type time? thanks for any help</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/a-couple-newbie-questions-about-time-4559/&amp;p=21843#p21843</guid>
   <pubDate>Mon, 4 Jul 2011 06:05:09 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (rinlek)</author>
  </item>
 </channel>
</rss>
