FORUM ARCHIVED

Need help!

Discussion in 'Modding' started by mrdawn2, Mar 23, 2012.

  1. hummie

    hummie Member

    I have a new problem , now can't Isee my recipe it isn't showing.
     
  2. FaxCelestis

    FaxCelestis Will Mod for Digglebucks

    <input name="Dark Orb "/>
    <input name="Crude Stone Axe "/>
    <input name="Steel Ingot "/>

    You have trailing spaces in all of these. Take the space out from between the last letter and the "/>.
     
  3. hummie

    hummie Member

    Sorry you got the old one I will upload the new one.
     

    Attached Files:

  4. hummie

    hummie Member

    Do you mean the spaces bewtween the words I think it's normal.
     
  5. hummie

    hummie Member

    he thanks the ingriedients are showing but not the Demonic axe how can I make therecipe showing the axe.
     
  6. OmniaNigrum

    OmniaNigrum Member

    Trailing spaces are those AFTER the words. Like how the sentence here ends and the period is after a space .
     
  7. FaxCelestis

    FaxCelestis Will Mod for Digglebucks

    Replace this:
    Code:
    <input name="Dark Orb "/>
    <input name="Crude Stone Axe "/>
    <input name="Steel Ingot "/>
    with this:
    Code:
    <input name="Dark Orb"/>
    <input name="Crude Stone Axe"/>
    <input name="Steel Ingot"/>
     
    Essence likes this.
  8. hummie

    hummie Member

    Yep thath is showing but not the axe I can craft.
    And thanks for you help.

    EDIT: I have fixed the last thing myself it was a space to much in my itemDB this time.
    Thank you all for you help.