<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.solarstrike.net/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=95.115.29.251</id>
		<title>SolarStrike wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.solarstrike.net/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=95.115.29.251"/>
		<link rel="alternate" type="text/html" href="https://www.solarstrike.net/wiki/index.php/Special:Contributions/95.115.29.251"/>
		<updated>2026-06-15T19:07:09Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.solarstrike.net/wiki/index.php?title=RoM_Troubleshooting&amp;diff=341</id>
		<title>RoM Troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://www.solarstrike.net/wiki/index.php?title=RoM_Troubleshooting&amp;diff=341"/>
				<updated>2009-10-22T10:39:58Z</updated>
		
		<summary type="html">&lt;p&gt;95.115.29.251: /* Debugging Skill Use Issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Debugging options =&lt;br /&gt;
There are some special profile options to print out some debugging messages. Please enter that options in your profile e.g.:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;option name=&amp;quot;DEBUG_TARGET&amp;quot;		value=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|- style=&amp;quot;padding: 8px;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;width: 200px; border-bottom:1px dotted #000000;&amp;quot; | DEBUG_TARGET&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dotted #000000;&amp;quot; | Print out some targeting informations.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dotted #000000;&amp;quot; | DEBUG_LOOT&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dotted #000000;&amp;quot; | Print out messages why we don't loot.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dotted #000000;&amp;quot; | DEBUG_INV&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dotted #000000;&amp;quot; | Printout messages about the inventory update process.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dotted #000000;&amp;quot; | DEBUG_HARVEST&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dotted #000000;&amp;quot; | Print out some messages about the harvesting process.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Debugging Skill Use Issues =&lt;br /&gt;
&lt;br /&gt;
There are a lot of possible reasons if a skill will not used as you estimate. Mostly it's the misuse of options in the skills section within the profile. You can activate debugging messages to see the skill use checks. You have to set that option in the &amp;lt;onLoad&amp;gt; event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&amp;lt;onLoad&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      settings.profile.options.DEBUG_SKILLUSE.ENABLE = true;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/onLoad&amp;gt;&amp;lt;/source&amp;gt;If you enable that option, you will be spammed with a lot of messages. You can deactivate every type of message by using the following options (one 'false' setting for every type of message).&lt;br /&gt;
&lt;br /&gt;
 settings.profile.options.DEBUG_SKILLUSE.TIMEGAP = true;&lt;br /&gt;
 settings.profile.options.DEBUG_SKILLUSE.ONCOOLDOWN = false;&lt;br /&gt;
 settings.profile.options.DEBUG_SKILLUSE.HPLOW = false;&lt;br /&gt;
 settings.profile.options.DEBUG_SKILLUSE.MAXHPPER = false;&lt;br /&gt;
 settings.profile.options.DEBUG_SKILLUSE.ONLYFRIENDLY = false;&lt;br /&gt;
 settings.profile.options.DEBUG_SKILLUSE.ONLYINBATTLE = false;&lt;br /&gt;
 settings.profile.options.DEBUG_SKILLUSE.NOTINBATTLE = false;&lt;br /&gt;
 settings.profile.options.DEBUG_SKILLUSE.TARGETNOENEMY = false;&lt;br /&gt;
 ...&lt;/div&gt;</summary>
		<author><name>95.115.29.251</name></author>	</entry>

	<entry>
		<id>https://www.solarstrike.net/wiki/index.php?title=RoM_Troubleshooting&amp;diff=340</id>
		<title>RoM Troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://www.solarstrike.net/wiki/index.php?title=RoM_Troubleshooting&amp;diff=340"/>
				<updated>2009-10-21T18:09:12Z</updated>
		
		<summary type="html">&lt;p&gt;95.115.29.251: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Debugging options =&lt;br /&gt;
There are some special profile options to print out some debugging messages. Please enter that options in your profile e.g.:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;option name=&amp;quot;DEBUG_TARGET&amp;quot;		value=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|- style=&amp;quot;padding: 8px;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;width: 200px; border-bottom:1px dotted #000000;&amp;quot; | DEBUG_TARGET&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dotted #000000;&amp;quot; | Print out some targeting informations.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dotted #000000;&amp;quot; | DEBUG_LOOT&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dotted #000000;&amp;quot; | Print out messages why we don't loot.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dotted #000000;&amp;quot; | DEBUG_INV&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dotted #000000;&amp;quot; | Printout messages about the inventory update process.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dotted #000000;&amp;quot; | DEBUG_HARVEST&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dotted #000000;&amp;quot; | Print out some messages about the harvesting process.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Debugging Skill Use Issues =&lt;br /&gt;
&lt;br /&gt;
There are a lot of possible reasons if a skill will not used as you estimate. Mostly it's the misuse of options in the skills section within the profile. You can activate debugging messages to see the skill use checks. You have to set that option in the &amp;lt;onLoad&amp;gt; event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&amp;lt;onLoad&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      settings.profile.options.DEBUG_SKILLUSE.ENABLE = true;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/onLoad&amp;gt;&amp;lt;/source&amp;gt;If you enable that option, you will be spammed with a lot of messages. You can deactivate every type of message by using the following option (one 'false' setting for every type of message).&lt;br /&gt;
&lt;br /&gt;
 settings.profile.options.DEBUG_SKILLUSE.ONCOOLDOWN = false;&lt;br /&gt;
 settings.profile.options.DEBUG_SKILLUSE.HPLOW = false;&lt;br /&gt;
 ...&lt;/div&gt;</summary>
		<author><name>95.115.29.251</name></author>	</entry>

	</feed>