topaz-next / topaz

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

Bugfix Mission TOAU 15 The Black Coffin #2600

Closed Chronos77 closed 3 years ago

Chronos77 commented 3 years ago

I affirm:

Temporary:

Chronos77 commented 3 years ago

I made several other modifications to the file format by removing unused required for instance.lua. I will test these modifications and I will remove the WIP when it's ok

Chronos77 commented 3 years ago

It's works 👍

zach2good commented 3 years ago

Content seems fine, it'll be ready to merge once you remove these additional spaces before function arguments:

entity.onMobSpawn = function (mob)
                        ----^

-- Should be 
entity.onMobSpawn = function(mob)
zach2good commented 3 years ago

No need to keep re-requesting reviews, I check open PRs at least once a day 👍