• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • MobID

    Discussion in 'Rebornbuddy Support' started by Trequarta, Apr 11, 2015.

    1. Trequarta

      Trequarta New Member

      Joined:
      Jun 11, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      I want to start off and say I'm sorry if this has been answered because I must be too retarded to find it, Since the patch to (i believe it was .260) I have needed to replace the target name with the MobID for my grinding profiles. Where/how do I get the mobid? I assume it has to be right infront of my face and I'm missing it. Any help is appreciated.)
       
    2. insanepoet

      insanepoet New Member

      Joined:
      Feb 12, 2015
      Messages:
      28
      Likes Received:
      1
      Trophy Points:
      3
      Easiest way is to look the mob up in xivdb.com then the MobID will be listed as part of the url directly before the name of the item or mob name.

      For instance clicking the link for the ornery karakul takes you to the following url:

      h t t p://xivdb .com / ?monster / 795 / ornery-karakul
      |----------- Base URL -----------|- ID -|-- Mob or item Name --|


      You may also use the built in tools (Profile Creator / Reborn Console Plugin) but honestly i always have a browser window open on another monitor so a quick search yields the mob id I need.
       
    3. Eklipse

      Eklipse New Member

      Joined:
      Dec 13, 2014
      Messages:
      208
      Likes Received:
      0
      Trophy Points:
      0
      If your near it run the following code in reborn console

      ClearLog();
      var units = GameObjectManager.GameObjects;
      foreach(var unit in units.OrderBy(r=>r.Distance()))
      {
      Log("{0}-{2}-{1}",unit,unit.NpcId,unit.GetType());
      }
      }
       
    4. Trequarta

      Trequarta New Member

      Joined:
      Jun 11, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Thanks you guys! i knew it was going to be something in the rebornconsole/ as easy as an url link. I appreciate your help.
       

    Share This Page