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 .
×
Stuck in a login loop? Try manually signing out and back in before launching your game. Otherwise, contact the Help Center!
Create a free account

Macro Bug - Special Damage from Mounted Combat

Hi All, I'm not sure if this post belongs here or in the bug forum but... When attacking from mounted combat, if using a weapon which is configured for Impale or Slash damage (works fine on Crush) when I roll a Special hit the following macro breaks. &{template:melee-roll2} {{name=@{Gillette|character_name}}} {{tot=[[1d10+1+@{Gillette|damagebonus}]]}}{{skillvalue=(100)}} {{fumble=[[{(101-(round((100-((100*1)+0+@{Gillette|skillMods}))/20))),100}kl1]]}}  {{crit=[[round([[ceil((100*1))+0+@{Gillette|skillMods}]]/20)+1]]}} {{special=[[round(([[ceil((100*1))+0+@{Gillette|skillMods}]])/5)+1]]}}   {{spclDam=[[2D10+2+@{Gillette|damagebonus}]]}}   {{crshDam=[[1d10+1+@{Gillette|maxDb}+@{Gillette|damagebonus}]]}}  {{critCrsh=[[22+@{Gillette|maxDb}+@{Gillette|damagebonus}]]}} {{critSI=[[22+@{Gillette|damagebonus}]]}} {{type="[[0"]]}}  {{success=[[ceil(ceil((100*1)))+0+@{Gillette|skillMods}]]}} {{roll=[[1d100]]}} {{skillname=Lance}} {{mntTogVal=[[1]]}} {{mntTot=[[1d10+1+@{Gillette|mountDB}]]}} {{mntSpcl=[[2D10+2+@{Gillette|mountDB}]]}} {{mntCrit=[[22+@{Gillette|mountDB}]]}} &{template:@{Gillette|creature_hit_location}Melee}} {{roll=[[@{Gillette|selected_die_roll}]]}} The result of the attack is as follows (note: I modified my attack to ensure a special result) See how the damage references {mntSpcl}} instead of an actual value.                                  I don't know who owns the Macro, but hopefully they see this and make what is surely a simple change to it to resolve. Many thanks. Neil.
1557351360
GiGs
Pro
Sheet Author
API Scripter
Since it looks like a macro issue, it definitely doesnt belong in the bug forum. You'll have to say which character sheet you are using, and what system this is for. Maybe someone familiar with those can help. Does this macro come from the character sheet? Where did you get it?
1557558226

Edited 1557558668
The macro comes from the character sheet. It is the character sheet from a Runequest Glorantha character. To recreate the issue: Tick the radio box to "Use Mount's Damage Bonus" Set the Special type to "I" for Impale Roll the rune until you roll a special success (this can be made easier by changing your modifiers value to 900) Unfortunately I don't have the option to edit the macro myself (I'm not a Pro member, but I don't think that would help) Thanks.