• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

remove daily quest limit

noname835

Member
 





Code:
Good morning,

Is it possible to remove the limit of daily quests a player can complete without disabling EAC please?
 by an xml mod if possible or another solution.

Thank you



 
To add to what Stallionsden said, if you change the setting to the left, you will find a setting for unlimited.  Right goes up to 8 but for some reason, unlimited is at the bottom instead of top of the options.

 
Code:
excuse me, but I did not specify that for my server. 
I consulted the config.cfg but I can't find anything to modify
 for the number of daily quests
 
check in serverconfig.xml Line 132. Not sure how high you can put number or if 0 would make it unlimited. Someone else may know that.

image.png

 
Last edited by a moderator:
Code:
Thanks for your response, but this is in your game's congif.cfg.

I have a 7dtd server but I cannot find this QuestProgressionDailyLimit line in the config.cfg file of my server, 
unless it is possible to add this line in the config file of my server?
 
Thanks for your response, but this is in your game's congif.cfg.

I have a 7dtd server but I cannot find this QuestProgressionDailyLimit line in the config.cfg file of my server,
unless it is possible to add this line in the config file of my server?

If your server did not properly update the config file to v1.0, then you will not have it in your config file.  You can simply add the line to the file, however.  Note that -1 is unlimited.

 
Last edited by a moderator:
Hope you did get it fixed.

Also reading over the posts I am not sure I have ever saw a config.cfg file. I haven't done a server in a while so maybe that is why.

 
Hope you did get it fixed.

Also reading over the posts I am not sure I have ever saw a config.cfg file. I haven't done a server in a while so maybe that is why.



 





Code:
Hi, yes, I hadn't seen that there was a new cfg 1.0 at the root of my server, 
I can now modify the number of daily quests.



 
Back
Top