RetributionEQ / quests

MIT License
0 stars 11 forks source link

Adds `hasClass` checks to replace all class checks #44

Closed mute closed 3 months ago

mute commented 6 months ago

@catapultam-habeo this needs a little bit of fixing but it's almost there. You just need to fix the logic in HasClass to actually work properly with the bitmask, I'm pretty sure it's not working properly right now.

catapultam-habeo commented 3 months ago

I added $client->HasClass("Name) $client->HasClassID(#) for perl and Client::HasClass(Class.CLASSNAME) for lua. pls update.