Endus
Community Developer
- Joined
- Jul 9, 2012
- Messages
- 458
Just noticed that the Lv36 Quick Nock Trait isn't recognized by DataManager.
Enhanced Quick Nock - Skill - Final Fantasy XIV : A Realm Reborn (FFXIV ARR) Database
Log(DataManager.GetSpellData("Quick Nock").Range);
Log(DataManager.GetSpellData("Quick Nock").Radius);
Log(DataManager.GetSpellData(106).Range);
Log(DataManager.GetSpellData(106).Radius);
All return 8 (the base Range/Radius) instead of the Enhanced values.
Just a heads up. Don't know if DataManager is supposed to recognize the effect traits have on skills or not.
Enhanced Quick Nock - Skill - Final Fantasy XIV : A Realm Reborn (FFXIV ARR) Database
Log(DataManager.GetSpellData("Quick Nock").Range);
Log(DataManager.GetSpellData("Quick Nock").Radius);
Log(DataManager.GetSpellData(106).Range);
Log(DataManager.GetSpellData(106).Radius);
All return 8 (the base Range/Radius) instead of the Enhanced values.
Just a heads up. Don't know if DataManager is supposed to recognize the effect traits have on skills or not.