Search results for query: *

  1. jamiesmith9255

    Standalone [1.3] tModLoader - A Modding API

    Hmm i just verifyed it but nothing happen.
  2. jamiesmith9255

    Standalone [1.3] tModLoader - A Modding API

    I seem to have this problem when i try to load up the Mod Download Page in Terraria.----> Sequence contains more than one matching element at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source, Func`2 predicate) at...
  3. jamiesmith9255

    tModLoader The Thorium Mod

    DivermanSam when i updated your mod the weapons i had on the weapon racks changed. I had the Sparking Jelly-ball on one and turned into the The Queen Jellyfish Bag. Also i had the Obliterator on one and it turned into Eye of the Beholder. I hope this can be fix of at least tell me why this...
  4. jamiesmith9255

    tModLoader Legend of Terraria 3

    It looks nice for a small mod hope that you keep working on it! Also i like the sprite work.
  5. jamiesmith9255

    Standalone [1.3] tModLoader - A Modding API

    So i'v never had this problem before with tmodloader but my firewall is blocking two files called RoslynWrapper.dll and Mono.Cecil.Pdb.dll when i download tmodloader are thy needed as i am running it fine with out them? Also i just got the newest update as well.
  6. jamiesmith9255

    How do i make my weapons shoot projectiles?

    I get this and good morning! :rslime::kingslime: Sequence contains more than one matching element at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate) at Terraria.ModLoader.AssemblyManager.InstantiateMods(List`1 modsToLoad)
  7. jamiesmith9255

    tModLoader I need help with coding!

    You can go to my post in the forums called "How do i make my weapons shoot projectiles?" it turned out to more the just how to make them work but other things as well. Its not 100% the best but it will give you maybe some help.
  8. jamiesmith9255

    How do i make my weapons shoot projectiles?

    Do thy need to be in the same folder as the other mods to work with each other? `:naughty:
  9. jamiesmith9255

    How do i make my weapons shoot projectiles?

    No it did not work hmmmmmm `:confused:
  10. jamiesmith9255

    How do i make my weapons shoot projectiles?

    using Terraria.ModLoader; namespace LamentOfInnocence { class LamentOfInnocence : Mod { public LamentOfInnocence() { Properties = new ModProperties() { Autoload = true, AutoloadGores = true...
  11. jamiesmith9255

    How do i make my weapons shoot projectiles?

    he item LamentOfInnocence does not exist in the mod CursesOfInnocence. If you are trying to use a vanilla item, try removing the first argument. at Terraria.ModLoader.ModRecipe.AddIngredient(Mod mod, String itemName, Int32 stack) at CursesOfInnocence.Items.CursesOfInnocence.AddRecipes()...
  12. jamiesmith9255

    How do i make my weapons shoot projectiles?

    c:\Users\Brown\Documents\My Games\erraria\ModLoader\Mod Sources\CursesOfInnocence\Items\CursesOfInnocence.cs(38,32) : error CS0117: 'Terraria.ID.ItemID' does not contain a definition for 'LamentOfInnocence' when i put null, it told me this- c:\Users\Brown\Documents\My...
  13. jamiesmith9255

    How do i make my weapons shoot projectiles?

    using System; using Microsoft.Xna.Framework; using Terraria; using Terraria.Graphics.Effects; using Terraria.Graphics.Shaders; using Terraria.ID; using Terraria.ModLoader; namespace LamentOfInnocence.Items { public class LamentOfInnocence : ModItem { public override void...
  14. jamiesmith9255

    How do i make my weapons shoot projectiles?

    I did that but it's telling me Lament Of Innocence has no ID? `:confused:
  15. jamiesmith9255

    How do i make my weapons shoot projectiles?

    How would i put that or were i'm still learning and never have add items that are mods into a recipe?
  16. jamiesmith9255

    How do i make my weapons shoot projectiles?

    I need help i keep getting this and i did from what it seems every thing right..`:sigh: c:\Users\Brown\Documents\My Games\Terraria\ModLoader\Mod Sources\CursesOfInnocence\Items\CursesOfInnocence.cs(38,32) : error CS0117: 'Terraria.ID.ItemID' does not contain a definition for 'LamentOfInnocence'...
  17. jamiesmith9255

    How do i make my weapons shoot projectiles?

    Thank you so much`:happy: I had all 3 but sold them as no one would play with me with them as i ran a Elf mana ramp with Elvish Pipers and Fauna Shamans!!! `:naughty: Sold Emrakul for 46 and when i went back it was selling back for 126 `:sigh:
  18. jamiesmith9255

    How do i make my weapons shoot projectiles?

    It's a joke to Eldrazi bekus there "Eldrazi's" `:D I was hoping he would like it!!:kingslime: Your looks good to me:pinky:
  19. jamiesmith9255

    How do i make my weapons shoot projectiles?

    Thank you so much and do you like my new profile image? `;)
Back
Top Bottom