View Single Post
  #1  
Old 07-27-2021, 11:50 PM
Vire70
Sarnak
 
Join Date: Apr 2010
Posts: 33
Default Class bitmask calculator

This is a pretty niche tool that probably won't help anyone, but I've recently had to change class bitmasks on a lot of EQ DB items and got sick of having to reference https://eqemu.gitbook.io/server/cate...yer/class-list (as helpful as it is) and then manually add up the classes for the right class ranges.

So I made this little program in C#, it's a way to either click the class or use shortcut keys (1-0, then qwerty keys) to add up bitmasks quickly. When a class button is pressed it lights up green and the value is added to the total bitmask value, then copied to clipboard automatically.



Link to files (it's a standalone .exe, so feel free to submit to virustotal or whatever):
https://drive.google.com/file/d/1iK4...ew?usp=sharing
Reply With Quote