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

Default stats when select a character.

I would like to know how to setup the 3 stats after plot a monster/pc/npc token into the map. I want the follow status by default Bar 01: ac Bar 02: passive_wisdom Bar 03: hp / hp (max value) I found a option into the campaign setup, but it doesn't work. WHAT HAPPENS: WHAT I WANT:
1563204592
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Did you go into the game and "Apply Default Settings" under the Experimental Features"?
No, I didn't. Will it solve it? Tried to do "Apply Deafults Settings" but issue remais. 
What's the deafult setting for a NPC/PC token? I can see that all token that I bought are setup this way: Bar 1 : HP / HP (eg. 12) Bar 2 : NPC AC (eg, 10) Bar 3 : HP Dice Roll / HP Dice Roll (eg. 2d6 / 2d6) But Why?
1563249251
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Bar 3 doesn't look standard. What character sheet are you using and what module placed them (if any)?
1563249513
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
These are the default settings set by the 5e sheet. Tokens by themselves don't have default settings. These are set by the character sheet chosen, and editable by the GM.
I'm using D&D5E by Roll20. No Module. After I place a Token, and enter it's settings, and select a character or npc sheet, but the three bars don't load the 3 default values, all fields are empty, I have to select all the 3 to load it.
1563252073

Edited 1563255439
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Ah. Those settings are for compendium drops. If you manually construct it like you describe, you manually construct all of the bar linking. Since you are a pro user, I would suggest you install token-mod (available as a One Click install on your game's API page). That will allow you to easily set up tokens from scratch. 1 Place a token 2 Assign a character sheet to it (close the token editing dialog box) 3 Run the following token-mod command: !token-mod {{ --set bar1_link|npc_ac bar2_link|passive_wisdom bar3_value|@{selected|hp|max} bar3_max|@{selected|hp|max} --ids @{selected|character_id} !token-mod --set defaulttoken}} You can adjust the assigned attributes if you want. This will set up an NPC.
Thank you!