questinfo requirement update (#4168)
* The <quest ID> is now removed, all the conditions are handled by a <condition> argument. The <condition> is using the achievement_check_condition (like in achievement_db.yml) so any condition (in theory) can be used to display the icon. * A new script command has been added to refresh the bubble for the given player anytime. Thanks to @aleos89 and @secretdataz for the review!
This commit is contained in:
@@ -322,6 +322,7 @@ void quest_update_objective(TBL_PC *sd, int mob_id)
|
||||
// intif_broadcast_obtain_special_item(sd, dropitem->nameid, dropitem->mob_id, ITEMOBTAIN_TYPE_MONSTER_ITEM);
|
||||
}
|
||||
}
|
||||
pc_show_questinfo(sd);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user