blob: b67e64d8832f7a71dd9340263217a0588f7b3423 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001Erfolg()
Zesstra953f9972017-02-18 15:37:36 +01002********
MG Mud User88f12472016-06-24 23:31:02 +02003
MG Mud User88f12472016-06-24 23:31:02 +02004
Zesstra953f9972017-02-18 15:37:36 +01005FUNKTION
6========
MG Mud User88f12472016-06-24 23:31:02 +02007
Zesstra953f9972017-02-18 15:37:36 +01008 void Erfolg(object caster, string spell, mapping sinfo)
MG Mud User88f12472016-06-24 23:31:02 +02009
MG Mud User88f12472016-06-24 23:31:02 +020010
Zesstra953f9972017-02-18 15:37:36 +010011DEFINIERT IN
12============
13
14 /std/spellbook.c
15
16
17ARGUMENTE
18=========
19
20 object caster Spell sprechender Spieler
21 string spell Spellname
22 mapping sinfo Spell-Info-Mapping mit allen Informationen
23
24
25BESCHREIBUNG
26============
27
28 Wird bei Erfolg eines Spells gerufen. Ruft SpellInform() am
29 Environment.
30
31
32SIEHE AUCH
33==========
34
35 Sonstiges: SpellInform
36 Spellbook Lernen: Learn, SpellSuccess, Misserfolg
37 * Verwalten: AddSpell, QuerySpell
38 * Angriff: TryAttackSpell, TryDefaultAttackSpell,
39 TryGlobalAttackSpell
40 * Properties: P_GLOBAL_SKILLPROPS, P_SB_SPELLS
41 Skills Lernen: LearnSkill, ModifySkill, LimitAbility
42 * Nutzung: UseSpell, UseSkill
43 * sonstig: spruchermuedung, skill_info_liste
44
455. Okt 2011 Gloinson