Certain Settings not taking effect
Certain Settings not taking effect
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.
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.
Re: Certain Settings not taking effect
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
i should just get rid of the setting
Re: Certain Settings not taking effect
So basically, ignore it because it's useless and does nothing? OkaykjLotus 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

I was asked if I could extend the song durations. Does that setting work or is it like the other?
Re: Certain Settings not taking effect
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?Kjlotus wrote:i should just get rid of the setting
Hi, I run The Demiurge server.

Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding

Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: Certain Settings not taking effect
there's a setting for klimaform and klimaform isn't even implemented lol
Re: Certain Settings not taking effect
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?
Should I set the mob levels to 0 for unlimited or is this something I need to adjust in an sql/src?
Re: Certain Settings not taking effect
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.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?
Hi, I run The Demiurge server.

Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding

Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: Certain Settings not taking effect
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.teotwawki wrote: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.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?
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
Code: Select all
689 Chamber_Beetle 49
Re: Certain Settings not taking effect
Well then, pull request the sql change to make them the level they are supposed to be. 

Hi, I run The Demiurge server.

Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding

Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
glitched post, whasf fix your forum!
.
Last edited by TeoTwawki on Thu May 07, 2015 11:50 am, edited 1 time in total.
Hi, I run The Demiurge server.

Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding

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