DarkstarProject / darkstar

DEPRECATED - FFXI Server Emulator - See Project Topaz
https://github.com/project-topaz/topaz
GNU General Public License v3.0
455 stars 549 forks source link

Matrimonial Coffers #6333

Closed kaincenteno closed 4 years ago

kaincenteno commented 4 years ago

Created global for matrimonial coffers locates in Sandoria, Windurst, and Bastok. Fixed 3 NPCs in Metalworks that were not up in sql file. Added 3 Matrimonial Coffers scripts.

kaincenteno commented 4 years ago

Hi DSP friends :cat: Any other change I should make to matrimonial coffers or is this good for merge? :smile_cat:

TeoTwawki commented 4 years ago

instead of so many calls to getGil(), how about variable it to use in those compares. I'm also thinking this could be structured to have fewer compares and use an else or 2 instead of so many elseif's repeating the same calls.