ManaPlus
Namespaces | Variables
skillrecv.cpp File Reference

(986a3bf)

#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
 

Variable Documentation

◆ itemIdLen

int itemIdLen
extern

◆ RFAIL

const unsigned int RFAIL = 10
static

Definition at line 57 of file skillrecv.cpp.

Referenced by EAthena::SkillRecv::processSkillFailed().

◆ RFAIL_NEED_EQUIPMENT

const unsigned int RFAIL_NEED_EQUIPMENT = 72
static

Definition at line 60 of file skillrecv.cpp.

Referenced by EAthena::SkillRecv::processSkillFailed().

◆ RFAIL_NEED_ITEM

const unsigned int RFAIL_NEED_ITEM = 71
static

Definition at line 59 of file skillrecv.cpp.

Referenced by EAthena::SkillRecv::processSkillFailed().

◆ RFAIL_SPIRITS

const unsigned int RFAIL_SPIRITS = 74
static

Definition at line 61 of file skillrecv.cpp.

Referenced by EAthena::SkillRecv::processSkillFailed().

◆ RFAIL_SUMMON

const unsigned int RFAIL_SUMMON = 19
static

Definition at line 58 of file skillrecv.cpp.

Referenced by EAthena::SkillRecv::processSkillFailed().

◆ serverVersion

int serverVersion
extern

Definition at line 124 of file client.cpp.

Referenced by EAthena::SkillRecv::processPlayerSkills().