-
Notifications
You must be signed in to change notification settings - Fork 760
Queueopt
Haru edited this page Oct 19, 2016
·
1 revision
- queueopt(<queue_id></queue_id>,<optiontype></optiontype>,{Optional <option></option>});
Modifies <queue_id></queue_id>'s <optiontype></optiontype>. When <option></option> is not present(i.e 0), <optiontype></optiontype> is removed from <queue_id></queue_id>. When <optiontype></optiontype> present it modifies <queue_id></queue_id>'s <optiontype></optiontype> with the new <option></option> value.
Currently 3 options are available: HQO_OnDeath (1), HQO_OnLogout (2), HQO_OnMapChange (3)
Note: The constant names are not final and may change.
queueopt(.@queue_id,0,"MyNPC::MyOnQueueMemberDeathEventName");