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

D&D 3.5 Need Macro Help.

Im using the 3.5 character sheet. I need a full attack macro that use dex to attack and dex for damage using 1.5  dex. 
1503952104
Ziechael
Forum Champion
Sheet Author
API Scripter
If you set the weapon to use DEX for attack and NONE for damage then you can simply add: + floor(@{dex-mod}*1.5) after the damage die in the damage calc macro and the full macro will take from that for you.