promotional bannermobile promotional banner
premium banner
Makes Iron Spells & Spellbooks staves cast spells like in Wynncraft

Description

This is a little project i made to make Iron Spells & Spellbooks staves cast spells like Wynncraft staves do, using Right and Left clicks.

The mod has a config to change some things, but it doesn't allow to assign specific combinations because of this:

  • This mod only redirects the combination to one of the quick cast keybinds.
  • The combination is made via binary conversion, where Left Click = 0 and Right Click = 1. When making a certain combination, like for example LLRL, it will convert it to a binary number (LLRL = 0010) and convert it into decimal (0010 = 3), and that decimal number specifies which quick cast keybind the combination should activate.
  • If you want to customize which combination activates which spell, calculate the binary number of the combination, convert into decimal and put the spell in the slot correspondant to that quck cast slot.