View Full Version : Class bitmask calculator
Vire70
07-27-2021, 11:50 PM
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/categories/player/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.
https://i.imgur.com/74ofh9l.png
Link to files (it's a standalone .exe, so feel free to submit to virustotal or whatever):
https://drive.google.com/file/d/1iK4tcB5_d8nC5coeCR0homU6t1_uSksy/view?usp=sharing
Splose
07-28-2021, 12:24 AM
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/categories/player/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.
https://i.imgur.com/74ofh9l.png
Link to files (it's a standalone .exe, so feel free to submit to virustotal or whatever):
https://drive.google.com/file/d/1iK4tcB5_d8nC5coeCR0homU6t1_uSksy/view?usp=sharing
Very cool! Thanks for sharing this.
I requested access to download it.. I will sticky this thread once I can run it through virustotal.
Huppy
07-28-2021, 12:59 AM
Would these old calculators be of use ? (I've been using them for a long time now) ;)
https://web.archive.org/web/20150413183247if_/http://wiki.eqemulator.org/p?Calculators&frm=Main
Vire70
07-28-2021, 01:46 AM
Very cool! Thanks for sharing this.
I requested access to download it.. I will sticky this thread once I can run it through virustotal.
Sorry about that, I thought my link was public. I've changed it now so anyone should be able to download.
Vire70
07-28-2021, 01:48 AM
Would these old calculators be of use ? (I've been using them for a long time now) ;)
https://web.archive.org/web/20150413183247if_/http://wiki.eqemulator.org/p?Calculators&frm=Main
Doh! Figures something like that would exist already, unbeknownst to me. Oh well, for my purpose mine's still a little more intuitive for doing it quickly anyway (IMO, lol).
Huppy
07-28-2021, 02:23 AM
Doh! Figures something like that would exist already, unbeknownst to me. Oh well, for my purpose mine's still a little more intuitive for doing it quickly anyway (IMO, lol).
I always encourage those who can find something better to suit their needs, I'm just one of those "old school farts", that like to hang around in the dinasour age of Emu. ;)
Vire70
07-29-2021, 06:47 PM
Link to files (it's a standalone .exe, so feel free to submit to virustotal or whatever):
https://drive.google.com/file/d/1iK4tcB5_d8nC5coeCR0homU6t1_uSksy/view?usp=sharing
Apparently I can't edit my own OP anymore (:?) but I made a minor update to this program (just adding the hotkey for clear button that I forgot (backspace), and some minor code changes). Above link probably won't work anymore, so here's a new one. Also second one for the source code if anyone wants to compile themselves. This will be first and last update to this.
Exe: https://drive.google.com/file/d/1jpUYK8OeWc3EQbGT0XX-6ykR6imkYIWs/view?usp=sharing
Source: https://drive.google.com/file/d/1ReB0Y3fdO5Hkl2sfh4--IRVXq3czat8j/view?usp=sharing
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.