Taint -- Schema review:
Errors:
Have entries for <rear> which should be <lear> on lines: 141, 156, 171, 187
Looks like you fixed a lot of the ones that were in the previous version.
Line 365
Code:
<cmd when="engaged|idle|resting">Update</cmd>
<cmd> is invalid; should be <command>
Line 575:
Code:
<cmd when="precast">sc var set Active Yes; wait 1.5; sc var set Active No; Update</cmd>
<cmd> is invalid; should be <command>
Line 650:
Code:
<cmd when="precast">sc var set Active Yes; wait 1.5; sc var set Active No; Update</cmd>
<cmd> is invalid; should be <command>
Quibbles:
Code:
<group name="PLD" default="yes">
to
Code:
<group name="PLD" default="true">
Code:
<rring lock="t">Balrahn's Ring</rring>
to
Code:
<rring lock="true">Balrahn's Ring</rring>