<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=4614" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: Name of the rooms.</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4614</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>Name of the rooms.</title>
   <link>https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22174#p22174</link>
   <description>No, it would be in db.c for when you first create the room. After the room is created then that string gets stored in the zone.are file after the area is saved. ayuri</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22174#p22174</guid>
   <pubDate>Sun, 13 Nov 2011 18:54:20 CST</pubDate>
   <category>Building</category>
   <author>nobody@example.com (ayuri)</author>
  </item>
  <item>
   <title>Name of the rooms.</title>
   <link>https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22173#p22173</link>
   <description>Wouldn&#039;t it be in the /area files? edit: And I still can&#039;t get the gravatar to work. :(</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22173#p22173</guid>
   <pubDate>Sun, 13 Nov 2011 12:23:42 CST</pubDate>
   <category>Building</category>
   <author>nobody@example.com (drmike)</author>
  </item>
  <item>
   <title>Name of the rooms.</title>
   <link>https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22170#p22170</link>
   <description>Hi, Thanks Zeno. I didn&#039;t know this command. It seems to be very interesting. Thanks again, Antram</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22170#p22170</guid>
   <pubDate>Wed, 9 Nov 2011 04:13:14 CST</pubDate>
   <category>Building</category>
   <author>nobody@example.com (antram)</author>
  </item>
  <item>
   <title>Name of the rooms.</title>
   <link>https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22169#p22169</link>
   <description>Just grep and you&#039;ll find it. [code]db.c:5373:   pRoomIndex-&amp;gt;name = STRALLOC( &amp;quot;Floating in a void&amp;quot; );[/code]</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22169#p22169</guid>
   <pubDate>Tue, 8 Nov 2011 23:49:19 CST</pubDate>
   <category>Building</category>
   <author>nobody@example.com (Zeno)</author>
  </item>
  <item>
   <title>Name of the rooms.</title>
   <link>https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22168#p22168</link>
   <description>Hi, thanks a lot, aurin. I&#039;ve been looking for this message for weeks with no results. Thanks again, Antram</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22168#p22168</guid>
   <pubDate>Tue, 8 Nov 2011 12:54:12 CST</pubDate>
   <category>Building</category>
   <author>nobody@example.com (antram)</author>
  </item>
  <item>
   <title>Name of the rooms.</title>
   <link>https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22167#p22167</link>
   <description>Honestly not sure if it&#039;s the same everywhere, but you can find what you&#039;re looking for in db.c and look for function: ROOM_INDEX_DATA *make_room( int vnum, AREA_DATA * area )</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22167#p22167</guid>
   <pubDate>Tue, 8 Nov 2011 12:24:54 CST</pubDate>
   <category>Building</category>
   <author>nobody@example.com (Aurin)</author>
  </item>
  <item>
   <title>Name of the rooms.</title>
   <link>https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22166#p22166</link>
   <description>Hi Aurin, In smaugfuss, for example. I thought that this message was in the same place in all the codebases. Isn&#039;t it? Thanks again.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22166#p22166</guid>
   <pubDate>Tue, 8 Nov 2011 02:02:20 CST</pubDate>
   <category>Building</category>
   <author>nobody@example.com (antram)</author>
  </item>
  <item>
   <title>Name of the rooms.</title>
   <link>https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22165#p22165</link>
   <description>In what codebase?</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22165#p22165</guid>
   <pubDate>Mon, 7 Nov 2011 12:45:04 CST</pubDate>
   <category>Building</category>
   <author>nobody@example.com (Aurin)</author>
  </item>
  <item>
   <title>Name of the rooms.</title>
   <link>https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22164#p22164</link>
   <description>Hi all, I would like to ask you something. I&#039;m trying to change the name of the rooms when they are created. I know that the name is &amp;quot;The void&amp;quot; or &amp;quot;Floating in the void&amp;quot;, but I haven&#039;t found this text in the codebase. Could you tell me where can I find the default name of the rooms? Thanks for all.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/name-of-the-rooms-4614/&amp;p=22164#p22164</guid>
   <pubDate>Mon, 7 Nov 2011 11:32:10 CST</pubDate>
   <category>Building</category>
   <author>nobody@example.com (antram)</author>
  </item>
 </channel>
</rss>
