|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| char * | name |
| int32_t | graphic_id |
| int32_t | race |
| bool | boss |
| bool | child |
| NpcType | type |
| int32_t | behavior_id |
| int32_t | hp |
| int32_t | tp |
| int32_t | min_damage |
| int32_t | max_damage |
| int32_t | accuracy |
| int32_t | evade |
| int32_t | armor |
| int32_t | return_damage |
| Element | element |
| int32_t | element_damage |
| Element | element_weakness |
| int32_t | element_weakness_damage |
| int32_t | level |
| int32_t | experience |
Record of NPC data in an Endless NPC File
Definition at line 1159 of file protocol.h.
| EoSerialize EnfRecord::_eo |
Definition at line 1160 of file protocol.h.
| int32_t EnfRecord::accuracy |
Definition at line 1172 of file protocol.h.
| int32_t EnfRecord::armor |
Definition at line 1174 of file protocol.h.
| int32_t EnfRecord::behavior_id |
Definition at line 1167 of file protocol.h.
| bool EnfRecord::boss |
Definition at line 1164 of file protocol.h.
| bool EnfRecord::child |
Definition at line 1165 of file protocol.h.
| Element EnfRecord::element |
Definition at line 1176 of file protocol.h.
| int32_t EnfRecord::element_damage |
Definition at line 1177 of file protocol.h.
| Element EnfRecord::element_weakness |
Definition at line 1178 of file protocol.h.
| int32_t EnfRecord::element_weakness_damage |
Definition at line 1179 of file protocol.h.
| int32_t EnfRecord::evade |
Definition at line 1173 of file protocol.h.
| int32_t EnfRecord::experience |
Definition at line 1181 of file protocol.h.
| int32_t EnfRecord::graphic_id |
Definition at line 1162 of file protocol.h.
| int32_t EnfRecord::hp |
Definition at line 1168 of file protocol.h.
| int32_t EnfRecord::level |
Definition at line 1180 of file protocol.h.
| int32_t EnfRecord::max_damage |
Definition at line 1171 of file protocol.h.
| int32_t EnfRecord::min_damage |
Definition at line 1170 of file protocol.h.
| char* EnfRecord::name |
Definition at line 1161 of file protocol.h.
| int32_t EnfRecord::race |
Definition at line 1163 of file protocol.h.
| int32_t EnfRecord::return_damage |
Definition at line 1175 of file protocol.h.
| int32_t EnfRecord::tp |
Definition at line 1169 of file protocol.h.
| NpcType EnfRecord::type |
Definition at line 1166 of file protocol.h.