Hey everyone, simple little guide here to explain how to make your own customized prompts.
There are two different custom prompt strings you can set on Aardwolf, a prompt and a battle prompt.
Battle prompt is displayed while you’re in combat with something, and regular prompt is displayed the rest of the time.
Battle prompts usually contain the health status of your current target.
There are 2 commands used to set prompts:
prompt and bprompt
These are my current custom prompt strings. (you can copy/paste them directly into the game to use them, modify them, or create your own entirely from scratch to your own liking)
prompt @c[@W%h/%H@whp@w @W%m/%M@wmn @W%v/%V@wmv @W%q@wqt @W%X@wtnl@c]@w%d>%c
bprompt @c[@W%h/%H@whp @W%m/%M@wmn @W%v/%V@wmv @W%X@wtnl@R%b@c]@w%d>%c
If this looks overwhelming, it’s because I had added subtle color codes to the entire thing to make it more visually appealing to me, if you are going to build your own prompt, I suggest starting without the color, get it how you like, and then add the colors. (Otherwise it can be quite confusing!)
Here is what these look like in the game.
Prompt:
Battle Prompt:
Let’s break it down and simplify it without the color codes, so you can see how to build your own prompt string.
prompt [%h/%Hhp %m/%Mmn %v/%Vmv %qqt %Xtnl]%d>%c
bprompt [%h/%Hhp %m/%Mmn %v/%Vmv %Xtnl%b]%d>%c
You can see that each variable is represented by a %code. I will mention just a few of them here.
%h = current hp, %H = max HP and so on.
%d will display Dbl: xx showing how many minutes of double experience are remaining if double is currently running.
%b is only useful in the battle prompt (bprompt) as it will show Enemy: xx% to let you know your current combat target’s health
You can see a full list of all the prompt variables and options by typing: help prompt