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>
<?xml version="1.0" standalone="yes" ?>
- <DATAPACKET Version="2.0">
- <METADATA>
- <FIELDS>
<FIELD attrname="Category" fieldtype="string" WIDTH="16" />
<FIELD attrname="Field" fieldtype="string" WIDTH="16" />
<FIELD attrname="Condition" fieldtype="string" WIDTH="16" />
<FIELD attrname="Value1" fieldtype="r8" />
<FIELD attrname="Value2" fieldtype="r8" />
</FIELDS>
<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" />
</METADATA>
- <ROWDATA>
<ROW RowState="5" Category="SuperFish" Field="VOL_PUT_IN" />
<ROW RowState="12" Category="SuperFish" Field="VOL_PUT_IN" Condition="Greater Than" Value1="40" />
<ROW RowState="5" Category="SuperFish" />
<ROW RowState="12" Category="SuperFish" Field="NUM_HANDS" Condition="Greater Than" Value1="30" />
<ROW RowState="4" Category="SuperFish" Field="SEE_SHOWDOWN_PER" Condition="Greater Than" Value1="50" />
<ROW RowState="5" Category="SuperFish" Field="AGGRO_FAC" />
<ROW RowState="12" Category="SuperFish" Field="AGGRO_FAC" Condition="Less Than" Value1="1.5" />
<ROW RowState="5" Category="Money Bag - Pass" Field="VOL_PUT_IN" />
<ROW RowState="12" Category="Money Bag - Pass" Field="VOL_PUT_IN" Condition="Greater Than" Value1="50" />
<ROW RowState="5" Category="Money Bag - Pass" Field="AGGRO_FAC" />
<ROW RowState="13" Category="Money Bag - Pass" Field="AGGRO_FAC" />
<ROW RowState="13" Category="Money Bag - Pass" Field="AGGRO_FAC" Condition="Less Than" Value1="1.25" />
<ROW RowState="5" Category="Money bag - Agro" Field="VOL_PUT_IN" />
<ROW RowState="12" Category="Money bag - Agro" Field="VOL_PUT_IN" Condition="Greater Than" Value1="50" />
<ROW RowState="4" Category="Money bag - Agro" Field="AGGRO_FAC" Condition="Greater Than" Value1="1.5" />
<ROW RowState="12" Category="Money Bag - Pass" Field="AGGRO_FAC" Condition="Less Than" Value1="1" />
<ROW RowState="5" Category="Show Down Muppet" Field="NUM_HANDS" />
<ROW RowState="12" Category="Show Down Muppet" Field="NUM_HANDS" Condition="Greater Than" Value1="100" />
<ROW RowState="5" Category="Show Down Muppet" Field="WIN_PER_SD" Condition="Between" />
<ROW RowState="12" Category="Show Down Muppet" Field="WIN_PER_SD" Condition="Between" Value1="1" Value2="30" />
<ROW RowState="5" Category="Show Down Muppet" Field="SEE_SHOWDOWN_PER" Condition="Greater Than" />
<ROW RowState="12" Category="Show Down Muppet" Field="SEE_SHOWDOWN_PER" Condition="Greater Than" Value1="20" />
<ROW RowState="4" Category="Show Down Muppet" Field="ChipStackBB" Condition="Greater Than" Value1="15" />
<ROW RowState="5" Category="Money Bag - Pass" />
<ROW RowState="13" Category="Money Bag - Pass" />
<ROW RowState="13" Category="Money Bag - Pass" Field="NUM_HANDS" />
<ROW RowState="12" Category="Money Bag - Pass" Field="NUM_HANDS" Condition="Greater Than" Value1="30" />
<ROW RowState="5" Category="Money bag - Agro" />
<ROW RowState="12" Category="Money bag - Agro" Field="NUM_HANDS" Condition="Greater Than" Value1="30" />
<ROW RowState="5" Category="SuperFish" />
<ROW RowState="12" Category="SuperFish" Field="ChipStackBB" Condition="Greater Than" Value1="15" />
<ROW RowState="5" Category="Money Bag - Pass" />
<ROW RowState="12" Category="Money Bag - Pass" Field="ChipStackBB" Condition="Greater Than" Value1="15" />
<ROW RowState="5" Category="Money bag - Agro" />
<ROW RowState="12" Category="Money bag - Agro" Field="ChipStackBB" Condition="Greater Than" Value1="15" />
</ROWDATA>
</DATAPACKET>
</pre><hr />