I really do not like that the merchant gives too many tasks and too good a reward for them. There are too many tasks, it takes all day to complete them all.
such a number of quests does not force you to explore the map in search of loot.
in an attempt to limit the trader on the number of tasks, it turned out that it is not so easy.
but i found some solution, in the file dialogs, you need from these lines
made changes, the following lines do not need to be touched !!
<response_entry id="jobshave1" />
<response_entry id="jobshave2" />
<response_entry id="jobshave3" />
<response_entry id="jobshave4" />
<response_entry id="jobshave5" />
also, for example, if you want him to give you 1 quest per day
in the following lines, remove those that I marked in red, leave only the green line
<quest_entry listindex="0" tier="1" />
<quest_entry listindex="1" tier="1" />
<quest_entry listindex="2" tier="1" />
<quest_entry listindex="3" tier="1" />
<quest_entry listindex="4" tier="1" />
for 2 tasks per day
<quest_entry listindex="0" tier="1" />
<quest_entry listindex="1" tier="1" />
<quest_entry listindex="2" tier="1" />
<quest_entry listindex="3" tier="1" />
<quest_entry listindex="4" tier="1" />
that is, you can customize each tier, for example, I made it give 1/2/3 tier two tasks per day, and 4/5 tier one task each
I tried different options, in most cases it does not work, in some cases he only offered me one task, but after completing it, he again offered one task until I completed all five
This solution, as I described, works, but if you exit the menu and enter the game again, it will offer the job again (and this can be done five times)
I think if this option is used on the server, then everything will be fine, but I have not tested it.
I'm sure this can be achieved in another way, but I'm already tired of testing this, if someone finds a better solution, it will be very good.
P.S. there may be errors in the text, wrote through a translator
such a number of quests does not force you to explore the map in search of loot.
in an attempt to limit the trader on the number of tasks, it turned out that it is not so easy.
but i found some solution, in the file dialogs, you need from these lines
made changes, the following lines do not need to be touched !!
<response_entry id="jobshave1" />
<response_entry id="jobshave2" />
<response_entry id="jobshave3" />
<response_entry id="jobshave4" />
<response_entry id="jobshave5" />
also, for example, if you want him to give you 1 quest per day
in the following lines, remove those that I marked in red, leave only the green line
<quest_entry listindex="0" tier="1" />
<quest_entry listindex="1" tier="1" />
<quest_entry listindex="2" tier="1" />
<quest_entry listindex="3" tier="1" />
<quest_entry listindex="4" tier="1" />
for 2 tasks per day
<quest_entry listindex="0" tier="1" />
<quest_entry listindex="1" tier="1" />
<quest_entry listindex="2" tier="1" />
<quest_entry listindex="3" tier="1" />
<quest_entry listindex="4" tier="1" />
that is, you can customize each tier, for example, I made it give 1/2/3 tier two tasks per day, and 4/5 tier one task each
I tried different options, in most cases it does not work, in some cases he only offered me one task, but after completing it, he again offered one task until I completed all five
This solution, as I described, works, but if you exit the menu and enter the game again, it will offer the job again (and this can be done five times)
I think if this option is used on the server, then everything will be fine, but I have not tested it.
I'm sure this can be achieved in another way, but I'm already tired of testing this, if someone finds a better solution, it will be very good.
P.S. there may be errors in the text, wrote through a translator
Last edited by a moderator: