4.0.02 change quest min level requirement

Is it possible to change min required avatar level for some of quest?

I've tried on
"XDB_World.Server.pak\World\Quests\ArchipelagoContested1\UnlockPortal\UnlockPortal.xdb"

<requiredLevel type="gameMechanics.formulas.IntConstantValue">
<value>1</value>
</requiredLevel>
<level type="gameMechanics.formulas.IntConstantValue">
<value>1</value>
</level>

But it's still 33 lvl.
I'm really confused about how to change it.
 
All Predicate and similar conditions, in addition to the server, are also in the client.
 
OP
rhino

rhino

New member
All Predicate and similar conditions, in addition to the server, are also in the client.
Thanks for quick reply.

I've tried to unpack /World/Quests with "V8 ClientUnpacker". Looks there is no QuestResource files.
Should I look elsewhere?
 

Top Bottom