Search results for query: *

  1. Rattle Ziddler

    Standalone [1.3] tModLoader - A Modding API

    Oh you mean the graphics that sometimes appear between the center and the captives. Okay I'll check. I am really grateful that you helped me. :) I hope I did not disturbed, annoyed or bothered you. :(
  2. Rattle Ziddler

    Standalone [1.3] tModLoader - A Modding API

    Is the octopus's arms are the example? And yeah, actually I just started C++ when I first ask you about the animation thing (that was when tAPI is still being developed ;P) Edit: just to inform you that I'm not as awesome as you are, I am way less into coding so far, but spriting yes. Peace :)
  3. Rattle Ziddler

    Standalone [1.3] tModLoader - A Modding API

    I really need to ask, Is it already possible to create lasers(Last prism, charged blaster, lunar vortex)?
  4. Rattle Ziddler

    Standalone [1.3] tModLoader - A Modding API

    Okay, Thanks a lot! :) And one last thing, How do I make a tile similar to a placed Iron bar? One that can only be placed on top of a tile or another Iron bar and once the tile under it is removed, it will as well will be removed. :o
  5. Rattle Ziddler

    Standalone [1.3] tModLoader - A Modding API

    The sfx when you equipped a full set of necro armor or ninja suit. Sorry if I replied this way. My phone keeps on snapping.
  6. Rattle Ziddler

    Standalone [1.3] tModLoader - A Modding API

    Is it possible to put Glowmasks? Or should I just use sprite draws to do so? Same with holograms/after images. :/
  7. Rattle Ziddler

    tModLoader Official tModLoader Help Thread

    Is this the first content of your mod? Cause if it is you might wanna check your build.txt or the text similar to the example mod's " ExampleMod.cs" to load your mod. BTW, can anyone tell me how to make an Item glow or it's specific part to glow? Same with the npcs. Example: The Ice Queen...
  8. Rattle Ziddler

    Standalone [1.3] tModLoader - A Modding API

    Great, that worked! Thanks a lot! :D
  9. Rattle Ziddler

    tModLoader Official tModLoader Help Thread

    I currently do not have internet connection on my pc and I'm in mobile, soo... I just pasted the vampire knives code from this thread between the setDefault and the addRecipe and that is all. :/
  10. Rattle Ziddler

    Standalone [1.3] tModLoader - A Modding API

    BlueMagic, can you also add an animated Mod tile, Flail, Spear, Summon type weapons examples in the Example Mod? Or can anyone just tell me how to animate a Mod tile Asap please? :o
  11. Rattle Ziddler

    tModLoader Official tModLoader Help Thread

    Well Basically I just inserted the code from this thread then removed it afterwards (since it didn't work). :p But anyways, here's the code I wish it to work with: using System; using Microsoft.Xna.Framework; using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace...
  12. Rattle Ziddler

    tModLoader Official tModLoader Help Thread

    Hehe of course the code surely did help, about 2 and 4, I asked because I wanted my block to act as of a tree, if first block is removed, so as everything on top of it. :P 5 I was just assuming if anyone can tell me the projectile AI of it, I remember using it before (the Bee, Bat, Flairon...
  13. Rattle Ziddler

    tModLoader Official tModLoader Help Thread

    Hehe of course the code surely did help, about 2 and 4, I asked because I wanted my block to act as of a tree, if first block is removed, so as everything on top of it. :P 5 I was just assuming if anyone can tell me the projectile AI of it, I remember using it before (the Bee, Bat, Flairon...
  14. Rattle Ziddler

    tModLoader Official tModLoader Help Thread

    Hello guys, I need your help with these: 1.How to make a block inflict debuffs when touched? 2. How to make a block similar to a placed Iron bar? 3.How to make a block act like sand, silt, or slush blocks? 4.How to make trees or grasses? 5.How to make homing projectiles? (Either targeting a...
  15. Rattle Ziddler

    tAPI "useStyle" For a Spear?

    XD exactly, just found out it earlier (From you also in another thread). Then may you give us a link to where we can learn this? Edit: or nevermind I think I found one, thanks! :)
  16. Rattle Ziddler

    tAPI "useStyle" For a Spear?

    However, the spear example there does not draw the sprite, yet, acts like one (Without anything appearing). well they should fix it or else someone will need to start a new thread (A working one) about Spears. :(
  17. Rattle Ziddler

    tAPI Getting Started with Modding

    well, like what I usually do I'll be experimenting with them for the meantime. I am just bored of using common AIs(Vanilla) Imagine a reaper thrusting eyeballs on you 'WHAT?!". :sigh: well of course, it's the eye of Cthulhu AI. Well once again, thanks! :)
  18. Rattle Ziddler

    tAPI Getting Started with Modding

    Berb, do you know how to create a custom AI? (Even just a simple one like make them move and perform tasks) I am tired of using vanilla AI so I just wanted to start my own AI. or even know someone who knows someone who knows someone......... who knows how? :naughty:
  19. Rattle Ziddler

    tAPI [Tutorial] Custom Dust

    Oh, now for this one what I've done to make it change is to "Transform("npcID")" XD so I do not need more textures but what I need is more frames then. :P I tried reading the terraria codings however it's kinda difficult to see what I needed. well thank you very much for answering the first and...
  20. Rattle Ziddler

    tAPI [Tutorial] Custom Dust

    Silly me, What I did is "ProjectileDef.byName[......]" XD well thank you very much by the way, it really did help me a lot! :) Edit: How about making an NPC change it's texture in-game? :/ How to make Items Texture Change even if In-use? How to Make an NPC change to it's specific animation...
Back
Top Bottom