Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

[PF] full attack macro help

1457809582

Edited 1457809745
Hello everyone, for my path of war pathfinder campaign i need a pretty big full attack macro. i couldnt figure out the character sheer so by setting some custom attribitutes i made my own macro, however it doesnt show up right in the chat... my macro: &{template:pf_attack} {{character_name=Kaya}}{{name=Cascade of Elemental Wrath}}{{?{do you have 13 animus?}}}{{attack=main hand [[@{Kaya|combo attack}]]}}{{damage=[[@{Kaya|combo dmg}]] Lightning dmg}}{{crit_damage=[[3d8 +(@{Kaya|wisdom}*6) + 18 + 18 + (?{Point blank?|1}*3) + 9]]}}{{attack2=main hand time skitter [[@{Kaya|combo attack}]]}}{{damage2=[[@{Kaya|combo dmg}]] Lightning dmg}}{{crit_damage2=[[3d8 +(@{Kaya|wisdom}*6) + 18 + 18 + (?{Point blank?|1}*3) + 9]]}}{{attack3=main hand cascade [[@{Kaya|combo attack}]]}}{{damage3=[[@{Kaya|combo dmg}]] Lightning dmg}}{{crit_damage3=[[3d8 +(@{Kaya|wisdom}*6) + 18 + 18 + (?{Point blank?|1}*3) + 9]]}}{{attack4=main hand hailstorm [[@{Kaya|combo attack}]]}}{{damage4=[[@{Kaya|combo dmg}]] Lightning dmg}}{{crit_damage4=[[3d8 +(@{Kaya|wisdom}*6) + 18 + 18 + (?{Point blank?|1}*3) + 9]]}}{{attack5=main hand hailstorm [[@{Kaya|combo attack}]]}}{{damage5=[[@{Kaya|combo dmg}]] Lightning dmg}}{{crit_damage5=[[3d8 +(@{Kaya|wisdom}*6) + 18 + 18 + (?{Point blank?|1}*3) + 9]]}}{{attack6=main hand rapid shot [[@{Kaya|combo attack}-5]]}}{{damage6=[[@{Kaya|combo dmg}]] Lightning dmg}}{{crit_damage6=[[3d8 +(@{Kaya|wisdom}*6) + 18 + 18 + (?{Point blank?|1}*3) + 9]]}}{{attack7=main hand 2nd [[@{Kaya|combo attack}-5]]}}{{damage7=[[@{Kaya|combo dmg}]] Lightning dmg}}{{crit_damage7=[[3d8 +(@{Kaya|wisdom}*6) + 18 + 18 + (?{Point blank?|1}*3) + 9]]}}{{attack8=main hand 3rd [[@{Kaya|combo attack}-10]]}}{{damage8=[[@{Kaya|combo dmg}]] Lightning dmg}}{{crit_damage8=[[3d8 +(@{Kaya|wisdom}*6) + 18 + 18 + (?{Point blank?|1}*3) + 9]]}}{{attack9=off hand [[@{Kaya|combo attack}]]}}{{damage9=[[@{Kaya|combo dmg}]] Lightning dmg}}{{crit_damage9=[[3d8 +(@{Kaya|wisdom}*6) + 18 + 18 + (?{Point blank?|1}*3) + 6]]}}{{attack10=off hand 2nd [[@{Kaya|combo attack}-5]]}}{{damage10=[[@{Kaya|combo dmg}]] Lightning dmg}}{{crit_damage10=[[3d8 +(@{Kaya|wisdom}*6) + 18 + 18 + (?{Point blank?|1}*3) + 6]]}}{{attack11=off hand 3rd [[@{Kaya|combo attack}-10]]}}{{damage11=[[@{Kaya|combo dmg}]] Lightning dmg}}{{crit_damage11=[[3d8 +(@{Kaya|wisdom}*6) + 18 + 18 + (?{Point blank?|1}*3) + 6]]}}{{Note= Damage reduction is taken from the total damage}} and this is what it shows: after attack 8 it doesnt make it look pretty as it does on the other 8. someone know why/how to fix it? thanks in advance
1457820296

Edited 1457820344
vÍnce
Pro
Sheet Author
The sheet only has defined formatting for the first 8 attacks. (Attack, and Attack 2-8).  You are loosing the roll logic on those additional attacks as well.  ;-( Any key/properties not specifically defined by the sheet will get generic formatting.  You can use markup to help format. ie make bold  " **Attack 9**= " I would suggest creating two weapon attacks on the sheet with as many iterative's as required.  Maybe Main Hand and Off-hand.
ok thanks vince, ill go with 2 seperate macros then :)
1457865713
vÍnce
Pro
Sheet Author
Most everything is accounted for on the sheet and will be included within total attack and total damage, but you can still edit/customize your macros anywhere you see a macro-text field.  If you have any sheet-specific questions, just ask.  ;-)