Amelia2333 New Member Joined May 30, 2018 Messages 4 Reaction score 0 Jun 23, 2018 #1 Sorry for disturbing.
zzi Active Member Joined Mar 10, 2016 Messages 308 Reaction score 47 Jun 27, 2018 #2 For spells you currently have: Code: ClearLog(); foreach(var x in ActionManager.CurrentActions) { Log("{0} - {1}", x.Key, x.Value.Name); } ActionManager also supports casting spells by name.
For spells you currently have: Code: ClearLog(); foreach(var x in ActionManager.CurrentActions) { Log("{0} - {1}", x.Key, x.Value.Name); } ActionManager also supports casting spells by name.
Neverdyne Community Developer Joined Sep 12, 2014 Messages 650 Reaction score 19 Jul 9, 2018 #3 If you need to do a quick lookup for your own purposes, you can go to www.xivdb.com and search for a skill. Once you're on that skill's page, the ID will appear in the URL of the page. This goes for everything else in the game.
If you need to do a quick lookup for your own purposes, you can go to www.xivdb.com and search for a skill. Once you're on that skill's page, the ID will appear in the URL of the page. This goes for everything else in the game.
K khosim24h New Member Joined Jun 14, 2018 Messages 2 Reaction score 0 Sep 28, 2018 #4 I also encounter errors like you, I do not know how to fix , Thanks for sharing