| core-changes wrote: |
06-16 Austin
Removed: Skills.cfg is no longer used.
Instead skill IDs will be read from uoskills.cfg and redirected to
attributes.cfg. The attributes.cfg file now has support for the old entries.
skills.cfg entries supported now in attributes.cfg are:
DELAY, UNHIDES and SCRIPT
|
| Code: |
checkpoint: load_attributes_cfg
|
| Code: |
Attribute DetectingHidden
{
Alias DetectHidden
Test 944949
Delay 10
Script :detecthidden:detect_hidden
}
|
| Code: |
FindConfigElem(ATTRIBUTE_CFG, whatever);
|