
Hello everyone, hope you are all doing fine. [3.5e free version]] I am currently setting up my first adventure, I have played as a DM before, but it was really messy so far. I just recently came around to write macros for monster attacks and alike, but I didn't really use the char sheet, instead, I wrote character actions for all of the monsters and copied it afterward. It will do the trick I assume, but it feels like there are easier ways around it. How would you format a macro for something like a high-level dragon's full attack? The way I did it so far was: /em The silver dragon attacks! /w GM bite [[1d20+19]] for [[2d6+12]] /w GM claw1 [[1d20+17]] for [[1d8+8]] /w GM claw2 [[1d20+17]] for [[1d8+8]] /w GM wing1 [[1d20+17]] for [[1d6+8]] /w GM wing2 [[1d20+17]] for [[1d6+8]] /w GM tail [[1d20+17]] for [[1d8+15]] It works, since there are so many options to do the same thing, I would like to know how one could improve on this? The difference to a macro based on the actual character sheet would be that it reacts to changes on the sheet, yes? Or are there other advantages too? Could you make one @based macro and use it for anything? Not entirely sure if that would work like I imagine it. Thanks.