mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
918 B
918 B
Function: AddQuestUsableItem(quest, step, description, max_variation, str_taskgroup, icon, dest_x, dest_y, dest_z)
Description: Adds a quest step to the Player's journal requiring a new destination location be reached and can also supply a different zone id. The dest parameters can be repeated for multiple possible locations. This acts just like a location marker, nothing points to checking item id's.
Parameters:
quest(Quest) - Quest object representingquest.step(int32) - Integer valuestep.description(int32) - Integer valuedescription.max_variation(int32) - Integer valuemax_variation.str_taskgroup(string) - Stringstr_taskgroup.icon(int32) - Integer valueicon.dest_x(float) - Float valuedest_x.dest_y(float) - Float valuedest_y.dest_z(float) - Float valuedest_z.
Returns: None.
Example:
Example Required