• Visit Rebornbuddy
  • How/Where to get skill ID?

    Discussion in 'Community Developer Forum' started by Amelia2333, Jun 23, 2018.

    1. Amelia2333

      Amelia2333 New Member

      Joined:
      May 30, 2018
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      Sorry for disturbing.
       
    2. zzi

      zzi Active Member

      Joined:
      Mar 10, 2016
      Messages:
      308
      Likes Received:
      47
      Trophy Points:
      28
      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.
       
    3. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      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.
       
    4. khosim24h

      khosim24h New Member

      Joined:
      Jun 14, 2018
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      I also encounter errors like you, I do not know how to fix , Thanks for sharing
       

    Share This Page