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

Need Help from Someone Familiar With Pathfinder Scripts

Anyone familiar with the PF scripts able to help me get things squared away for my campaign please? Drop me a PM if you're willing and able please. It would be greatly appreciated.
which PF scripts in particular are you referring to?
I'm mainly looking for help with the script that allows you to cut and paste the NPC and monster stat blocks from Hero Lab and the Paizo site into your token notes to create instant macros. Not Honeybadger's; there was another one we used, but I can't remember it's name :(
1418144484
The Aaron
Roll20 Production Team
API Scripter
This one: <a href="https://app.roll20.net/forum/post/1072405/script-p" rel="nofollow">https://app.roll20.net/forum/post/1072405/script-p</a>... ?
The situation is this: we used to have to save mobs we made to a separate page we called our monster manual and then grab them from it when they were needed. Those entries still work and can be pulled up and used now. New entries created through the process listed in the link you gave, Aaron are imported but no quick bar appears for their macros. What am I doing wrong?
1418146821
The Aaron
Roll20 Production Team
API Scripter
Quick bar == Token Action Bar at the top of the screen? That would be caused by the token not being set to represents the character.
Yes, that's what I meant by quick bar, the token action bar. Even with the token set to represent, it's not opening the bar :(
Ironhead, first are you running the command to create the ability macros? If yes, are they populating the attribute and abilities tab? Finally are you checking the boxes to set the ability macros as token actions? This script does not automatically set the token actions (meaning checking the boxes for you) those must be set. This script simply creates a slew of generic macros, but you must decide which is the proper one to use.
Thanks, Kevin. Yes, everything is populating, I'm using the Create Command, and now I'm checking the boxes. I thought that the macro options would automatically be entered like on the old set-up. Thank you.
You're welcome. In general I wanted to have the script choose the token actions, but that became a logic nightmare depending on whether or not certain feats were there, so found that it's just easier for the GM's to take a few moments to review the monsters and feats and come to the proper conclusion on which would be applicable for the NPC/Monster.
As a note, seeing at the old thread closed due to inactivity, there was an update to the Hero Lab import tool. Recent Hero Lab versions changed stopped exporting data for one of the xml tags I was using for weapon processing, so I updated to use a different attribute. The update can be found here: <a href="https://github.com/beeke01/PathfinderHLImport/blob" rel="nofollow">https://github.com/beeke01/PathfinderHLImport/blob</a>... My gaming group has made a wholesale move to 5e, so I won't be proactively supporting the script at this stage (not to mention it's an ugly mess of shoestring code that needs completely re-written...).
Thanks again, Kevin. That may very well be what I was missing. Thanks again for the help, everyone.