Habitica Wiki
Register
Advertisement
Habitica Wiki



Cross-Class Stat Buffs[]

by @mike_the_monk

Summary[]

Cross-class refers to using skills that normally aren’t accessible to your class. If you want to have cross-class access to stat buffs, you are in the right place; if you want to have cross-class access to other skills, see the Cross-Class Skills script instead.

Each of these buffs mimics the relevant skill from each class (for example Valorous Presence, the Warrior skill which buffs Strength), but affects you only, not the whole party. For that reason, their mana cost is half what it ordinarily will be. Each buff improves one stat according to the unbuffed value of that stat. They unlock at level 13.

You have the option of which buffs to add, whether for just one stat, each possible combination of two stat, each possible combination of three stats, or all four. By default, only the buff for all four stats will appear, but you are able to customize that according to the directions below.


Note:[]

Please wait 30 seconds between clicking any of the buttons in this script or other scripts. We don’t want to overload the Habitica servers, which can affect everyone, even if they’re not using any of the scripts. If you accidentally click it faster, no worries, I’ve built the code such that if you don’t wait 30 seconds, no code will be executed. So, if you click the button and it seemed like nothing happened, that could possibly be the reason why.



First-Time Setup Instructions[]

Code[]

Required Customizations[]

This is the part where you pick which cross-class stat buffs to add, using the value 0 for a skill that you don't want to add and the value 1 for a skill you do want to add. I've organized them by the number of stats that get buffed, starting with the skill that buffs all four, then the skills that buff only one stat, then three stats, then two stats. By default, the script will create the Omni Buff (buffing all four stats) but none of the others, though you can change these as you wish.

Four stats:

  • CREATE_OMNI_BUFF Change this 1 to a 0 if you don’t want the Omni Buff skill, which combines the four skills listed below for 55 MP.

One stat:

  • CREATE_VALOROUS_PRESENCE_SELF Change this 0 to a 1 if you want a skill that buffs your Strength for 10 MP.
  • CREATE_EARTHQUAKE_SELF Change this 0 to a 1 if you want a skill that buffs your Intelligence for 17.5 MP.
  • CREATE_PROTECTIVE_AURA_SELF Change this 0 to a 1 if you want a skill that buffs your Constitution for 15 MP.
  • CREATE_TOOLS_OF_THE_TRADE_SELF Change this 0 to a 1 if you want a skill that buffs your Perception for 12.5 MP.

Three stats:

  • CREATE_TRIPLE_BUFF_STR_INT_CON Change this 0 to a 1 if you want a skill that buffs your Strength, Intelligence, and Constitution for 42.5 MP.
  • CREATE_TRIPLE_BUFF_STR_INT_PER Change this 0 to a 1 if you want a skill that buffs your Strength, Intelligence, and Perception for 40 MP.
  • CREATE_TRIPLE_BUFF_STR_CON_PER Change this 0 to a 1 if you want a skill that buffs your Strength, Constitution, and Perception for 37.5 MP.
  • CREATE_TRIPLE_BUFF_INT_CON_PER Change this 0 to a 1 if you want a skill that buffs your Intelligence, Constitution, and Perception for 45 MP.

Two stats:

  • CREATE_DOUBLE_BUFF_STR_INT Change this 0 to a 1 if you want a skill that buffs your Strength and Intelligence for 27.5 MP.
  • CREATE_DOUBLE_BUFF_STR_CON Change this 0 to a 1 if you want a skill that buffs your Strength and Constitution for 25 MP.
  • CREATE_DOUBLE_BUFF_STR_PER Change this 0 to a 1 if you want a skill that buffs your Strength and Perception for 22.5 MP.
  • CREATE_DOUBLE_BUFF_INT_CON Change this 0 to a 1 if you want a skill that buffs your Intelligence and Constitution for 32.5 MP.
  • CREATE_DOUBLE_BUFF_INT_PER Change this 0 to a 1 if you want a skill that buffs your Intelligence and Perception for 30 MP.
  • CREATE_DOUBLE_BUFF_CON_PER Change this 0 to a 1 if you want a skill that buffs your Constitution and Perception for 27.5 MP.

Optional Customizations[]

  • NOTIFICATIONS_ON can be changed to a 0 if you don't want a private message notification every time you have insufficient mana or are too low of a level to use the skill. If you leave it as a 1, you will get such notifications.

Troubleshooting[]

If you're experiencing issues with the script, please go through the steps listed on this page: Scripts Troubleshooting. Section 3 (Event-Driven (Webhook) Scripts) is especially useful.

If you're not able to resolve the issue, you can contact the author of the script at any of the following places:



Update Instructions[]



Scripts by the same author[]

Below are scripts that let you customize Habitica. If you plan on using more than one of them, I recommend installing the superscript, which combines all of my scripts into one.

Automated FCV scripts – these do things you can manually do using Fixed Character Values, all at the click of a button

Custom skills – at the click of a button, do something it's not possible to manually do using Fix Character Values

  • Cross-Class Stat Buffs - use stat buffs from other classes to buff yourself (but not your Party).
  • Cross-Class Skills - use skills from other classes at a slightly higher mana cost.

Game Modes – these activate a game mode which alters Habitica in a larger, ongoing way for you

  • Bad Day Mode - some days, it's better to rest than to do all of your tasks. Pressing the button fully heals you, buffs your CON to 9999, and Stealths all your Dailies so you take no damage if you miss them.
  • Partial Healing Mode - normally, you fully heal upon leveling up. Players who want an added challenge can instead only partially heal upon level up.
  • Dueling Mode - challenge another player to a duel and the script keeps track of your score. Whoever wins gets the GP that both of you wagered.

Just for Fun – customizations more on the silly side

  • Transform Yourself Year-Round - why wait until the next Grand Gala to turn yourself into a snowman, flower, starfish, or ghost? Creates buttons that transform you for 15 GP (5 GP to turn back), including a never-before-seen Random Transformation item that randomly turns you into one of the four options.
Advertisement