Tutorial item names for /spawnitem command

Discussion in 'Starbound FAQs, Q&A, and General Help' started by Mr awesome357, Jun 19, 2015.

  1. Mr awesome357

    Mr awesome357 Tentacle Wrangler

    if anyone needs a good source of the item names in starbound you can visit this website.

    you can type in what item your looking for and it will tell you the id, description, and name, and value (legendary,common,rare). http://starbounditems.herokuapp.com/all its really useful if your looking for what you want so you can get it quickly
     
    Kayuko likes this.
  2. Createse

    Createse Big Damn Hero

    There is also the in-game command-based alternative itemid:


    Usage

    /itemid <bagSpecifier> <slotSpecifier>
    Description

    Dumps item information to the command line.

    bagSpecifier is a number between 1 and 6 or one of the following (case insensitive).

    1. bag
    2. tilebag
    3. bar
    4. essentialBar
    5. equipment
    6. wieldable
    7. swap
    slotSpecifier is dependent on the bag type.

    If bagSpecifier is bag (1) or tilebag (2) then slotSpecifier is a number between 0 and 39 inclusive.
    If bagSpecifier is bar (3) then slotSpecifier is a number between 0 and 9 inclusive.
    If bagSpecifier is essentialBar (4) then slotSpecifier is a number between 0 and 2 inclusive.
    If bagSpecifier is equipment (5) then slotSpecifier is a number between 0 and 12 inclusive or one of (case insensitive).

    0. head
    1. chest
    2. legs
    3. back
    4. headSoc
    5. chestSoc
    6. legsSoc
    7. backSoc
    8. tech1
    9. tech2
    10. tech3
    11. tech4
    12. trash
    If bagSpecifier is wieldable (6) then slotSpecifier is either 0 or 1 or (case insensitive).

    0. lefthand
    1. righthand
    If bagSpecifier is swap (7) then only 0 is valid.
    Example

    Input:
    Code:
    /itemid 4 0
      - or -
    /itemid essentialBar 0
    Output:
    Code:
    Item at InventorySlot : { type : essentialBar, location : 0 }: [beamaxe, 1, {"maxBeamWidth":11,"blockRadius":4,"minBeamWidth":9,"maxBeamJitter":0.4,"canCollectLiquid":true,"minBeamJitter":0.2,"tileDamage":3.4}]
     
    Last edited: Jun 19, 2015
  3. Varixai

    Varixai Hard-To-Destroy Reptile

    http://starbounder.org/Commands


    Also, that site has been linked to at least 72 times on these forums in the past 16 months, so I'm not sure linking to it again is considered a "tutorial". But hey, if more people see it before they ask I guess it works.

    Edit: StarboundMap has also been linked to 22 times, but it's nice you're trying to help I guess.
     
    Last edited: Jun 19, 2015
  4. Createse

    Createse Big Damn Hero

  5. Varixai

    Varixai Hard-To-Destroy Reptile

    Feel free to edit it. Or can you tell me which part is outdated?

    I checked it against the Nightly just 7 days ago.

    Edit: Just checked it against current Nightly and Stable, and it seems correct. "Essential Bar" is not on either.
    Edit 2: Okay, will add essential bar soon(ish), and double check ingame.
     
    Last edited: Jun 20, 2015
  6. Createse

    Createse Big Damn Hero

    Cool, didn't know about that one.[DOUBLEPOST=1434758355][/DOUBLEPOST]essentialBar is not listed in the description but is a valid parameter (NIGHTLY). The other parameters have had their UID's incremented to accommodate the new addition.
     
    Last edited: Jun 20, 2015
  7. Varixai

    Varixai Hard-To-Destroy Reptile

    Thanks. I added essential bar and made a completely new Item ID Command page. I overhauled the format for that page, hopefully it is much clearer than the previous description.

    The Commands page now links to that one as well.
     
    Createse likes this.
  8. Createse

    Createse Big Damn Hero

    Can you replicate this btw? If so, you may want to add an additional word of caution (bug-note) until it's fixed.
     
  9. Varixai

    Varixai Hard-To-Destroy Reptile

    That seems like a bit of an outlier case, and to be expected honestly.. With it printing over 2,400 characters in chat and 4,800 in the log at the same time, then those 2,400 characters again when chat is opened.

    I did add a warning though.

    Edit: Altered the warning. The info you linked looked like it does when you spawn weapon/armor with a custom color, but I guess that's just how the game colors it as well.
     
    Last edited: Jun 22, 2015
    Createse likes this.
  10. Createse

    Createse Big Damn Hero

    Awesomesauce. FYI, the weapon in that bug report was a legitimately generated weapon, it wasn't modified in any way, nor was it spawned in.
     
    Varixai likes this.

Share This Page