Property | Type | Description | |
---|---|---|---|
AllSpells_OnCommand | void | ||
AllSpells_OnTarget | void | ||
EventSink_CastSpellRequest | void | ||
EventSink_OpenSpellbookRequest | void | ||
Spellbook | System | ||
Spellbook | System |
Method | Description | |
---|---|---|
AllowEquipedCast ( Server.Mobile from ) : bool | ||
AllowSecureTrade ( Server.Mobile from, Server.Mobile to, Server.Mobile newOwner, bool accepted ) : bool | ||
CanEquip ( Server.Mobile from ) : bool | ||
Deserialize ( Server.GenericReader reader ) : void | ||
DisplayTo ( Server.Mobile to ) : void | ||
Find ( Server.Mobile from, int spellID ) : |
||
Find ( Server.Mobile from, int spellID, SpellbookType type ) : |
||
FindAllSpellbooks ( Server.Mobile from ) : List |
||
FindArcanist ( Server.Mobile from ) : |
||
FindEquippedSpellbook ( Server.Mobile from ) : |
||
FindNecromancer ( Server.Mobile from ) : |
||
FindNinja ( Server.Mobile from ) : |
||
FindPaladin ( Server.Mobile from ) : |
||
FindRegular ( Server.Mobile from ) : |
||
FindSamurai ( Mobile from ) : Spellbook | ||
FindSpellbookInList ( List |
||
GetProperties ( ObjectPropertyList list ) : void | ||
GetTypeForSpell ( int spellID ) : SpellbookType | ||
HasSpell ( int spellID ) : bool | ||
Initialize ( ) : void | ||
OnAdded ( object parent ) : void | ||
OnAfterDuped ( Item newItem ) : void | ||
OnCraft ( int quality, bool makersMark, Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool, CraftItem craftItem, int resHue ) : int | ||
OnDoubleClick ( Mobile from ) : void | ||
OnDragDrop ( Mobile from, Item dropped ) : bool | ||
OnRemoved ( object parent ) : void | ||
OnSingleClick ( Mobile from ) : void | ||
Serialize ( GenericWriter writer ) : void | ||
Spellbook ( Serial serial ) : System | ||
Spellbook ( ulong content, int itemID ) : System | ||
ValidateSpellbook ( Spellbook book, int spellID, SpellbookType type ) : bool |
Method | Description | |
---|---|---|
AllSpells_OnCommand ( CommandEventArgs e ) : void | ||
AllSpells_OnTarget ( Server.Mobile from, object obj ) : void | ||
EventSink_CastSpellRequest ( |
||
EventSink_OpenSpellbookRequest ( |
||
Spellbook ( ) : System | ||
Spellbook ( ulong content ) : System |
public AllowEquipedCast ( Server.Mobile from ) : bool | ||
from | Server.Mobile | |
return | bool |
public AllowSecureTrade ( Server.Mobile from, Server.Mobile to, Server.Mobile newOwner, bool accepted ) : bool | ||
from | Server.Mobile | |
to | Server.Mobile | |
newOwner | Server.Mobile | |
accepted | bool | |
return | bool |
public CanEquip ( Server.Mobile from ) : bool | ||
from | Server.Mobile | |
return | bool |
public Deserialize ( Server.GenericReader reader ) : void | ||
reader | Server.GenericReader | |
return | void |
public static Find ( Server.Mobile from, int spellID ) : |
||
from | Server.Mobile | |
spellID | int | |
return |
public static Find ( Server.Mobile from, int spellID, SpellbookType type ) : |
||
from | Server.Mobile | |
spellID | int | |
type | SpellbookType | |
return |
public static FindAllSpellbooks ( Server.Mobile from ) : List |
||
from | Server.Mobile | |
return | List |
public static FindArcanist ( Server.Mobile from ) : |
||
from | Server.Mobile | |
return |
public static FindEquippedSpellbook ( Server.Mobile from ) : |
||
from | Server.Mobile | |
return |
public static FindNecromancer ( Server.Mobile from ) : |
||
from | Server.Mobile | |
return |
public static FindNinja ( Server.Mobile from ) : |
||
from | Server.Mobile | |
return |
public static FindPaladin ( Server.Mobile from ) : |
||
from | Server.Mobile | |
return |
public static FindRegular ( Server.Mobile from ) : |
||
from | Server.Mobile | |
return |
public static FindSamurai ( Mobile from ) : Spellbook | ||
from | Mobile | |
return | Spellbook |
public static FindSpellbookInList ( List |
||
list | List |
|
from | Mobile | |
spellID | int | |
type | SpellbookType | |
return | Spellbook |
public GetProperties ( ObjectPropertyList list ) : void | ||
list | ObjectPropertyList | |
return | void |
public static GetTypeForSpell ( int spellID ) : SpellbookType | ||
spellID | int | |
return | SpellbookType |
public OnCraft ( int quality, bool makersMark, Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool, CraftItem craftItem, int resHue ) : int | ||
quality | int | |
makersMark | bool | |
from | Mobile | |
craftSystem | CraftSystem | |
typeRes | Type | |
tool | BaseTool | |
craftItem | CraftItem | |
resHue | int | |
return | int |
public OnDragDrop ( Mobile from, Item dropped ) : bool | ||
from | Mobile | |
dropped | Item | |
return | bool |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
return | void |
public Spellbook ( ulong content, int itemID ) : System | ||
content | ulong | |
itemID | int | |
return | System |
public static ValidateSpellbook ( Spellbook book, int spellID, SpellbookType type ) : bool | ||
book | Spellbook | |
spellID | int | |
type | SpellbookType | |
return | bool |