#ddb-avrae-help
1 messages ¡ Page 16 of 1
If they want Avrae to have access to the content they have access on D&D Beyond, they'll have to link their accounts as well.
So i want to make a snippet that adds multiple different damage rolls, like this:
!snippet giantpsytwo 3d6[bludgeoning] + 6d8[bludgeoning] + 3d10[bludgeoning]
but it only adds the 3d6
where am i incorrect on the command
is this even possible to do
!snippet giantpsytwo -d "3d6 [bludgeoning] + 6d8 [bludgeoning] + 3d10 [bludgeoning]" OR
!snippet giantpsytwo -d "3d6+6d8+3d10 [bludgeoning]"
thank you!
What you forgot were the "quotation marks".
good to know
i should do that but no
its for a level 20 samurai fighter with the Grovelthrash artifact
changed it to "magical bludgeoning"
alright
i didn't submit it to homebrew though
but he should also have a piece in the "natural hazards" section
i kept the siege weapon ability
of course
I'm not saying you can't continue this conversation here; however, you may wish to continue it in a channel that doesn't whistle a Helper every line you enter. đ
didnt know it did that đŹ
Only when I'm online...
ack
(I mean, thats on you for turning on pings for every new message >_>)
is there anyone who can help me attach a char sheet to avrae?
what are you uploading it from
beyond
yes.
i used it on a different server but i left it. however, i never disconnected that sheet... will that cause problems?
does avrae have a setting ot show what prepared spells?
no.
same
it's fun
is this the place to get help when avrae is having an issue?
this or the Avrae Discord Server
It's a good place to start. I can check to see if there are any known issues and if not, guide you into how to report your problem.
yes
ok thanks
one of the players I DM for has a sorlock and avrae seems to have trouble with the Warlock spells
A full description of the problem is useful.
can I send a screenshot? might be quicker
File attachments are enable in this channel, yes.
what warlock level?
!g ss # #
first # is slot level. second # is amount of those slots.
Let's take a look at the problem before jumping to solutions. I have three possible problems that they could have.
what level of Warlock?
2 levels
The problem they're having is the player has not connected their D&D Beyond account with their Discord account.
!g ss 1 +2 should do the trick, for the short rest.
Also, connect it
Those Unknown spells are not SRD. They can use !ddb to check if they're properly connected. A common issue is using a wrong Discord account.
so if the player doesnt have non-SRD stuff by themselves, but only through content sharing with me, is that an issue?
Nope. Whatever they have access to through any means is available on Avrae, until that access is changed, by leaving a campaign for instance.
okay thx
also, make sure to !update
yeah it all worked out for my player, thanks again for the help
So I have the observant feat, and it's displaying on dndbeyond that I have a 22 passive perception, but on avrae it says I have a seventeen.
That's not the problem. It's a known issue with Passive Perception.
It's no big deal that it doesn't display, just checking if it's known or if there's a fix
just a minor inconvenience
Looks like Avrae is not working here at the moment? Commands in #ddb-avrae-commands are not working.
Avrae and Discord occasionally have issues talking to each other. As a totally unbiased observer, I tend to #blamediscord for all the problems.
is there like a snippet that can be added to an attack/spell (that makes the target do a dex saving throw) if the target of that spell has evasion? Or maybe an effect alias that gives evasion?
Looking to make a snippet for Swords Bardsâ Blade Flourishes - whatâs the notation to retrieve the characterâs bardic inspiration die size? Iâve seen similar stuff to check Roguesâ sneak attack dice
Unless thereâs an existing snippet made with Blade Flourish in mind?
Alternatively, maybe an alias would be more effective, since Blade Flourish is optionally activated after an attack that hits
Itâll be something like {{get_cc('Blade Flourish')}} (or whatever your counter is called).
Thereâs a tutorial here for Relentless Endurance that covers a lot of that.
https://avrae.readthedocs.io/en/stable/aliasing/aliasing_tut.html#half-orc-relentless-endurance-tutorial
is there someone who would be free to chat with in an hour and help teach me how to do the initiative tracking and other combat related commands?
I could do a bit of show and tell with you.
That's fine. I can work on other things until then.
I'm done early if you are still free.
Yep. To avoid interruptions, let's use one of the game-room channels.
Let's try #710732844011618314 and run a few simple combats...
How do you make avrae do that blank bar?
!br
huh. What's it stand for?
break
ah
is it possible to use avrae to track money?
Yes? Not natively, but there is a popular !coins alias that someone wrote.
Yes - you can use custom countes (!cc) to do it right out of the box or you can use an alias (see Avrae developer discord server)
So !cc create gp creates a custom counter called gp for your character. To add gold use !cc gp +10 and you add 10 gold to your custom counter.
is there a way you could create it so it automatically applies for everyone as they enter the server
Remove gold would be the opposite !cc gp -5 and now you only have 5 gp in your custom counter.
or as they assign a character to avrae?
Uh... no, it's on a per character basis
ok
There's what's known as a !servalias that will allow everyone to use an alias on a server.
True - but custom counters are only on a per-character basis
If they don't use it, however they won't get a counter.
how would you do the server alias
Basically, you copy the text in the box in #ddb-avrae-commands , but change !alias to !servalias on your server.
Same way as creating an alias - but use !servalias instead of !alias and the commands used in creating an alias. But this is getting into advanced stuff so I'd point you at the Avrae Developer Discord server for more info/help.
Check out the Avrae Developer Discord for aliases - but the coin alias is like this:
!alias coins tembed {{f'''{'{'}{'{'}args=&ARGS&{'}'}{'}'}'''}} {{f'''{'{'}{'{'}coinTypes=["cp","sp","ep","gp","pp"]{'}'}{'}'}'''}} {{f'''{'{'}{'{'}coinRates={'{'}"cp":100,"sp":10,"ep":2,"gp":1,"pp":0.1{'}'} {'}'}{'}'}'''}} {{f'''{'{'}{'{'}defaultCoin="gp"{'}'}{'}'}'''}} {{f'''{'{'}{'{'}coinPouchName="Coin Pouch"{'}'}{'}'}'''}} {{get_gvar("912e8eac-adcb-4d29-bcb6-23acc3624211")}}
.....
you can then make that a serveralias by changing !alias part of that to !servalias. This makes the alias available for everyone to use on the server
so if i made that a server alias, then everyone could use the same alias to add and subtract coin from their characters?
Yep.
ok.
!servalias coins tembed {{f'''{'{'}{'{'}args=&ARGS&{'}'}{'}'}'''}} {{f'''{'{'}{'{'}coinTypes=["gp"]{'}'}{'}'}'''}} {{f'''{'{'}{'{'}coinRates={'{'}"gp":1{'}'} {'}'}{'}'}'''}} {{f'''{'{'}{'{'}defaultCoin="gp"{'}'}{'}'}'''}} {{f'''{'{'}{'{'}coinPouchName="Coin Pouch"{'}'}{'}'}'''}} {{get_gvar("912e8eac-adcb-4d29-bcb6-23acc3624211")}}
if it only had gp is this what it would look like?
and would the commands be !coin pouch add 5 or !coin add 5
Um... I don't know if editing it is a wise idea. It's !coins + 5 gp
@empty linden see following.
p = pouch[1][coin]//rate
^
Traceback (most recent call last):
KeyError: 'cp'```
i get this error message from the one that you made earlier. would you TEACH me how to fix it?
Sorry... I am not familiar with the alias code itself. I would check with the Avrae Developer Discord - alias developers there should be able to assist.
we got it sorted out there
How would I add dice to a healing spell in Avrae?
What do you mean?
Like, to add dice from like a feature or something to the spell's healing so that you don't have to do two different things?
So, you'll want to remember that healing is negative damage. And you can add damage to spells with the -d tag. So if you want to put a bonus to healing you have to do something like -d -5 to "add" 5 to your healing spell.
That's what I keep doing, but it doesn't seem to be working. Ood.
I keep trying to do -d -d4
-d -1d4
Yeah, was trying to edit my mistake, but didn't get to it. So, I have to do the -1d4 okay.
Thank you!
Is there a way to do an attack but halve the damage? Like, -d /2 or something, but in a way that works
You can give them resistance to the damage type.
-t targetcode|resist
or something?
!a dagger -resist piercing
If you needed it to apply to a single target in a group...
!a dagger -t "WO1|-resist piercing" -t WO2
ver nice
just needed that for a Creep ability which is basically just half the damage of the regular special attack
and yes regular special
sos
I rolled a 15 on my Perception check to hear your distress call... what can I help you with?
i know this isn't beyond, but does anyone know how to add resistances and vulnerabilities to gsheet? trying to give a character of mine a vulnerability to cold damage but i don't know how
Go to the Additional Tab on the GSheet, scroll to the bottom where it lists, Resistances, Immunities and Vulnerabilities and put 'Cold' in the Vulnerabilities section.
additional tab? alright, i gotta be missing something obvious. cause i scrolled all the way to the bottom and i'm at the allies and organizations/backstory section
At the Bottom, there should be a series of tabs, the one you're on is labelled v2.1(?)
Go forth! Explore! (And save a backup just in case...)
this is certainly gonna help. looking to import a few characters over to gsheet just so i can finally open up some character slots on beyond. i personally think 6 as a starting figure is.....a bit low
looks at the 45 characters on Hero Tier
I have used other systems as well when I've had trouble keeping my characters under limits, so I know how you feel.
I was using CritterDB to Homebrew a monster and I wanted to know how to add a DC based effect that isn't a spell
You can't. One of the few restrictions still not overcome yet.
Saving throws have to be done manually. Tis a shame, but you can probably do any damage with an attack
adding the arguments hit, nocrit
so that it hits guaranteed, doesn't crit. However half on success, and then resistance, will get finicky even more.
There's an invite link at the bottom of the !about command. I've posted it in #ddb-avrae-commands
There may be one on the Avrae developer discord. https://discord.gg/A25rW2dA
There is one. Unsurprisingly called !xp.
question what's the command for advantage /disadvantage attack?
ok. thnks
Please use #ddb-avrae-commands to interact with Avrae.
At its most basic, you tell the DM "I use Action Surge." If they say OK, you take another action.
rephrase, how do you mark it as used on avrae?
If you've built your character in Beyond, it should have given you a counter you can track it with. You mark it off with !cc "Action Surge" -1
ok. thnx
For others looking for the answer to healing:
!g hp # to heal your active character the specified number of hitpoints. See !help game hp for more details.
Or if in initiative:
!i hp # to adjust HP of current turn creature's HP. See !help initiative for more info.
!init hp <name> [hp] works for any creature in initiative.
otherwise, !i hp <arg> X does the current combatant, yeah
Can one person in discord, add multiple PCs and monsters to a fight, and then run them all? (all the PCs are associated with that person's account)
Yes. It will be challenging keeping track of all the possibilities, but I once had one character go up against all four elementals.
so do i need to switch between each PC one at a time and then join the fight?
(I'm trying to playtest a monster by playing 5 characters)
Yes, you'll have to switch to add each character, but then you can use !init attack or !i a for each character on their turn.
ah got it, thank you, much appreciated, right, off I go
FWIW, you still have to switch every time during the fight as well (i.e. !i next, then !char name, then you can !i attack ...), it's doable, but it's going to be harder than doing it on paper I think to test out the stuff I had. Was worth a shot though, thanks for the help.
ah no hang on, you said !i attack ...
beetles off
You are of course, 100% correct, and I need to learn to read.
I try to give accurate advice, but have been known to err from time to time...
that extra i is sneaky. right, back to seeing if that's quicker.
no?
If you have a warlock a barb and a rogue, you can go !i next
and then go !i a greataxe - or - !i cast Eldritch - or - !i a shortbow
init - use whatever the current combatant has and does
Hello gurus! Having trouble targeting. Here is my syntax:
Selection timed out or was cancelled.
- !monster_atk "goblin" shortbow ât "gunter"
Huh
to attack out of turn order, use !i aoo GO1 Shortbow -t Gunter for example. name of the thing in initiative, and then the rest of their attack.
!help ma says it accepts targets, though. đ§
But I canât get mine to hit either.
works fine for me?
No, thereâs something weird going on. Look here in #ddb-avrae-commands. I ran the same thing twice. One time it found the target, and the other it didnât.
#ddb-avrae-commands message
It has worked for me in the past with that syntax, at least I thought it did
im just copying and pasitng
But now itâs suddenly working every time...
Youâve definitely got the right syntax, though.
thanks!
I donât think you can hide the name in init. đ¤
-h hides their HP, AC, etc, but not their name.
Ah, but if players don't know what PU1 is...
Is fine, I got it.
(it was -h I was thinking of, btw)
You could !i madd <monster> -name ???
And then change the name again when itâs time. !i opt ??? -name PU1
suppose that's fair.
Curious, as a DM, can I disable homebrew? every time I add a monster to combat, its asking if i want the homebrew version, and I think its interfering with my ability to add multiple monsters at a time.
You can !bestiary delete <name> to stop following whatever bestiary contains that monster.
or switch to a different one
Or you can remove that monster from the bestiary itself and !bestiary update
then it stops pulling from that bestiary
I was able to delete the bestiary. I dont remember loading one, but I must have
thank you
How do I set my race to a silver ravenite dragonborn?
Truth be told, your race doesnât matter to Avrae at all beyond displaying the name in !sheet.
But your ASI, breath weapon attack, resistance, and counters should all import automatically from DDB.
yeah but i didnt use beyond for the character sheet
which is why I'm trying to use !setrace
Is that one of Mercer's? If it's in the Whatever's Guide to Wildebeests, then you have to sub to that source through !setrace (which requires you to own it on beyond) or you can read the !help for !setrace and then create your own personal gvar with the relevant info in it. And if you have more questions, it's really best if you join the dev server and ask in #666401385335750666. This channel doesn't delve too deeply into getting aliases going at that level.
âđťThe dev server will also get you better answers for when youâre not using DDB.
Hello, is there an option in avrae for turning undead?
Avrae doesnât typically have built-in automation for specific class features.
To do it manually, youâd subtract the use of Channel Divinity. !cc "Channel Divinity" -1
Make the saving throw. !ms zombie wis -dc 14
And if they fail, probably add an effect to track it. !i effect ZO1 turned -dur 10
There are ways to automate that, though, and Iâd bet someone already has. If you ask over on the Avrae dev server, they can probably point you in the right direction.
On the Avrae Development server, you can follow along with the gitHub changes, find all sorts of aliases for various things, and hang out with some cool people!
Click here to Join!
Thank you!
Is there a way to set a fixed initivate counter?
Yep. !init join -p and a fixed number will set a player's initiative to a fixed place.
!init madd <monster> -p and the fixed number will put the monster in a fixed initiative.
!init add <fixed number> <name> -p will create a fixed position which you can name, like "Lair Action".
i join -p X to be precise
but you can also do something like add a custom combatant and have it just be the lair for lair actions, as said
hello
i want to make Insignia of claws in dndbeyond
but cant find a way to make it make my natural weapon magical (i m lvl 5 beast barbarian)
Actually, it looks the official Insignia doesnât quite work in the way youâre hoping either.
One option you have, though, is to go to the Actions tab on your character sheet and click Unarmed Strikes. In the sidebar the appears, open up the Customize section and uncheck âDisplay As Attackâ.
Then you can !update and readd it manually in Avrae itself using !attack add
!a add "Unarmed Strike" -b {strengthMod+proficiencyBonus} -d "1+{strengthMod}[magical bludgeoning]"
Alternatively, you can make any attack magical by adding the word magical.
!a "unarmed strike" magical
oh i see
so if i do the "readd it manually", it is gonna give me quite a few attack on my !sheet
Oh! Yeah. Sorry.
The first two steps there were basically to remove the DDB version.
So youâre effectively just replacing it.
@viscid kernel if you are still here, so after i uncheck âDisplay As Attackâ. my Unarmed attack disappear
how do i make it appear again?
actions, unarmed strike, still there, but you can re-tick it
it just won't appear in attacks
it's in actions under the attacks field
Let me restart from the beginning.
Avrae looks at all the attacks on your character sheet, and makes a read-only copy of them to use here in Discord.
Read-only means that Avrae wonât let you edit those attacks in any way.
Normally, youâd do that by editing the attack in DDB instead, then using !update to pull in the changes.
In your specific case, though, thatâs not an edit that is possible on DDBâs side.
The steps I suggested essentially remove your Unarmed Strike from the character sheet so that Avrae wonât see it anymore, and will remove it as well (after you !update).
Once it has been removed, you can then using !attack add to create the attack again directly in Avrae.
It will then work as you expect, but will only exist in Avrae itself â not your character sheet.
If you do still want it displayed on your character sheet, go back to the Actions tab and look for the text description for Unarmed Strikes. You can click that and then go back in and recheck âDisplay As Attackâ.
Unarmed Strike
You can punch, kick, head-butt, or use a similar forceful blow and deal bludgeoning damage equal to 1 + STR modifier
If you do that, though, and you also !attack add "unarmed strike", Avrae is going to see two versions of it and ask you to pick one every single time.
To fix that, you can simply call it something else, something unique. !attack add fisticuffs, for example.
As you surmised earlier, that will indeed leave you with more attacks than you started with.
Is there a shove command? My players wanted to shove a creature back but I couldnt figure out how they could do that.
for avrae?
yes
that's not really a thing to even automate
since it's positioning changes
however, shove is a special thing
yeah ath v ath/acro
ok so is there a command for it?
!check athletics vs. !mc "<monster name>" athletics
mc.... duh monster check.... thank you. I feel like a damn noob now. lol
Thank you my players and i apprciate it.
I was trying to learn how to use avrae and noticed the flurry of blows attack didn't reduce Ki Points, What am I doing wrong?
Nothing. Avrae doesn't automatically deduct anything when you use an attack; however, you can do so manually with !cc "Ki Points" -1"
OK, cool. I see I could make an alias to use with the flurry attack but cant figure how to set the multiple commands into the one alias
something like
!alias flurry multiline
!i a %1% "Flurry of blows"
!i a %2% "Flurry of blows"
!cc "Ki Points" -1
but it wouldnt work
The nice thing about aliases is that you can automate the deduction of counters when you run the alias. However, that's better discussed in the #alias-help channel on the Avrae Development Server.
OK thanks
Are the args there supposed to be targets?
If so, try !i a "Flurry of Blows" -t %1% instead.
In your current version, the args are being interpreted as the attack name.
yeah that's not gonna read right
the way you do it for avrae to read it is, !i a Flurry -t %1%
which is attack with flurry, target targetcode
Thanks, I had sorted that out but still cant get the !cc "Ki Points" -1 to run after it in the alias
Attacks but no !cc "Ki Points" -1
What happens when you try?
does anyone know how to get the !i opt <monster> controller <controller> command to work?
Add a dash before -controller, I think.
hmmm. point. someone wanna test with me?
!i opt WO1 -controller @spamandtuna#9657
Sure, if you wanna jump over to #ddb-avrae-commands
I do have a question how does one use furry of the small?
If that is a command or not
https://avrae.io/dashboard/workshop/5f7385fe647bb0a416316d1d
Subscribe to this, run !setrace goblin, and it will show you how to do it
Aliases for setting up counters based on levels (!level) and race (!setrace), along with managing additional cvars (!manage) for display on !vsheet, and also !vsheet.
Help Me Do More of What You Love
I do this in my free time. If you like what I do, support me on Ko-Fi
View Verbose Character Tools o...
When you attack, you can use -d {level} to add that damage.
!attack dagger -d {level}
That would be the manual way, and you can reduce your counter for Fury of the Small after, but !setrace creates a shortcut for you to use it
I donât think thereâs a way to make it conditional on creature size, though.
There is not
But yeah, Avrae doesnât typically have built-in automation for specific features like that.
So you have to either follow the steps manually, or use an alias like the one Myth shared above.
Hi everyone, I tried to add in my character from dndbeyond through avrae but keep getting the error that the link I take directly from my character sheet isnt a dndbeyond link. Anyone had this issue or know how to help?
Nevermind, I'm dumb and was adding the <> to it
Ah, the confusion of UNIX help syntax...
Unfortunately not everyone has experience with UNIX
What command do I use for class features like bardic die, momentary stasis, daunting raw ect?
that only lets me look them up but not track of use
@minor jackal I've posted an alias in #ddb-avrae-commands. Copy and paste that, and it'll give you access to some bard aliases
Typically Avrae doesnât have built-in automation for specific class features.
Youâd either follow the featureâs instructions and resolve things manually, or look for some user-made automation (an alias or a snippet) like the one Myth provided.
alright thank you đ
How do you run two characters in different games on discord? I can only see my first character for the one game
You can switch your active character with !char <name>
How do you use bardic inspiration
Use custom counters (!cc) to track how many you have, then players using it would just add -b 1d8 to their rolls to use it.
Thx! So much!
What's the command to make monsters quotable in a server (provided the commander has admin on the server)
What do you mean by quotable?
Like make the monster appear to be speaking? You can use the !embed command to create discord embeds that can make it look like some NPC/Monster is speaking or doing some action.
My avrae is offline, how do I get it back online
I think their weekly updates are usually pushed around this time.
In which case it should be back up shortly.
Alright, thank you!
But you can ask on the Avrae dev server if you want a more knowledgable answer.
On the Avrae Development server, you can follow along with the gitHub changes, find all sorts of aliases for various things, and hang out with some cool people!
Click here to Join!
Is there a alias or a way to do monster checks?
hello there, I am a completely new player to DnD and i was just wondering is this Avrae thing something ill need to play DnD online? Also what exactly is it?
!mc "<monster name" <skill check>
Avrae is a sophisticated diceroller that can load a copy of a character sheet from D&D Beyond and use that sheet to make attacks, checks and saves.
ahh ok then thank you. Do i have to download it or something or does it do all that just with commands in this chat?
Commands in chat. If you invite Avrae to your server, you can use any channel she has access to.
awesome thank you
can you load multiple character sheets in avrae (or specifically one per person in chat) and if so how does each person access their character?
You can have multiple characters on one Discord account; however, only one can be active at any time. You can switch with the !character command.
so if I load my character and my friends load their characters and we did eg checks it would know which character to use?
Each Discord account has their own character list. It responds based on the Discord account that inputs the command.
alright, thank you!
There's a good intro video over here. https://avrae.io/
And instructions to get you started. https://avrae.readthedocs.io/en/stable/cheatsheets/get_started.html
thanks a lot! I'll have a look at it.
Hey, does anyone know if you switch aliases for coins to a different one if it will keep your previous coins?
it probably wouldn't, code isn't magic, however it should be easy to port the amounts?
because it's a new alias, and there's no cross-information
but you should be able to just input your coins
You will not keep your previous coins, and will need to update your coins on the new alias. Aliases are generally not connected like that.
ok. thnx
Theoretically it could. For example, if they both tracked using a custom counter named âGPâ.
But as a rule of thumb, Iâd assume they donât.
Since aliases can be written any number of ways, itâs hard to give any concrete answer without more information about the aliases themselves.
I've been trying to figure out how to use class and racial feature through avrae such as the fighters Second Wind, could anyone give me the command for it please
There isn't a singular command to use a class feature. For your Second Wind example, you'd need to !cc "Second Wind" -1 to mark off the use of the feature, !roll 1d10+{FighterLevel} Second Wind to get the HP restored, and finally !g hp +<dice roll result>
ok, thanks
How would I go about adding agonizing blast to my eldrich blast attacks with the bot?
Add -d {CharismaMod} to your !cast "eldritch blast"
Itâs still not working for me. Hmm
Want to give it a try in #ddb-avrae-commands?
!cast "eldritch blast" -d {CharismaMod}
Yeah, I was just going to verify I had given the correct syntax. Was slightly delayed because of lunch break...
Aha! I made one teensy mistake. It's -d {charismaMod} not -d {CharismaMod}. Avrae is a stickler for correct capitalization.
Well that's what I get for testing it with a +0 cha character. đ
I guess if it doesn't recognize the variable, it just puts a 0 anyway.
I switched to a character with higher Charisma for testing. When I wasn't getting the expected result, I fell back to the expression RTFM: https://avrae.readthedocs.io/en/latest/aliasing/api.html#cvar-table
Hey that worked, thanks!
I'd suggest adding that as a snippet so you don't have to remember it every time.
!snippet ag -d {charismaMod}
!cast "eldritch blast" ag
Named it ag there, but you can change that with whatever else you want to call it.
Is there any way to syntax a monster name exactly so it doesn't query?
for example !ma fire giant greatsword always asks me to pick from a list of monsters
Use quotes around the name.
!ma "fire giant" greatsword
Otherwise it thinks the name is just the first word: fire.
Thanks!
Same goes for spells. !cast "magic missile", for example.
would anyone be able to help me make a command/alias for Javelin of Lightning?
The simplest option is probably to set it up as a Custom Action in DDB.
But if you really wanted an alias specifically, yeah, we can walk you through it.
Actually, Custom Actions don't let you flag it as a save-for-half... đ
Luckily, you can do that on the Avrae website, though.
https://avrae.io/dashboard/characters
Just a reminder, please use the #ddb-avrae-commands channel to talk to Avrae.
how do you make the avrae bot roll a stat?
oh, thanks!
and you can specify a skill for an ability skill check
how do you select the weapon
!a list for an attack list, or
!a longsword for a longsword
for spells, you use !cast <spell name>
ok
Do you have to 'load' your character each time you want to use it?
Can this be used when you have multiple session going on with different characters?
If so, how exactly?
!character list
then type in the name of the character
you don't need to do !beyond since that'll make a lot of iterations on avrae
how do you roll an attack with a weapon
see above
ok
I just did a few attacks so you can see
when I do !a then a weapon it says unarmed strike
that's because that's your only attack
have you equipped the weapon in your sheet and ran !update?
try it in #ddb-avrae-commands
just running update won't do it, you will need to have it equipped in the sheet and display under the 'attacks' field
right then, so you should now be able to see and use that longsword attack?
How do I update all 6 of my characters at the same time?
There's no mass update feature in Avrae. You'll have to switch between each character that needs updating and run !update on each one.
How do I switch?
!character <character name>. However, please run Avrae commands in the proper channel: #ddb-avrae-commands
No space in between the prefix and the command, and again, please run the commands in #ddb-avrae-commands
I switched the prefix for my avrae not from ! To /
How can I switch it back?
same command but with / prefix, and set prefix to !
/prefix !
You can also @Avrae#6944 prefix ! if the prefix got changed to some unknown character or sequence of characters.
thank you very much, that last command was the only one that worked
Also, how can I add a character from D&D beyond?
!beyond 'share url'
Get the sharing link from your character sheet and place that in Auditor's command where he has 'share link'
Thanks I got it to work
hello all,
if anyone is able to help me understand this please,
For encounter commands of Avrae do they link to ddb "encounter Builder" for fast building and set up?
No, the !init system does not speak with the DDB Encounter Builder.
no, but you can refer to it quick
!help init in #ddb-avrae-commands to learn more about Avrae's init system
i see,
thank you for all the help
đ
I have another question, I an the DM for my campaign and I added three characters to my channel, and I can only make chacks and saves for the last character I added. Is there any way to make it so I can specify which character I want to make the save/check for?
can anyone answer my question?
I think this is a limitation of Avare and Discord - a person on Discord can only run one character out of Avrae at a time.
So only one of your characters can be active at a time.
but is there a way to specify which character I want to use at the time?
And, if a certain person on D&D beyond is assigned to a character, can they use their character, and only their character on Avrea-Discord, or can they use anyone's character on Avrae-Discord
Yes - !char <name of character you want active> assuming you've already loaded the characters into Avrae.
Users can only load characters they have access to.
To see a list of all your loaded characters, use !char list
Just switch to a different character
If you truly want to "remove" a character from Avrae, use !char delete <name of character>. This will unload the character from Avrae. You will have to reimport the character into Avare again if you want to use that character.
And if you are the dm using your players characters on avrae. Just be aware that changes you make on avrae won't also change for the players if they have it loaded too
How do you make custom counters?
quoted it in #ddb-avrae-commands
Is this the spot where I can find someone to go over my D&D character sheet?
no, that'd be #character-discussion
this is for help with Avrae, the very helpful bot
Alright, thanks for letting me know.
Is there a snippet for the Piercer feat?
That one might be hard to pull off. I donât think snippets can read the size of the damage die used for that attack.
But for argumentâs sake, a longsword does 1d8 damage.
So with piercer, youâd need !a longsword -d1 1d8[piercing] -c 1d8[piercing]
That -d1 will add damage to the first hit, and the -c will add damage on a crit.
I suppose you could make a snippet called p8 that uses that for a d8 damage die.
Then add variations for other sizes. p4, p6, etc.
!snippet p8 -d1 1d8[piercing] -c 1d8[piercing] -f "Piercer|(enter rules text here)"
But maybe someone else knows a cleaner way to solve this one.
that's if you stab with a longsword
Well I use a rapier, but that will work tacking that onto the roll for Piercer
Yeah. As Auditor pointed out, longswordâs not actual eligible anyway. đ
But it should work for a rapier all the same.
How do you long rest with avrae
!game longrest or !g lr
Thank you
how do i ad avrae to a server?
Go to: https://invite.avrae.io and log in with to your Discord account. Select a server you have admin rights on and follow the instructions there.
thanks
!i hp <name> -10
is there a way to create and add monsters for home brew content within avrae?
Yes. Unfortunately, it's currently through a third party site, CritterDB. See: !help bestiary for details on how to set up homebrew monsters.
How do I add my artillerist force cannon to init?
You could use !i add for that if you didnât want to homebrew an actual statblock.
!init add <modifier> <name> [args...]
!i add 0 "Force Cannon" -h -hp 30 -ac 18 -immune poison -immune psychic
Youâd want to sub in the correct HP there, of course.
You can set it to match your init by entering your roll in place of that 0 and adding a -p.
Or by putting the both of you in the same -group.
oh oki ty
Of course you can alias that, too.
Which would also let you auto-calculate the hp.
!alias fc i add %1% "Force Cannon" -h -p -hp {5*ArtificerLevel} -ac 18 -immune poison -immune psychic
And then youâd use !fc <your-init-score>
How do I remove a group without removing combatants?
I think youâd have to unassign the group members first.
!i opt <name> -group None
The good news is that you can target the group itself for that, and unassign them all in one go.
What is the command to generate random stats?
!randchar
!randchar will roll 6 4d6kh3 dice.
Thank you
how do you roll saving throw
!s <type>
ok thanks
rather, !s <ability>
Type fits better, since death isn't an ability đ
fair
on a fighter class in Avrae you can see custom counters for things like second wind. Is there anyway to use them, e.g. set Second Wind to used? It will reset on a short rest already I think but I can't figure out how to toggle it
brilliant, thanks very much, worked perfectly
I had @wheat garden on my server but they disappeared. Do you have any idea why?
Are you sure they disappeared from the server? Check they have permissions in the channel, or check the member list in server settings. The only reason for them to leave the server is if they were kicked
I tried the @wheat garden command and they didn't appear
Do they show up on the member list as online?
Thanks for the help
No worries
Hi: trying to get command to cast chromatic orb - not working when using !i cast chromatic orb (works with fire bolt) - help please
Does the active combatant know chromatic orb?
When you say it doesnât work, what happens exactly?
Can you be more specific?
What doesn't work?
yes active conbatant knows the spell. not an option for some reason
What happens when you try to cast it, then?
how do i make my character active
'!char ....'
Where do I find the URL for !beyond link (url)?
nevermind
Just go to your character sheet and copy it from your browserâs address bar.
If the character is set to private, youâll also need to link your DDB and Discord accounts.
Okay thanks
I've tried that but it doesn't work.
Should just be !beyond and the url.
!beyond https://www.dndbeyond.com/...
But if you want to try it in #ddb-avrae-commands, I can help you figure out what's going on.
Good evening, i have a question
yes, do ask :P
I created a Avrae-discord (single) encounter, start to finish, including the required commands, is there a way to get feedback on my encounter?
describe it?
Feedback? What are you looking for, specifically?
well is it any good? Would be good to know^^ and are the commands all there and are they correct
or is there a spot to post them on DnDB?
Where can I find a list of commands for Avrae?
!help
And then you can use !help <command> to dig deeper.
Like !help attack or !help game hp
But theyâre also listed here if you prefer.
https://avrae.io/commands
Scheduled Maintenance (Jan. 26): Delayed
Due to a technical issue in the deployment process that prevented the successful completion of this morning's scheduled maintenance, today's maintenance has been postponed until 2:00pm PST (5:00pm EST / 10:00pm UTC), at which time Avrae will go offline for a period of up to 30 minutes. We apologize for the inconvenience.
14:05 - The release is now in progress.
14:24 - Avrae should be coming back online globally. Thank you for your patience.
Ahem. Please use #ddb-avrae-commands for command testing. This channel is for getting assistance when the commands aren't working.
Sorry, just realized I was in the wrong channel.
Known Issues After Patch 2.8.0 (Jan. 26)
- When importing a D&D Beyond character for the first time, if the character import fails, the account link helper message will still appear.
- When rolling on a D&D Beyond character that is in a campaign, Avrae occasionally sends an additional message stating "No campaign link with that ID found."
A secondary hotfix will be released tonight at 11:00pm PST (2:00am EST / 7:00am UTC) to address these issues.
23:00 - The release is now in progress.
23:20 - The release is complete.
Sorry, new here, so let me know if you've heard this one before: instead of showing the sum of the final ability scores on the '!randchar' output, I would love to see the equivalent point buy points. (I'm aware that 16, 17, and 18 don't have RAW point values.)
!randchar is a basic command that uses the dice rolling functions. Having it lookup an equivalent value on a table and summing those values would be much more complex. There may be ways to do it with an alias, but that goes outside the scope of the basic help that's generally offered here.
Perhaps I should have been posted in #ddb-feedback
Hello I need a bit of help, I used â!mc <monster> <check> but it didnât do the check for the monster, is there an alias I need for it?
No that should work assuming everything is working properly
Does your monster have two or more words in it?
Two
Then you need to put the monster's name inside of quotes
Like this: !mc "my crazy monster name" wisdom
trying to make my character do 2 types of dmg in one line any help sould be appreciated
give context
This channel is not in combat.
"!i attack Claws(DEX) -t (monster) -rr 3 -d 1d10 magica"
need it to do magical and lighting becasue of bllod hunter rite
claws are always magical becasue of tattoo
this is me
Order of the Lycan, ok
blood hunter in werewolf form
claws stay magical because of eldritch tattoo but not sure how to add the rite damge in there
is that a channel?
that will let you make a command that will apply rite damage with a snippet
okay i am actually trying to hlep my dm out so avrea is new to me thanks for the help
there's also one for the tattoos
but i haven't tried it out yet so i can't vouch its quality
ya i can cast the brand but its not recognizing the 2 type of damage in my attack line
i am trying it with monster resistant to certain type and nothing happens
ya that is what i am thinking just not sure what the proper format would be for 2 types of damage
So to add special damages to your attacks you can use the !a <attack name> -d <bonus damage>[damage type]
You can see an example here: #ddb-avrae-commands message
So using your earlier example, !i attack Claws(DEX) -t (monster) -rr 3 -d 1d10[lightning] magical
That will make both the claws and the lightning magical. Not sure whether thatâs an issue for you.
-d "1d10[magical lightning]" would make just the lightning magical.
Doing it for just the claws is trickier if theyâre not saved as magical. Youâd have to replace the base damage type.
-dtype "slashing>magical slashing"
But thatâs only if youâre adding a second, non-magical damage type.
Has anyone had success with the "!campaign [campaign_link]" command? Is it not fully implemented yet?
It is not fully implemented yet.
There will probably be an announcement here in this channel when itâs ready.
darn
I was just about to ask about this and when might the implementation be planned.
No date has been announced.
can someone help me understand how to keep the damage going after Witch bolt has alreday been cast and successfully hits? Should I just roll a D12 for damage? I am playing a level 1 warlock and I am confusesd with thw avrae bot
@sullen plinth You have to join initiative first. Then when you cast it, it will give you an effect that adds an attack. You can use !attack "witchâs bolt" to deal the subsequent damage.
If youâre not in initiative, then yeah, you have to roll and adjust the hp manually.
Thank you for that
I have Avrae in my server to use but it doesn't pin the initiative. Any Idea why?
It may not have the 'Manage Messages' permission in that channel, usually done to prevent her from deleting commands.
Hrmm, that's the FAQ answer. I can't tell for certain if the settings are correct on your server, however.
Does anyone know how I can set avrae to reroll 1s when rolling 4d6kh3?
that seemed to do the trick thanks
If you reroll and get another 1, do you keep rerolling? If so, yeah, thatâs rr1.
If you only reroll once and keep that second 1, thatâs ro1.
How do I invite avrae Threshold to my server?
!threshold is an alias, that might be available on the Alias Workshop at: https://avrae.io/dashboard/workshop?order=popular-1w&page=1
Ah! Here it is: https://avrae.io/dashboard/workshop/5f73c8df192fdca3888bc2f6
This collection contains a single alias: !threshold. It can be used to roll random character stats with certain thresholds such as min 70 total, or at least 1 stat under 10.
Support Us
You can support me and this alias at Ko-Fi
Issues?
You can file reports and feature requests, as well as see the source co...
Ok thanks
The Eldritch Claw Tattoo does not seem to set unarmed damage as magical, is there a quick way to do so?
Not easily. The quick fix is to remember to add magical to your !attack unarmed sequence.
Oof, that's a little rough, but alright. I added a custom counter for Eldritch Maul already, so I'll try and remember.
The more permanent fix is to remove the unarmed strike from your character sheet and readd it directly in Avrae so that it's always magical.
On the sheet, you'd have to click your unarmed strike attack, go to the sidebar and open the customize menu, then uncheck "Display as Attack".
Then !update and !attack add "Unarmed Strike" -b {strengthMod+proficiencyBonus} -d "1+{strengthMod}[magical bludgeoning]"
I could just call it something else and use that instead tho, right?
Right.
Cause I also have Tavern Brawler, so it gets a bit difficult with all of the bonuses and such.
Would that attack add the +1 bonus from the Eldritch Claw or do I need to add it myself?
It doesn't, from what I found out.
The manual attack I listed above will not include bonuses from any items.
But it should be pretty easy to adjust as needed.
Just use that command again, add the +1, and itâll override the old one.
Hmmm... now I'm trying to figure out an alias for adding the Force damage to melee attacks with the Eldritch Maul ability. ponders
snippet
Well yeah, but you got what I was talking about.
!snippet maul -d 1d6[force]
You might also add -f "Eldritch Maul|(rules text here)
Is there any way to do elven accuracy on Avrae? Iâve looked at the csettings but not seeing it
!attack <weapon> ea
Since using Elven Accuracy is optional, it didn't make sense to make a csetting for it.
Thankies!
New Feature: Real Time Dice Sync
Sync rolls between a Discord channel and your D&D Beyond character sheet by linking your campaign!
Use !campaign https://www.dndbeyond.com/campaigns/... in a Discord channel to link a D&D Beyond campaign to the channel. Your rolls from D&D Beyond will appear live in that channel, and if you've imported your character, any rolls on that character will appear live in D&D Beyond!
New Commands
!campaign <url>: Links a D&D Beyond campaign to a Discord channel.!campaign list: Lists the campaigns linked to this channel.!campaign remove <name>: Removes a campaign link from the channel.
Updated Commands
!roll,!check,!save,!attack,!cast,!init attack,!init check,!init save,!init cast: When rolling an attack, check, or save on a D&D Beyond character in a linked campaign channel, the result of the roll will appear in the linked D&D Beyond campaign.
âď¸ @lean smelt @glass ingot
Is the campaign log intended to import rolls from the Player/Character App? I thought it was but it doesn't seem to be working.
@lean smelt Did you update the app today? Do all players have their DDB and Discord accounts linked?
Yes. I was able to get it working for me, but one of my players is still having trouble. Both are new installs of the app. Trying to troubleshoot issues. Is there an KB article on it somewhere that can be referenced for common issues?
I'll see if I can find one.
In the meantime, you might have them try !ddb if you want to verify that their accounts are linked.
When they roll from the app, do those rolls appear in the game log in DDB?
If they aren't there, it's an app issue. If they are, it's an Avrae issue.
Thanks for your effort. Just heard back and it's working.
Hi all, is there a way to add an homebrew monster in the init list ?
The creature has to be made in CritterDB, then you can import the bestiary using the !bestiary command, at which point it can be added like any other monster using !init madd
if you dont want to add it to the bestiary and only need it to have hp, ac, or neither, you can use !i add "initiative modifier" "monster name"
you can add -ac "AC#" or -hp "hp number" to the end if you want it to have at least that info
ex. !init add 0 Mymonster -ac 15 -hp 40
Help the bot is broken
you're prolly doing !roll 1 d6
Auditor of the PactToday at 00:04
!roll 1 example
Avrae
BOT
Today at 00:04
@Auditor of the Pact đ˛
example: 1
Total: 1
it sees 1 as just... do that. since Avrae can do math from commands
and a word after makes it show as Thing: [result]
Is there a way to roll FATE/Fudge dice with Avrae?
No. Avrae is built around the 5e system and doesn't have another system's dice built in. I'd have to read up on they FATE system to know how it works to find the best way to simulate it with Avrae.
Got it, thanks! Just checking, maybe I could make it work with a alias
Thereâs an alias here, but I donât know how well it will suit your needs.
https://avrae.io/dashboard/workshop/5ff629b6adefbcb30a94478e
Comes with one alias:
!fate
Since Avrae requires a character context, you must have a character created within Avrae. You can use !help dicecloud or !help gsheet or !help beyond to help with that.
Go view the FATE website at https://fate-srd.com/
View FATE System on the Alias Workshop.
Been helping get the players for a campaign get set up and there's definitely been some heavy timeout issues in the last 20-30 minutes .. hoping it settles down before our game in 1 hour or so!
Avrae commands not working instantly
They're working for me
So it could be an issue with your server region or connection to the bot, rather than the bot itself
I theorize it might be Because Lauren, Adam, and Todd are leaving, and Avrae is conscious and feels sad and has no motivation to do things.
oof
If it works for you that means it's a regional issue
cause in some other servers it's not running
Theyâre looking into the issue.
Usually most Avrae "issues" are actually Discord going wonky in my experience
Is this only for the specific channel or is it for a server that this will link for?
Specific channel.
thnx
Basically it will send those rolls to whichever channel you run that command in.
When I typ in !monster xxxxxxx it only gives me a small overview. But normally it gave me all the information and features about the monster. I have this problem only on one server. On the other it goes fine.....
Do u know how to fix that?
That's a setting you change, either by giving yourself a specific Discord role like DM or Game Master or you can use the !lookup_settings -req_dm_monster False so that the entire server can see full blocks.
ah thanks
Itâs meant to hide the full monster view from players.
Hello I'm trying to upload my character sheet from Google Sheets and when I do it says Cell out of Bounds.
Then you might have a blank cell where it needs information or have accidentally copy-pasted over one of the required formulas.
Where though?
That's the hard part. Without seeing the sheet or the exact error message, I can't tell you where to look.
Can I post the sheet here?
Iâd suggest trying the import again in #ddb-avrae-commands.
So we can see exactly whatâs happening.
I posted it
That's not the right GSheet.
v2.1
Click [File] then [Make a copy...] to use the sheet for yourself.
,Check [?] for help. And read all the notes!
CLASS(ES) & LEVEL(S)
RACE
,INSPIRATION
STR,-
,PROFICIENCY BONUS,AC
00,Saving throws auto-populate.,Hit Point Max
DEX,ă,-,Strength
-,ă,-,Dexterity
ă,-,Constitution,CURRENT HIT...
As a bit of friendly advice, if you are going to use GSheet, the Avrae dev server is usually better equipped to answer any questions about the process.
On the Avrae Development server, you can follow along with the gitHub changes, find all sorts of aliases for various things, and hang out with some cool people!
Click here to Join!
I have linked the Campaign I DM to a channel with Avrae and all my players have avrae and DDb linked but it seems my rolls are the only ones that show up in both, what am I missing?
Try to have them !update quick.
Make sure theyâve all linked their DDB and Discord accounts, too. They can use !ddb to get instructions or verify the link.
yeah it works, thanks!
How to use avrae?
Have you created a character using D&D Beyond? If so, step one to using Avrae is to get the sharing link from that character and paste it after the !beyond command to import that character into Avrae.
Well, i have a character but not on D&D Beyond because i cant have my character on D&D Beyond without buying several books on the marketplace.
I see. Then you'll have to use one of the alternate methods of creating a character in Avrae, !gsheet or !dicecloud. If you need more help than is found in the help files, I'll refer you to the Avrae Development Discord server. This channel is focused on helping with D&D Beyond characters.
On the Avrae Development server, you can follow along with the gitHub changes, find all sorts of aliases for various things, and hang out with some cool people!
Click here to Join!
Ok, thanks!
FWIW, you donât have to buy the full books on DDB. You could buy just the subclass, etc. that you need for this character.
Whatever you do spend gets subtracted from the remaining price of the book itself, too.
does anyone know how to clear a character list on avrae?
cause my character list is over the discord character limit
đ
!char delete <name>
Error: Message is too long, malformed, or empty.
Invalid Form Body
In content: Must be 2000 or fewer in length.
I don't believe so.
If you're having issues with that, try checking in with the Avrae Developer Discord as they might have tips/tricks to removing characters without touching Discord.
On the Avrae Development server, you can follow along with the gitHub changes, find all sorts of aliases for various things, and hang out with some cool people!
Click here to Join!
how do I set up a simpler alias that runs another command?
like, say I have 6 portraits I wanna update through, but I'm not gonna sit here and do !portrait update <url> cause I have six of them. isn't there a way to set it up so I can do like... !<name> and have !portrait update <url> run for that command?
Ok I have tried multiple times to get it to change my active character what am I doing wrong?
Yeah that's what I type and I keeps saying the same character is active the one I originally used
what character are you trying to switch to, from who
Well current is Ari and the one I want is Aldre Azudol
so the command is !character Aldre
Nope even when I type that it says active is ari
is Aldre actually in Avrae?
Your characters:
Ari
well, there's your problem. Aldre isn't imported yet.
you don't even have Aldre in avrae
Please run commands in #ddb-avrae-commands
Ah sorry I just getting back into this bot
well anyway... isn't there a way to make another command run under a smaller string?
What sort of command do you mean, since that's the main purpose of aliases.
have !portrait update run as !base or something
that way I can just set up quick commands to switch portraits.
!alias base portrait update &1& should do it.
thank you, Aren!
how does preparing spells in Avrae work?
do you just need to remember what you did and didn't prep?
basically.
There is a !prep alias on the Avrae Developer Server to "prepare" spells.
I need help with using the Avrae bot. I'm a DM who's running a campaign for 4 players on discord. We connected our character sheets from D&D beyond over to the avrae bot, which was surprisingly easy, and everyone's connected to the campaign set up by the website. The problem I've been having is that when we were doing test combat encounters using the bot, Avrae would mention I have no character active. It was working previously; I was able to attack with the monsters in the encounter with no problem. I just need assistance before we start our first session.
Were you using !init attack or just !attack?
using !attack
!attack uses your active character (which you don't have).
!init attack uses the current combatant, whether that's a monster or even one of your players.
I have a question. How do you expend customcounters? For example, using one of your bardic inspiration.
!cc "counter name" -1 so for you, !cc "bardic inspiration" -1 (if the counter is called that. Shorter versions work too if there is no duplicates so you can call it bard if it is the only custom counter with bard in it)
Thank you
A plus or minus there (+1, -2) will adjust the counter by that amount.
A number by itself will set it to that number.
So !cc bard 1 will change the counter to 1, regardless of what it had before.
thanks for letting me know
to expand on what Swiftgale said
if you have, say, bardic inspiration
and nothing else starting with b, or ba
then you could probably just do !cc ba -1
It isn't starting with that matters, it is containing in general (or at least used to be). Technically you could just as easily do !cc pi -1 if nothing else contained pi as it is in the middle of inspiration
will that also work for the "lucky" feat counter
what the command for looking up status conditions
!condition
thanks
Yeah, it can be a little hard to find the right command in the lengthy !help list.
i thought it was !status and was confused why it was not working
i thouhgt huh it worked before
but i realise i had been doing your command
status is for initiative statuses
My friend is playing in my discord server and has joined my shared campaign but his rolls from dnd beyond dont appear in discord does he need to link it and if so how. I don't remeber
Heâll need to link his DDB and Discord accounts, and import his character.
!ddb will get him instructions for the account link, or confirm if itâs already set up.
And then he can grab his character sheet url and use !beyond <url> to import it, if he hasnât already.
Perfect yeah he already did the beyond ăurlăI will try to link account thanks
rolls from the beyond sheet appearing in discord would rely on the Beyond20 browser extension and the Beyond20 discord bot.
This falls outside of Avrae's jurisdiction entirely
Did you miss the big news?
#ddb-avrae-help message
oo
I was wondering I'm starting a new discord server to play Dnd with friends and I've already invited the Avrae bot tonthe discord but for some reason the commands I know about don't work where am I going wrong?
You (or someone else authorized) may have accidentally changed the prefix Avrae looks for.
You can reset the prefix by typing @Avrae#6944 prefix !
I'll try that hopefully it will work.
Little problem, we have Avrae on a server. But it stopped working mid battle on that specific server. Rejoining it did not help. I myself am head and admin of mentioned server.
But ut works in pm and other server?
Thats confusing, alright thx
#blamediscord
Connection Issues (Feb. 12)
Avrae is currently experiencing severe connection issues with Discord, causing the bot to appear offline in about 70% of servers. This issue is caused by an internal error in the Discord API and is being monitored; FAQs and updates will be provided here.
FAQs
-
How long until Avrae is online again? It's Friday night and I've got a D&D game.
Unfortunately, there's no ETA on a fix from Discord; another issue upstream appears to be affecting the Discord team's ability to deploy a fix. You can find more information at https://status.cloud.google.com/incident/cloud-networking/21002 and https://discordstatus.com/. -
Why is only Avrae offline?
The API issue affects how bots create new connections to Discord, not existing connections, which means that smaller bots using existing connections (like Taine or Nightly) were not affected. Avrae maintains over 240 simultaneous connections to Discord, and as new connections started failing, the overall health of the bot deteriorated.
Updates (times in PST)
[17:45] - We are currently monitoring the situation. Thanks for your patience!
[18:20] - Avrae is now completely offline. We're continuing to monitor and will provide updates when available.
[19:20] - Still waiting on a fix from Discord.
[20:12] - Still waiting on a fix from Discord. Note that while both the GCP and Discord status pages display no incident, we are still waiting for Discord engineers to roll out a fix before we can begin the restart process of Avrae.
[20:23] - Avrae is starting to reconnect to Discord.
[20:43] - Avrae should be back online globally. We apologize for the inconvenience and thank you for your patience; happy adventuring!
It's actually not Discord this time! It's actually Google Cloud Services, which is impacting Discord, and therefore impacts Avrae. See #296175773469900808 message
Oh hey need to read - looks like it was posted...
So it sounds like Zhu is just waiting for Discord to make some updates to an API and give the all clear before they can kick off restarting Avrae...
so i just connected my discord and ddb account but my dice rolls dont show up in discord chat.
Is your character in a campaign?
Have you used the campaign link with the !campaign command in the channel?
i did
Hmmm, and you've covered the next question. I have to try running this on my own.
using the !beyond then my char link correct?
Actually, you running the !update command in that channel was my next step.
Are your other party members having this same issue?
some. couple of the dice works but mine and i think one other dont get the dice rolls in discord
Can you run !ddb in #ddb-avrae-commands please?
ive connected my account. i even discoonected and reconnected earlier today and let it sit for a couple hours. then started my campaign. and still nothing
So somehow your Discord account you're using now isn't the one signed up in D&D Beyond. That explains the dice roll problem.
hmmm. it should be
The thing that can mess up frequently is the number after the # in your Discord name.
And what is the name in the D&D Beyond link?
ok im sorry. im confused now. it shuld be the same on both. do you mean my real name
No, no real name. Just Discord names need to match.
so i need to change the cosmic spyder then?
You need to log into the cosmic spyder#7311 account in D&D Beyond account page. https://dndbeyond.com/account
oki think i saw where i needed to change it.
so should i close and reopen ddb and discord?
Not necessarily. You may just need to wait up to 15 minutes for the back end to synch up properly. Once you get a message from the !ddb command that your account is linked up, !update your character to be extra sure everything is set and try the dice roll again.
ok. tyvm.
Still didn't fix
Hmmm. Weird. You may need to open a support ticket with DnDBeyond staff so they can dig into this in more detail.
At https://www.dndbeyond.com/account under Discord, what is the full name including numbers given?
on ddb its 7365 on discord its 7311, i never noticed that before
cosmicspyder 7365 on ddb and cosmicspyder 7311 on discord
Thatâs your answer, then. Itâs linked to the wrong account.
You need to link it to the one youâre currently using, #7311.
Ok. How do I change that.
On your DDB account page (linked above), you need to unlink #7356.
Then make sure youâre signed in as #7311 when you link again.
done
done and done. thank you, now why is it i had 2 links? was it because i had originally opened discord on my phone then did it on the pc seperately?
Yeah, you must have been signed in to different accounts on them.
anybody know the command to cast a spell not on your initiative for a monster? I know how to attack out of initiative using !i aoo, but what if the monster has legendary actions - i.e. casting a spell out of turn - on someone else's initiative.
!init reactcast <combatant name> <spell name>
Ah thanks!
Correction made.
Thank you!
thank you for all your help the dice are working
is there a walkthrough on how to limit the bot to only a specific channel my google ability check roles are not doing well today
Use discord permissions. Just remove avraes permission to post in channels you don't want it in
Create a Discord role and assign it only to Avrae. Shift that role to below @everyone in the Roles in Server Settings. Give the role you assigned Avrae permissions to that channel only.
what do I have to do so that I can get my D&DB Campaign into my Discord server ?
You can't put roles below everyone đ
Step one: Go to https://invite.avrae.io and log in to Discord there.
Step two: Find your server in the drop-down menu and click on the Invite button.
yes already did that put my character there but it says "This is not a D&D Beyond campaign link" when I put my campaign link in !campaign
Oops. Haven't completely read the help files for role management in Discord yet.
Are you putting the invite link or the campaign's URL from DDB?
Try the other one. Copy it from your browser and paste it after !campaign
probably misread something
It's an honest mistake.
at least it works now
Is there a good doc somewhere for running an encounter using the init system?
Those are the official documents. You can also read all the help files for !init, but that will take a few hours. The other way is to just make a test combat and learn that way.
Yeah, I was reading the init help files and was looking for some examples and such. Thanks for the links!
How do you remove non-magical resistance from a monster in ini
!i opt <name> -neutral <damage_type>
Or you can use -neutral <damage_type> on an attack or spell, too, to bypass that resistance just once.
how do I define a new gvar? doing !gvar didn't do it
!gvar create <value>
Or you can go to https://avrae.io/dashboard/gvars and create a gvar there.
o7 cheers
To link a DDB Account to Avrae you just type !ddb right?
That will give you instructions or confirm whether you're linked.
If you've gone to https://dndbeyond.com/account and added the Discord link there.
Just a polite reminder: try and keep Avrae commands in the proper channel #ddb-avrae-commands please.
what even is a gvar or cvar
A gvar is short for a Global Variable. It's a constant that can be referred to by any alias.
A cvar is short for a Character Variable. It's a means of saving information about a specific character that can be loaded in later.
alright so gvar is nab a thing for any alias
but cvar is specific character twiddles
like... crit sides of a d20/
Is there a way to change a spell's damage type on the spot?
!cast "<spell name>" -dtype lightning to change the damage to lightning. If you only want to change one specific damage use -dtype fire>cold.
Okay thank you
Where can I find the link to the different server aliases?
The best place to find aliases is the Alias Workshop. If you find one you like, you can add it with a single click.
https://avrae.io/dashboard/workshop
Anyone here knows of a good add on for bloodhunter in avrea. One that allows its hitdice to work?
Check the Avrae Discord Server or the Avrae Workshop (see above link) to find aliases. I think there is one for bloodhunters but I don't know the name of it right off the top of my head.
Hello everyone. Iâve set up a practice server with a campaign linked and two test characters. I can do various rolls using the exclamation mark commands. Really cool. I canât get any dice rolls to work though from the eithe D&DBeyond website or player app. My account is linked to Discord. Am I missing something?
The characters are in the campaign in DDB?
Yes
Oh
Actually
Let me check
Iâve managed to create them outside of the campaign.
Typical.
So sorry
Need to work out how to move them into the campaign now
Sometimes it pays to ask the simple questions first.
At the top of your campaign page is an invite link. Just visit that URL and you can select a character to join with.
Then visit it again for character 2.
You are both amazingly helpful
I can now get a dice roll from the web to show. But not from the iOS player app.
Should that work too?
Got it
Another user error
@viscid kernel @fickle salmon â¤ď¸
So I'm trying to make a homebrewed flesh mound in my bestiary on critterdb. Everything works fine except I can only seem to make a slam attack show up in Avrae when imported. The monster has another attack that forces saves and adds an effect that deals damage on the start of a player's turn but I can't seem to get the attack to work. Any help or am I doing something dumb?
Avrae can't import monster attacks that requires saves or adds effect automation from CritterDB.
So I have seen the threshold command being used quite a few times now but I can't seem to access it, how does that work?
Threshold is an alias, not a built-in command.
Is there a way to manually add that attack to the monster or am I out of luck?
You can get !threshold here if you're interested.
https://avrae.io/dashboard/workshop/5f73c8df192fdca3888bc2f6
This collection contains a single alias: !threshold. It can be used to roll random character stats with certain thresholds such as min 70 total, or at least 1 stat under 10.
Support Us
You can support me and this alias at Ko-Fi
Issues?
You can file reports and feature requests, as well as see the source co...
Thank you @viscid kernel you are a massive help â¤ď¸
Not that I can see. A revamp of Avrae's homebrew is on the wish list, but not in the short term future.
Ok thanks for letting me know. At least I won't spend hours looking for an answer
Is there a way to use stuff like fob or smite on attacks?
Or is that an alias again?
Avrae doesn't generally have built-in automation for specific class features.
But yeah, there's plenty of user-made aliases out there.
Alright, thanks spamandtuna, I am trying to figure this out for my players so combat goes smoother
That same link above takes you to the Alias Workshop. If you use the search bar there, you should be able to find something that suits your needs.
Thank you!
