View Single Post
  #346  
Old 08-02-2006, 12:54 PM
ProsperousOne ProsperousOne is offline
Senior Member
 
Join Date: May 2005
Location: Ancient Politician Dig
Posts: 236
Default Re: New Software Announcement - SIXTH SENSE

As back ground info, there were 2 good threads on rating fish:

http://forumserver.twoplustwo.com/showfl...&PHPSESSID=

http://forumserver.twoplustwo.com/showfl...&PHPSESSID=

(Special thanks to gasoltub, rvg and SamIAM).

Below is my CategoryRules.xml file from sixth sense for the custom search I did for SS for 1/2 Limit. FWIW, I hit on one list often results in a hit on the other.

if you decide to use it, I'd back up your file first before using mine below.
<font class="small">Code:</font><hr /><pre>
&lt;?xml version="1.0" standalone="yes" ?&gt;
- &lt;DATAPACKET Version="2.0"&gt;
- &lt;METADATA&gt;
- &lt;FIELDS&gt;
&lt;FIELD attrname="Category" fieldtype="string" WIDTH="16" /&gt;
&lt;FIELD attrname="Field" fieldtype="string" WIDTH="16" /&gt;
&lt;FIELD attrname="Condition" fieldtype="string" WIDTH="16" /&gt;
&lt;FIELD attrname="Value1" fieldtype="r8" /&gt;
&lt;FIELD attrname="Value2" fieldtype="r8" /&gt;
&lt;/FIELDS&gt;
&lt;PARAMS CHANGE_LOG="1 0 4 2 1 8 3 0 4 4 3 8 5 0 4 6 0 4 7 6 8 8 0 4 9 8 8 10 0 4 11 10 8 12 11 8 13 0 4 14 13 8 15 0 4 16 12 8 17 0 4 18 17 8 19 0 4 20 19 8 21 0 4 22 21 8 23 0 4 24 0 4 25 24 8 26 25 8 27 26 8 28 0 4 29 28 8 30 0 4 31 30 8 32 0 4 33 32 8 34 0 4 35 34 8" /&gt;
&lt;/METADATA&gt;
- &lt;ROWDATA&gt;
&lt;ROW RowState="5" Category="SuperFish" Field="VOL_PUT_IN" /&gt;
&lt;ROW RowState="12" Category="SuperFish" Field="VOL_PUT_IN" Condition="Greater Than" Value1="40" /&gt;
&lt;ROW RowState="5" Category="SuperFish" /&gt;
&lt;ROW RowState="12" Category="SuperFish" Field="NUM_HANDS" Condition="Greater Than" Value1="30" /&gt;
&lt;ROW RowState="4" Category="SuperFish" Field="SEE_SHOWDOWN_PER" Condition="Greater Than" Value1="50" /&gt;
&lt;ROW RowState="5" Category="SuperFish" Field="AGGRO_FAC" /&gt;
&lt;ROW RowState="12" Category="SuperFish" Field="AGGRO_FAC" Condition="Less Than" Value1="1.5" /&gt;
&lt;ROW RowState="5" Category="Money Bag - Pass" Field="VOL_PUT_IN" /&gt;
&lt;ROW RowState="12" Category="Money Bag - Pass" Field="VOL_PUT_IN" Condition="Greater Than" Value1="50" /&gt;
&lt;ROW RowState="5" Category="Money Bag - Pass" Field="AGGRO_FAC" /&gt;
&lt;ROW RowState="13" Category="Money Bag - Pass" Field="AGGRO_FAC" /&gt;
&lt;ROW RowState="13" Category="Money Bag - Pass" Field="AGGRO_FAC" Condition="Less Than" Value1="1.25" /&gt;
&lt;ROW RowState="5" Category="Money bag - Agro" Field="VOL_PUT_IN" /&gt;
&lt;ROW RowState="12" Category="Money bag - Agro" Field="VOL_PUT_IN" Condition="Greater Than" Value1="50" /&gt;
&lt;ROW RowState="4" Category="Money bag - Agro" Field="AGGRO_FAC" Condition="Greater Than" Value1="1.5" /&gt;
&lt;ROW RowState="12" Category="Money Bag - Pass" Field="AGGRO_FAC" Condition="Less Than" Value1="1" /&gt;
&lt;ROW RowState="5" Category="Show Down Muppet" Field="NUM_HANDS" /&gt;
&lt;ROW RowState="12" Category="Show Down Muppet" Field="NUM_HANDS" Condition="Greater Than" Value1="100" /&gt;
&lt;ROW RowState="5" Category="Show Down Muppet" Field="WIN_PER_SD" Condition="Between" /&gt;
&lt;ROW RowState="12" Category="Show Down Muppet" Field="WIN_PER_SD" Condition="Between" Value1="1" Value2="30" /&gt;
&lt;ROW RowState="5" Category="Show Down Muppet" Field="SEE_SHOWDOWN_PER" Condition="Greater Than" /&gt;
&lt;ROW RowState="12" Category="Show Down Muppet" Field="SEE_SHOWDOWN_PER" Condition="Greater Than" Value1="20" /&gt;
&lt;ROW RowState="4" Category="Show Down Muppet" Field="ChipStackBB" Condition="Greater Than" Value1="15" /&gt;
&lt;ROW RowState="5" Category="Money Bag - Pass" /&gt;
&lt;ROW RowState="13" Category="Money Bag - Pass" /&gt;
&lt;ROW RowState="13" Category="Money Bag - Pass" Field="NUM_HANDS" /&gt;
&lt;ROW RowState="12" Category="Money Bag - Pass" Field="NUM_HANDS" Condition="Greater Than" Value1="30" /&gt;
&lt;ROW RowState="5" Category="Money bag - Agro" /&gt;
&lt;ROW RowState="12" Category="Money bag - Agro" Field="NUM_HANDS" Condition="Greater Than" Value1="30" /&gt;
&lt;ROW RowState="5" Category="SuperFish" /&gt;
&lt;ROW RowState="12" Category="SuperFish" Field="ChipStackBB" Condition="Greater Than" Value1="15" /&gt;
&lt;ROW RowState="5" Category="Money Bag - Pass" /&gt;
&lt;ROW RowState="12" Category="Money Bag - Pass" Field="ChipStackBB" Condition="Greater Than" Value1="15" /&gt;
&lt;ROW RowState="5" Category="Money bag - Agro" /&gt;
&lt;ROW RowState="12" Category="Money bag - Agro" Field="ChipStackBB" Condition="Greater Than" Value1="15" /&gt;
&lt;/ROWDATA&gt;
&lt;/DATAPACKET&gt;
</pre><hr />
Reply With Quote