Allods Developers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

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.
Thanks for quick reply.

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