ManaPlus
Variables
skill.h File Reference

(986a3bf)

#include "localconsts.h"

Go to the source code of this file.

Variables

static const unsigned int SKILL_BASIC = 0x0001
 
static const unsigned int SKILL_WARP = 0x001b
 
static const unsigned int SKILL_STEAL = 0x0032
 
static const unsigned int SKILL_ENVENOM = 0x0034
 
static const unsigned int BSKILL_TRADE = 0x0000
 
static const unsigned int BSKILL_EMOTE = 0x0001
 
static const unsigned int BSKILL_SIT = 0x0002
 
static const unsigned int BSKILL_CREATECHAT = 0x0003
 
static const unsigned int BSKILL_JOINPARTY = 0x0004
 
static const unsigned int BSKILL_SHOUT = 0x0005
 
static const unsigned int RFAIL_SKILLDEP = 0x00
 
static const unsigned int RFAIL_INSUFSP = 0x01
 
static const unsigned int RFAIL_INSUFHP = 0x02
 
static const unsigned int RFAIL_NOMEMO = 0x03
 
static const unsigned int RFAIL_SKILLDELAY = 0x04
 
static const unsigned int RFAIL_ZENY = 0x05
 
static const unsigned int RFAIL_WEAPON = 0x06
 
static const unsigned int RFAIL_REDGEM = 0x07
 
static const unsigned int RFAIL_BLUEGEM = 0x08
 
static const unsigned int RFAIL_OVERWEIGHT = 0x09
 
static const unsigned int SKILL_FAILED = 0x00
 

Variable Documentation

◆ BSKILL_CREATECHAT

const unsigned int BSKILL_CREATECHAT = 0x0003
static

Definition at line 39 of file skill.h.

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

◆ BSKILL_EMOTE

const unsigned int BSKILL_EMOTE = 0x0001
static

◆ BSKILL_JOINPARTY

const unsigned int BSKILL_JOINPARTY = 0x0004
static

Definition at line 40 of file skill.h.

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

◆ BSKILL_SHOUT

const unsigned int BSKILL_SHOUT = 0x0005
static

Definition at line 41 of file skill.h.

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

◆ BSKILL_SIT

const unsigned int BSKILL_SIT = 0x0002
static

Definition at line 38 of file skill.h.

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

◆ BSKILL_TRADE

const unsigned int BSKILL_TRADE = 0x0000
static

basic skills identifiers

Definition at line 36 of file skill.h.

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

◆ RFAIL_BLUEGEM

const unsigned int RFAIL_BLUEGEM = 0x08
static

◆ RFAIL_INSUFHP

const unsigned int RFAIL_INSUFHP = 0x02
static

◆ RFAIL_INSUFSP

const unsigned int RFAIL_INSUFSP = 0x01
static

◆ RFAIL_NOMEMO

const unsigned int RFAIL_NOMEMO = 0x03
static

◆ RFAIL_OVERWEIGHT

const unsigned int RFAIL_OVERWEIGHT = 0x09
static

◆ RFAIL_REDGEM

const unsigned int RFAIL_REDGEM = 0x07
static

◆ RFAIL_SKILLDELAY

const unsigned int RFAIL_SKILLDELAY = 0x04
static

◆ RFAIL_SKILLDEP

const unsigned int RFAIL_SKILLDEP = 0x00
static

reasons why action failed

Definition at line 44 of file skill.h.

Referenced by EAthena::SkillRecv::processSkillFailed(), and TmwAthena::SkillRecv::processSkillFailed().

◆ RFAIL_WEAPON

const unsigned int RFAIL_WEAPON = 0x06
static

◆ RFAIL_ZENY

const unsigned int RFAIL_ZENY = 0x05
static

◆ SKILL_BASIC

const unsigned int SKILL_BASIC = 0x0001
static

job dependend identifiers (?)

Definition at line 30 of file skill.h.

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

◆ SKILL_ENVENOM

const unsigned int SKILL_ENVENOM = 0x0034
static

Definition at line 33 of file skill.h.

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

◆ SKILL_FAILED

const unsigned int SKILL_FAILED = 0x00
static

should always be zero if failed

Definition at line 56 of file skill.h.

Referenced by EAthena::SkillRecv::processSkillFailed(), and TmwAthena::SkillRecv::processSkillFailed().

◆ SKILL_STEAL

const unsigned int SKILL_STEAL = 0x0032
static

Definition at line 32 of file skill.h.

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

◆ SKILL_WARP

const unsigned int SKILL_WARP = 0x001b
static

Definition at line 31 of file skill.h.

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