Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame] | 1 | P_GUILD_SKILLS |
| 2 | ============== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | :: |
| 7 | |
| 8 | P_GUILD_SKILLS "guild_skills" |
| 9 | |
| 10 | DEFINIERT IN |
| 11 | ------------ |
| 12 | :: |
| 13 | |
| 14 | /sys/new_skills.h |
| 15 | |
| 16 | BESCHREIBUNG |
| 17 | ------------ |
| 18 | :: |
| 19 | |
| 20 | Diese Gildenproperty enthaelt ein Mapping mit allen Skills und |
| 21 | Spells der Gilde. |
| 22 | |
| 23 | BEMERKUNGEN |
| 24 | ----------- |
| 25 | :: |
| 26 | |
| 27 | Man sollte diese Property sollte nicht per Hand veraendern, sondern |
| 28 | die Funktionen AddSkill() bzw. AddSpell() nutzen. |
| 29 | |
| 30 | SIEHE AUCH |
| 31 | ---------- |
| 32 | :: |
| 33 | |
| 34 | GObj Verwalten: LearnSkill, LearnSpell, InitialSkillAbility |
| 35 | * Sonstiges: GuildRating |
| 36 | Spellbook Lernen: Learn, SpellSuccess, Erfolg, Misserfolg |
| 37 | * Verwalten: AddSpell, QuerySpell |
| 38 | * Properties: P_SB_SPELLS, P_GLOBAL_SKILLPROPS, P_GUILD_RATING |
| 39 | Skills: P_NEWSKILLS, spruchermuedung, skill_info_liste |
| 40 | |
| 41 | 3. Okt 2011 Gloinson |
| 42 | |