MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | Erfolg() |
| 2 | FUNKTION: |
| 3 | void Erfolg(object caster, string spell, mapping sinfo) |
| 4 | |
| 5 | DEFINIERT IN: |
| 6 | /std/spellbook.c |
| 7 | |
| 8 | ARGUMENTE: |
| 9 | object caster Spell sprechender Spieler |
| 10 | string spell Spellname |
| 11 | mapping sinfo Spell-Info-Mapping mit allen Informationen |
| 12 | |
| 13 | BESCHREIBUNG: |
| 14 | Wird bei Erfolg eines Spells gerufen. Ruft SpellInform() am |
| 15 | Environment. |
| 16 | |
| 17 | SIEHE 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 | |
| 28 | 5. Okt 2011 Gloinson |