• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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