| Code: |
Warning reading configuration file pkg/systems/attributes//uoskills.cfg:
Attribute Discordance not found.
Element: Skill 15, found on line 99
Warning reading configuration file pkg/systems/attributes//uoskills.cfg:
Attribute Necromancy not found.
Element: Skill 49, found on line 269
Warning reading configuration file pkg/systems/attributes//uoskills.cfg:
Attribute BattleFocus not found.
Element: Skill 50, found on line 274
Warning reading configuration file pkg/systems/attributes//uoskills.cfg:
Attribute Chivalry not found.
Element: Skill 51, found on line 279
|
| Code: |
Skill 15
{
Attribute Discordance
}
...
Skill 49
{
Attribute Necromancy
}
Skill 50
{
Attribute BattleFocus
}
Skill 51
{
Attribute Chivalry
}
|
| Code: |
Skill 15
{
Name Discordance
SkillId 15
//Script :musicianship:discord
Delay 2
DropStat str
}
...
Skill 49
{
Name Necromancy
SkillId 49
DropStat str dex
}
Skill 50
{
Name BattleFocus
SkillId 50
DropStat str dex
}
Skill 51
{
Name Chivalry
SkillId 51
Unhides 1
DropStat str dex
}
|