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 .
×

I Screwed Up. API Shaped Companion Help Please

I used the one click install of the shaped companion when i was setting up my campaign some months ago. Apparently now that I am ready to start running the campaign it has updated. can someone PLEASE link me to the proper form of the api script for sheet version 14.2.4 (several characters are already set up with macros so would prefer not to have to update the sheet.) Thank you in advance for anyone who can help.
That may be harder to do than you think. The  author of the script only publishes the most recent version. The latest sheet and script are very stable, and they create most of the macros automatically. Do you have a specific concern maybe we can help you with about the macros?
Most of my players (and I) have several custom macros. In the past we have had issues with updates altering the way things work if the sheet is changed after setup. If nobody has them I may just have to bite the bullet and change both, hoping that nothing does get screwed up.
If you need help with the macros post back here- I don't remember if anything changed between 14.2 and 15. All I could find was this-  MELEE_OR_RANGED_WEAPON_ATTACK s will now be treated as either melee or ranged and the parses will split them out to different weapons as I do for versatile. This is to ensure that the right damage bonuses are being used and ammo is being used properly. All existing items will remain working, but it'll parse all new items. Closes #533: savage attacks half-orc If you have already fixed your macros to offense instead of attacks you should be all set
Ok... I REALY hate to ask this, but i am at my wits end here. I am having problems with trying to update api scripts which i used on older shaped sheets to work with this one. I have tried fiddling arround with them to try and get them to work but to no avail. One of them is high on my list the other one isn't. I would REALY appreciate it if someone could spare some time to get with me on my teamspeak server to help me re-write at least one of these api scripts, preferably both but only one i put high importance on.  Thank you in advance if someone can, if not thank you for your time reading and I'll be contiunuing to try working on it. Dragon Teamspeak Server: vs24.tserverhq.com:7056         There is no password. Just poke me (Dragon) I will prob be in a hangout any time after noon MST 7 days a week.
1502397493
The Aaron
Pro
API Scripter
I don't have teamspeak, but I'm on gitter if you wanna text chat about it:&nbsp; <a href="https://gitter.im/shdwjk/Roll20API?utm_source=badg" rel="nofollow">https://gitter.im/shdwjk/Roll20API?utm_source=badg</a>...
Aaron is the man when it comes to this. Out of curiosity, though, &nbsp;what scripts are giving you trouble?
An import script (low priority) for monsters not in the compendium and a HP roller (higher priority) for my monsters if a bar (don't care if 1 or 3) is not assigned.
1502398907
The Aaron
Pro
API Scripter
Oh, post that second one, pretty sure I know how to fix that. When they rolled out the new Default Settings stuff, they "changed" (read "broke") the event model for graphic creation, going from a Create-&gt;Modify pattern to a Create-&gt;Modify(but not fully)-&gt;Modify pattern. &nbsp;I had to investigate for quite a while before finding the solution with TokenNameNumber. &nbsp;The solution is pretty easy once you know what to look for though.
The import one isn't part of the shaped sheet companion?
Aaron was able to help me. Thank you all for your time
I was having problems with the companion... but that is fixed now
1502470211
Kryx
Pro
Sheet Author
API Scripter
Thanks for helping out Aaron.
Sorry to be a returning bug in your guys' ear. But trying to set up a game to hold all current settings. When I downloaded what I thought was the recent raw for the companion sheet (&nbsp; <a href="https://raw.githubusercontent.com/symposion/roll20" rel="nofollow">https://raw.githubusercontent.com/symposion/roll20</a>... ) and put it in my Vault campaign it immediatly asked me to update again. If I do that does that actually change the saved API that I have running? If not is there a place i can grab the current version from?
1502573844
Kryx
Pro
Sheet Author
API Scripter
That is no longer the location to get the latest. <a href="https://raw.githubusercontent.com/mlenser/roll20-api-scripts/master/5eShapedScript/5eShapedScript.js" rel="nofollow">https://raw.githubusercontent.com/mlenser/roll20-api-scripts/master/5eShapedScript/5eShapedScript.js</a>
One more problem. I'm not sure what is going on. I am trying to use the ammo tracking but it does not seem to be working. (Char sheet 15.4.0) and api scirpt you linked me to. Trying to track arrows (Longbow from compendium) I get the following error.&nbsp;"5eShapedCompanion 1502952690979 ERROR : No ammo attribute found corresponding to name Arrows" I have verified it is in the ammo section, and did a copy paste of the name to verify it was set correctly. Any other ideas? Once again Thank you for your time.
1502953701
Kryx
Pro
Sheet Author
API Scripter
Remove the longbow and all ammo items. Drag a new longbow onto the sheet and it'll create an ammo for you. That should fix it.
I did.. apparently it also asked me to update the api script. But it is working now Thank you.