/quest_accept¶
Syntax¶
/quest_accept
Description¶
Accept this client's own currently-captured quest offer. Primarily a broadcast target so a whole group can accept the quest each of them was individually offered.
Why it takes no arguments¶
The accept command for a quest offer is supplied by the server, per client, per offer. It is not portable between clients — one character's accept token means nothing on another's connection.
So /quest_accept deliberately accepts only what this client captured.
Group-accepting a quest is a broadcast of the command, not a broadcast of the
accept token:
/dga /quest_accept
Each client then runs its own handler against its own captured offer. This is
exactly what eq2.quest.accept_all() does internally.
Examples¶
/quest_accept
/dga /quest_accept
See also¶
eq2.quest.*— the Lua surface, includingeq2.quest.pending()andeq2.quest.offer()./dga