L2JMobius

Fafurion How to add more than one item in Clan Quest missions

Mechagon3k · 5 · 1916

Offline Mechagon3k

  • Knight
  • ***
    • Posts: 67
Hi,

How can I add more than one item as reward?
This is the format...
reward_items={{19447;2}}
(I tried with reward_items={{19447;2}}{{19447;2}} and {{19447;2,19447;2}}) but not working.




Online nasseka

  • Distinguished King
  • *****
    • Posts: 1729
    • L2Unknown

Offline Mechagon3k

  • Knight
  • ***
    • Posts: 67
No, it won't let me to save. Added server-side on Daily mission xml and .dat file
What I don't know is the correct writing format... 

This is for one item
reward_items={{19447;2}}
..how to add more?


Online nasseka

  • Distinguished King
  • *****
    • Posts: 1729
    • L2Unknown
example from decrypted.
Code: [Select]
pledge_mission_begin id=3230 category=achievements is_repeat=0 name=[Dual Class - First Challenge 1] pledge_level=0 c_pledge_mastery=0 rc_level={105;0} jobs={1;1;0} pre_mission_id=0 start_date=0 start_time=0 end_date=0 end_time=0 activate_time=0 deactivate_time=0 available_day={0;0;0;0;0;0;0} goal_desc=[Reach Dual Class Lv. 106.] goal_count=1 reward_pledge_name_value=1500 reward_pvp_point=15000 reward_items={{81815;5};{81812;1}} pledge_mission_end


Offline Mechagon3k

  • Knight
  • ***
    • Posts: 67
oh,  :o This is the correct way... {{81815;5};{81812;1}}
You enlightened me.. Thanks a lot.