Endus
Community Developer
- Joined
- Jul 9, 2012
- Messages
- 458
Does this work for anyone else or am I just using it wrong?
This is what I'm putting into the console:
I'm getting all sorts of numbers from it, and the majority of them are wrong. Paladin's Fast Blade returns 3 (correct), but then Paladin's Savage Blade returns 255 (incorrect). It seems like most of the Black Mage and White Mage spells are correct (25 and 30), but then I couldn't find a single Warrior spell that was correct (255 for the ones I checked). Same goes for every Rogue spell I try (255, incorrect).
Am I using it wrong or does mastahg need to take a look at it?
This is what I'm putting into the console:
Code:
var range = (int)DataManager.GetSpellData("Spell Name").Range;
Log(range);
I'm getting all sorts of numbers from it, and the majority of them are wrong. Paladin's Fast Blade returns 3 (correct), but then Paladin's Savage Blade returns 255 (incorrect). It seems like most of the Black Mage and White Mage spells are correct (25 and 30), but then I couldn't find a single Warrior spell that was correct (255 for the ones I checked). Same goes for every Rogue spell I try (255, incorrect).
Am I using it wrong or does mastahg need to take a look at it?
Last edited: