|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | npc_index |
| int32_t | quest_id |
Talking to a quest NPC
Definition at line 4331 of file protocol.h.
| EoPacket QuestUseClientPacket::_eo |
Definition at line 4332 of file protocol.h.
| int32_t QuestUseClientPacket::npc_index |
Definition at line 4333 of file protocol.h.
| int32_t QuestUseClientPacket::quest_id |
Quest ID is 0 unless the player explicitly selects a quest from the quest switcher
Definition at line 4337 of file protocol.h.