![]() |
ManaPlus
|
#include "net/eathena/skillrecv.h"#include "notifymanager.h"#include "being/localplayer.h"#include "being/playerinfo.h"#include "const/net/skill.h"#include "enums/resources/notifytypes.h"#include "gui/widgets/createwidget.h"#include "gui/windows/skilldialog.h"#include "gui/windows/textselectdialog.h"#include "listeners/skillwarplistener.h"#include "net/messagein.h"#include "net/eathena/menu.h"#include "resources/iteminfo.h"#include "resources/db/itemdb.h"#include "resources/skill/skillinfo.h"#include "utils/gettext.h"#include "utils/stringutils.h"#include "debug.h"Go to the source code of this file.
Namespaces | |
| EAthena | |
Variables | |
| static const unsigned int | RFAIL = 10 |
| static const unsigned int | RFAIL_SUMMON = 19 |
| static const unsigned int | RFAIL_NEED_ITEM = 71 |
| static const unsigned int | RFAIL_NEED_EQUIPMENT = 72 |
| static const unsigned int | RFAIL_SPIRITS = 74 |
| int | serverVersion |
| int | itemIdLen |
|
extern |
Definition at line 130 of file client.cpp.
Referenced by EAthena::SkillRecv::processSkillArrowCreateList(), and EAthena::SkillRecv::processSkillProduceMixList().
|
static |
Definition at line 57 of file skillrecv.cpp.
Referenced by EAthena::SkillRecv::processSkillFailed().
|
static |
Definition at line 60 of file skillrecv.cpp.
Referenced by EAthena::SkillRecv::processSkillFailed().
|
static |
Definition at line 59 of file skillrecv.cpp.
Referenced by EAthena::SkillRecv::processSkillFailed().
|
static |
Definition at line 61 of file skillrecv.cpp.
Referenced by EAthena::SkillRecv::processSkillFailed().
|
static |
Definition at line 58 of file skillrecv.cpp.
Referenced by EAthena::SkillRecv::processSkillFailed().
|
extern |
Definition at line 124 of file client.cpp.
Referenced by EAthena::SkillRecv::processPlayerSkills().