topaz-next / topaz

💎 A server emulator for Final Fantasy XI.
GNU General Public License v3.0
56 stars 80 forks source link

kill testflag functions; modernize related NPC scripts #2591

Closed wrenffxi closed 3 years ago

wrenffxi commented 3 years ago

I affirm:

Temporary:

Three quests ...

... were using custom bit-checking function called testflag() that was littered across many NPC scripts. This PR kills those testflag() functions, and instead uses the functions on utils.mask

I saw a lot of old code and some errors in related NPCs, so I modernizes all the NPC scripts that were involved. Changes include:

For testing, I did a full run through of all three quests after making these changes.