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

[FR] Macros pour un système d'initiative à la Darkest Dungeon

1532457329

Edited 1532555594
Bonjour, bonsoir, J'aimerai savoir s'il existe un moyen de créer une macro pour "randomiser" le Turn-Order afin de créer un système à la darkest dungeon? J'aimerai que ça interagisse avec tous les tokens en même temps pour ne pas avoir à sélectionner les tokens. Si quelqu'un peut m'aider je l’en remercie.
1532461291

Edited 1532461437
The Aaron
Pro
API Scripter
You can do this with the GroupInitiative API script from the 1-click installs. To Configure it, run: !group-init --del-group 0 !group-init-config --set-die-size 1000 !group-init-config --toggle-replace-roll Then select all the tokens and run: !group-init To add them to the turn order.  You can then re-roll all the tokens in the turn order with: !group-init --reroll  Each token should end up with a random number from 1-1000 and should be sorted numerically based on that number. Vous pouvez le faire avec le script API GroupInitiative à partir des installations en 1 clic. Pour le configurer, lancez: !group-init --del-group 0 !group-init-config --set-die-size 1000 !group-init-config --toggle-replace-roll Ensuite, sélectionnez tous les jetons et lancez: !group-init Pour les ajouter à l'ordre du tour. Vous pouvez ensuite relancer tous les jetons dans l'ordre du tour avec: !group-init --reroll Chaque jeton devrait se retrouver avec un nombre aléatoire de 1-1000 et devrait être trié numériquement basé sur ce nombre.
Je te remercie The Aaron, ça fonctionne parfaitement! Par contre existe-t-il un moyen pour qu'il n'y ai pas de message dans le chat?
1532551643

Edited 1532551665
The Aaron
Pro
API Scripter
You can turn off announcements by setting the Announcer to "None".  Run this once to configure that: !group-init-config --set-announcer None If you want to see all the options, you can look at the full Help Document and Configuration Settings by running: !group-init --help Vous pouvez désactiver la sortie de discussion en réglant "Announcer" sur "None". Exécutez ceci une fois pour configurer cela: !group-init-config --set-announcer None Si vous souhaitez voir toutes les options, vous pouvez consulter le document d'aide complet et les paramètres de configuration en exécutant: !group-init --help
Merci bien pour toutes tes réponses The Aaron!
1532555800
The Aaron
Pro
API Scripter
You're welcome! De rien!