Page 1 of 1

party filter variables (CSBwin)

Posted: Sat Feb 25, 2006 9:29 pm
by beowuuf
Has the order and number of party filter variables changed?

I thought it was 25 variables, with 10 near the end for user info

I just had trouble getting the damage out from my filter, and had to increase to 29 variables, with damage and a few others being at the end

&PARAM@ { 0 2 4 4 2 6 6 11 10 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 36 4 3 1} (example)

Posted: Sun Feb 26, 2006 5:42 pm
by Paul Stevens
I assume you meant to write Party 'Attack' Filter.

Your dump looks exactly like what I would
expect from the documentation:

http://www.dianneandpaul.net/CSBwin/doc ... ilter.html

There are 14 parameters, 10 user variables, an
'attackDataType' (2=physical) and 4 parameters
for the physical attack (including damage=36).

Posted: Sun Feb 26, 2006 6:09 pm
by beowuuf
A misunderstanding of the documentation (didn't fully get the ADT structure). So the numerical type will be warcryc = 1, physical = 2, spellattack=3, etc?

Posted: Sun Feb 26, 2006 9:23 pm
by Paul Stevens
Yes.

Probably should have called it "Attack Class"
rather than AttackDataType to avoid confusion
with attack type (Swing, Melee, etc.)