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

3.5 Warlock Invocations Macros

Hello all, I'm just checking to see if anyone has made any macros for Dnd 3.5 for warlock invocations. Thanks,
That's not very specific at all -:what kind of macros are you looking for? You're much more likely to get help by presenting a particular problem to solve with a macro, than you are by asking for already written and used macros without specifying the use case. 
Okay. Another player in our group will be playing a warlock for a 3.5 game coming up.  We were trying to see if there were any macros similar to the spell macros for warlock invocation. A way for them to select invocation they have chosen, then when run the macro would display the relative information for the invocations. Sorry, I'm fairly new to roll20 and don't know what I don't know as far as verbalizing it.
So you want to select an invocation, and have its description output in the chat? Seems simple enough, what is the specific character sheet you're using? I'll take a look at it.
D&D 3.5 v2.8. I believe that's what you mean.
Does the sheet look like this? If it is this sheet, where do you record your invocations? Unfortunately, it does seem like the sheet doesn't use repeating lists, and instead has single entries for lists of things. That means that loading the descriptions from the sheet is unfeasible, so you'll have to add them manually. How I would do it, I'd give the warlock an Invocations ability on the attributes/abilities tab, containing a chat menu such as this: /w "@{character_name}" &{template:DnD35StdRoll} {{name=Invocations }} {{=[Invocation 1](~Invocation-1) [Invocation 2](~Invocation-2) [Invocation 3](~Invocation-3) }} and so on, and then have the descriptions as abilities in the form of Invocation-1 &{template:DnD35StdRoll} {{name=The name of the invocation }} {{=The description of the invocation }} all on the same sheet.
Hey, I appreciate the help. I think we got it figured out.