Certain Settings not taking effect

Desufire
Posts: 162
Joined: Sun Feb 22, 2015 2:58 am

Certain Settings not taking effect

Post by Desufire » Sun May 03, 2015 5:26 pm

This isn't a huge issue, just an annoying one.

There are a few things in the settings file that seem to not take effect. I have Relic_2nd_Upgrade set to 1 real life day, 3rd_Upgrade for 1 real life hour, Bard Song to 2, and Bard Instrument to 3.

Relics still take a week for 2-3 and Bard songs are default 1 and 2. Anyone else ever have this issue and figure out why?

I'm going to keep trying to figure it out of course and will post if I find the answer.

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

Re: Certain Settings not taking effect

Post by kjLotus » Sun May 03, 2015 5:47 pm

not sure about relics, but when I rewrote the bard stuff I didn't know the setting existed so I never took it into account

i should just get rid of the setting

Desufire
Posts: 162
Joined: Sun Feb 22, 2015 2:58 am

Re: Certain Settings not taking effect

Post by Desufire » Mon May 04, 2015 3:36 am

kjLotus wrote:not sure about relics, but when I rewrote the bard stuff I didn't know the setting existed so I never took it into account

i should just get rid of the setting
So basically, ignore it because it's useless and does nothing? Okay :).

I was asked if I could extend the song durations. Does that setting work or is it like the other?

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: Certain Settings not taking effect

Post by TeoTwawki » Mon May 04, 2015 8:56 am

Kjlotus wrote:i should just get rid of the setting
Theres a bunch of them that need nuked, but a few I'd like to fix. I think the bard song limits can easily be replicated by manipulating a mod now and if so that makes its presence a little bloaty anyway. The limbus thing i added ages ago can go too. I think several of the ones related to spells simply never worked or have been long broken, but I'm kind of fond of adjusting drk absorbs so they last longer. Maybe make ol Teo a list of what can stay and what can go, and later I clean it up?
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

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

Re: Certain Settings not taking effect

Post by kjLotus » Mon May 04, 2015 9:45 am

there's a setting for klimaform and klimaform isn't even implemented lol

Desufire
Posts: 162
Joined: Sun Feb 22, 2015 2:58 am

Re: Certain Settings not taking effect

Post by Desufire » Tue May 05, 2015 4:51 am

Okay, here's another. Mob minimum and maximum level? I've increased it on my server, but players are finding that mobs begin checking Too Weak at 85 when sites say they should be levels 100-105 (Gustav Tunnel for example). I also enabled all the expansions thinking that may help.

Should I set the mob levels to 0 for unlimited or is this something I need to adjust in an sql/src?

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: Certain Settings not taking effect

Post by TeoTwawki » Tue May 05, 2015 9:37 am

Desufire wrote:Okay, here's another. Mob minimum and maximum level? I've increased it on my server, but players are finding that mobs begin checking Too Weak at 85 when sites say they should be levels 100-105 (Gustav Tunnel for example). I also enabled all the expansions thinking that may help.

Should I set the mob levels to 0 for unlimited or is this something I need to adjust in an sql/src?
Its supposed to cap down the 2 fields in the sql, setting to zero will rely solely on the sql for the mobs level data. The sql is supposed to be retail accurate and that setting exists for the old school crowd.
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

Desufire
Posts: 162
Joined: Sun Feb 22, 2015 2:58 am

Re: Certain Settings not taking effect

Post by Desufire » Tue May 05, 2015 5:14 pm

teotwawki wrote:
Desufire wrote:Okay, here's another. Mob minimum and maximum level? I've increased it on my server, but players are finding that mobs begin checking Too Weak at 85 when sites say they should be levels 100-105 (Gustav Tunnel for example). I also enabled all the expansions thinking that may help.

Should I set the mob levels to 0 for unlimited or is this something I need to adjust in an sql/src?
Its supposed to cap down the 2 fields in the sql, setting to zero will rely solely on the sql for the mobs level data. The sql is supposed to be retail accurate and that setting exists for the old school crowd.
Okay. It just seems like some mobs aren't leveled properly. In Garliage, theres a GoV page that involves bats and beetles on the ground floor. The Beetles check T while the Bats check TW. We used a GM and kept delvling down until the bats checked EP. By then, the Beetles checked IT++ so it's stumping me. I was hoping there was something I could adjust to fix this, but as of now, we're shortcutting it to just keep the bats off that GoV page.

EDIT: Looking in the mob_groups sql using Navicat. Gonna check the levels against the info other sites provide. I'm sure it's all correct, so I'll most likely be adjusting these lvls to meet my server preference.

EDIT2:: After looking thru all the mob family sqls, pool ids, and mob groups, I've found that it looks like Chamber Beetles are the lvls that the Fortalice Bats should be. I also could not find some of the mob names in any of the scripts either. So, I'm completely stumped on how to go about fixing this or if this was intentional.

mob_groups

Code: Select all

10762      689	  200	  330	  0	504	0	0	92	96	0
mob_pools

Code: Select all

689	Chamber_Beetle	49
http://wiki.ffxiclopedia.org/wiki/Garlaige_Citadel - Chamber Beetles 56-58

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: Certain Settings not taking effect

Post by TeoTwawki » Tue May 05, 2015 7:27 pm

Well then, pull request the sql change to make them the level they are supposed to be. :)
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

glitched post, whasf fix your forum!

Post by TeoTwawki » Thu May 07, 2015 10:05 am

.
Last edited by TeoTwawki on Thu May 07, 2015 11:50 am, edited 1 time in total.
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

Post Reply