Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Function UpdateQuestVar

Newbie Spellweaver
Joined
Jan 20, 2019
Messages
30
Reaction score
6
Hi everybody,

Could you help me please ?

I have a probleme with Quest 110018

Code:
<QUEST id="110018" title="구원의 손길" desc="QUEST_DESC_110018" category="QUEST_CATEGORY_110018" repeatable="false" share="manual" dialog="1100180" incomplete_dialog="1100181" level="13" trialtype="single" field_group="1100180" share_condition="1100180" comment="13 트라이얼">
<ITEM>      <ADD id="10014" amount="1" />    </ITEM>
<OBJECTIVES>
<OBJECTIVE id="1" desc="QUEST_OBJ_DESC_110018_1" type="ACT" param1="2" field="110" marker="118" public_progress="self" />
<OBJECTIVE id="2" desc="QUEST_OBJ_DESC_110018_2" type="INTERACT" param1="110218, 110219" param2="6" field="1100181" marker="2" public_progress="self" />
<OBJECTIVE id="3" desc="QUEST_OBJ_DESC_110018_3" type="DESTROY" param1="110023" param2="1" field="1100181" marker="2" public_progress="self" />
</OBJECTIVES>
<REWARDS dialog="1100189" rewarder="110,110201">
<REWARD type="XP" param1="6000" />
<REWARD type="SILVER" param1="2522" />
<REWARD type="ITEM" param1="31502" param2="1" /></REWARDS>
</QUEST>

I would like tu update the second Objective with lua script, but with UpdateQuestVar, i just can update first objective

Thank you for your help

Have a good day
 
Back
Top