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