Atrinik Client 2.5
Data Fields
spell_entry_struct Struct Reference

Data Fields

char name [MAX_BUF]
char icon_name [MAX_BUF]
char desc [HUGE_BUF]
int icon
int cost
char path
uint8 known
uint8 type

Detailed Description

Definition at line 107 of file main.h.


Field Documentation

Cost of spell.

Definition at line 122 of file main.h.

char spell_entry_struct::desc[HUGE_BUF]

Description.

Definition at line 116 of file main.h.

Spell's icon.

Definition at line 119 of file main.h.

Icon name

Definition at line 113 of file main.h.

1 if the player knows this spell, 0 otherwise.

Definition at line 132 of file main.h.

char spell_entry_struct::name[MAX_BUF]

Name of the spell.

Definition at line 110 of file main.h.

Contains what kind of relationship the player has with the spell's path:

  • a: Attuned
  • r: Repelled
  • d: Denied

Definition at line 129 of file main.h.

Type of the spell (spell/prayer).

Definition at line 135 of file main.h.


The documentation for this struct was generated from the following file: