<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Spawn.createCreep does not throw an error when body arg has more than 30 parts]]></title><description><![CDATA[<p>I couldn't figure out why my creeps would only have 30 parts. I then found in the docs that creeps can only have a max of 30 parts. When calling <code>Spawn.createCreep</code> with a body that had more than 30 parts it would just user the first 30 and ignore the rest. I would expect some sort of error response.</p>]]></description><link>http://screeps.com/forum/topic/1524/spawn-createcreep-does-not-throw-an-error-when-body-arg-has-more-than-30-parts</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 08:22:14 GMT</lastBuildDate><atom:link href="http://screeps.com/forum/topic/1524.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Jul 2015 16:10:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Spawn.createCreep does not throw an error when body arg has more than 30 parts on Invalid Date]]></title><description><![CDATA[<p>I couldn't figure out why my creeps would only have 30 parts. I then found in the docs that creeps can only have a max of 30 parts. When calling <code>Spawn.createCreep</code> with a body that had more than 30 parts it would just user the first 30 and ignore the rest. I would expect some sort of error response.</p>]]></description><link>http://screeps.com/forum/post/6704</link><guid isPermaLink="true">http://screeps.com/forum/post/6704</guid><dc:creator><![CDATA[unstoppableCarl]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Spawn.createCreep does not throw an error when body arg has more than 30 parts on Invalid Date]]></title><description><![CDATA[<p>You may want to change the title of your post.</p>]]></description><link>http://screeps.com/forum/post/6705</link><guid isPermaLink="true">http://screeps.com/forum/post/6705</guid><dc:creator><![CDATA[hesto2]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Spawn.createCreep does not throw an error when body arg has more than 30 parts on Invalid Date]]></title><description><![CDATA[<p>Yea I didn't mean throw. I meant return an error code. but you can't edit posts here <img
      src="http://screeps.com/forum/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=a1k070tfs06"
      class="not-responsive emoji emoji-android emoji--disappointed"
      title=":("
      alt="😞"
    /></p>]]></description><link>http://screeps.com/forum/post/6706</link><guid isPermaLink="true">http://screeps.com/forum/post/6706</guid><dc:creator><![CDATA[unstoppableCarl]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Spawn.createCreep does not throw an error when body arg has more than 30 parts on Invalid Date]]></title><description><![CDATA[<p>I've got the same issue: is <code>bodyparts max == 30</code> a feature that is not described in API yet, <br>
or it's just a silent bug?</p>]]></description><link>http://screeps.com/forum/post/6707</link><guid isPermaLink="true">http://screeps.com/forum/post/6707</guid><dc:creator><![CDATA[neomatrix]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Spawn.createCreep does not throw an error when body arg has more than 30 parts on Invalid Date]]></title><description><![CDATA[<p>How do I see players with 50 part creeps that have not gathered any power?</p>
]]></description><link>http://screeps.com/forum/post/8166</link><guid isPermaLink="true">http://screeps.com/forum/post/8166</guid><dc:creator><![CDATA[Jooki]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Spawn.createCreep does not throw an error when body arg has more than 30 parts on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/884">@jooki</a> this is an old post, the current maximum body size is fifty.</p>
]]></description><link>http://screeps.com/forum/post/8168</link><guid isPermaLink="true">http://screeps.com/forum/post/8168</guid><dc:creator><![CDATA[tedivm]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Spawn.createCreep does not throw an error when body arg has more than 30 parts on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/8">@tedivm</a> Not for me I still see this &quot;bug&quot; and get error codes when trying to add more than 30 body parts.</p>
]]></description><link>http://screeps.com/forum/post/8169</link><guid isPermaLink="true">http://screeps.com/forum/post/8169</guid><dc:creator><![CDATA[Jooki]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Spawn.createCreep does not throw an error when body arg has more than 30 parts on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/884">@jooki</a> Can you provide us with screencaptures of the event?</p>
<p>You can do this by running the following in the console:</p>
<pre><code class="language-javascript">Game.spawns['Spawn1'].createCreep([TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,
TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,
TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,
TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,
TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH]);
</code></pre>
]]></description><link>http://screeps.com/forum/post/8170</link><guid isPermaLink="true">http://screeps.com/forum/post/8170</guid><dc:creator><![CDATA[dissi-mark]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Spawn.createCreep does not throw an error when body arg has more than 30 parts on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/884">@jooki</a> what's the availability energy of your room?</p>
]]></description><link>http://screeps.com/forum/post/8171</link><guid isPermaLink="true">http://screeps.com/forum/post/8171</guid><dc:creator><![CDATA[tedivm]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Spawn.createCreep does not throw an error when body arg has more than 30 parts on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/5">@dissi-mark</a> said in <a href="/forum/post/8170">Spawn.createCreep does not throw an error when body arg has more than 30 parts</a>:</p>
<blockquote>
<p>Game.spawns['Spawn1'].createCreep([TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,
TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,
TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,
TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,
TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH,TOUGH])</p>
</blockquote>
<p>This works in the console, perhaps I have another problem in my code. Thanks for your help.</p>
]]></description><link>http://screeps.com/forum/post/8174</link><guid isPermaLink="true">http://screeps.com/forum/post/8174</guid><dc:creator><![CDATA[Jooki]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Spawn.createCreep does not throw an error when body arg has more than 30 parts on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/8">@tedivm</a> I'm full level 8 with 12900 room capacity, but Dissi's test worked in my console so I think the problem is elsewhere.</p>
]]></description><link>http://screeps.com/forum/post/8175</link><guid isPermaLink="true">http://screeps.com/forum/post/8175</guid><dc:creator><![CDATA[Jooki]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Spawn.createCreep does not throw an error when body arg has more than 30 parts on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/884">@jooki</a> said in <a href="/forum/post/8174">Spawn.createCreep does not throw an error when body arg has more than 30 parts</a>:</p>
<blockquote>
<p>This works in the console, perhaps I have another problem in my code. Thanks for your help.</p>
</blockquote>
<p>Thank you for confirming this.</p>
]]></description><link>http://screeps.com/forum/post/8176</link><guid isPermaLink="true">http://screeps.com/forum/post/8176</guid><dc:creator><![CDATA[Dissi]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>