Synthing: Direction/day/moon

Post Reply
masterurat
Posts: 81
Joined: Sat May 03, 2014 7:05 pm

Synthing: Direction/day/moon

Post by masterurat » Thu Jun 26, 2014 2:43 am

I just saw in the synthing code the server adds bonuses based on day of week and moon phase.

This is not confirmed as being a part of ffxi, and is based on mostly hearsay and has little to no (proper) testing involved.

Im not saying take it out, but for people that want a real replication of ffxi emulation, how hard would it be to have a simple boolean value in the server config that enables/disables these?

IE:

Moonsynth = 1 //Enables crafting bonus based on moon phase
Daysynth = 1 //Enables crafting bonus based on day of week
Directionsynth = 1 //Enables directional bonus when crafting

Moondrops = 1 //Enables drop bonus based on moon phase


All of the above have been found to not actually exist in ffxi, I was very surprised to see that such a system was hard coded into the darkstar source code without any easy way to disable it via config files. Just putting that out there.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Synthing: Direction/day/moon

Post by kjLotus » Thu Jun 26, 2014 3:00 am

if you make a config for it and make a pull request with it, i'll merge it

it's been there forever (probably longer than its been "confirmed" to not exist) and there's more important things to work on at this point

Post Reply