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

Addition of White Coney/Black Coney/Rabbit Footprint (By Caelic) #6388

Closed Xaver-DaRed closed 4 years ago

Xaver-DaRed commented 4 years ago
TeoTwawki commented 4 years ago

Made it less player friendly

We not setting out to just hamper the player. Retail accuracy is default before any settings confs or custom adjustments. And by the way, the page for the opposite coney says an even shorter time. One page says 5 seconds the other 7. so possibly its even shorter than what I just set.

Xaver-DaRed commented 4 years ago

We not setting out to just hamper the player._

I know, I was just joking.^^

Caelic commented 4 years ago

Thanks for doing this Xaver, I've been pretty busy lately w/ other stuff to reformat the PR.

Caelic commented 4 years ago

Something to note since the time interval is way lower now, the server is spamming

    npc:setLocalVar("activeTime", 0)
    npc:setLocalVar("currentPoint", 0)
    npc:setStatus(dsp.status.DISAPPEAR)

every 3 vana-minutes instead of every 16 vana-minutes so at some point as a to-do may wanna have two different time intervals, one for checking if it's time to shift into moon-phase mode and one that actually moves the footprint just to lower spam/server lag.

Xaver-DaRed commented 4 years ago

I wonder if some short of function similar to onZoneWeatherChange exists, but for moonphases.