How to do quest drop item equal for all party member?

if you kill 1 monster = 1 item for all members of party.
quest reward is issued directly from scripts if i am not mistaken
probably you have to copy that quest from the scripts and make it to an ext.jar and modify it to your needs

e.x.: you copy the whole quest you want to edit, and also copy and addapt the barakiel method of reward to full party.
 
no need script... basic search on forum and u can do this.
just change mob ai to <set name="ai_type" value="UniversalMystic"/> or <set name="ai_type" value="UniversalFighter"/>
and add
<set name="give_to_party_items_reward" value="57;1" />
<set name="give_to_party_items_reward_level_penalty" value="9" />
Go to guide secion u can do all u want.
 
Back
Top