blob: 625bf4f2d22ab9e1177e096f860afd1ba95aab31 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001Erfolg()
2FUNKTION:
3 void Erfolg(object caster, string spell, mapping sinfo)
4
5DEFINIERT IN:
6 /std/spellbook.c
7
8ARGUMENTE:
9 object caster Spell sprechender Spieler
10 string spell Spellname
11 mapping sinfo Spell-Info-Mapping mit allen Informationen
12
13BESCHREIBUNG:
14 Wird bei Erfolg eines Spells gerufen. Ruft SpellInform() am
15 Environment.
16
17SIEHE AUCH:
18 Sonstiges: SpellInform
19 Spellbook Lernen: Learn, SpellSuccess, Misserfolg
20 * Verwalten: AddSpell, QuerySpell
21 * Angriff: TryAttackSpell, TryDefaultAttackSpell,
22 TryGlobalAttackSpell
23 * Properties: P_GLOBAL_SKILLPROPS, P_SB_SPELLS
24 Skills Lernen: LearnSkill, ModifySkill, LimitAbility
25 * Nutzung: UseSpell, UseSkill
26 * sonstig: spruchermuedung, skill_info_liste
27
285. Okt 2011 Gloinson