Search results for query: *

  1. Walrusking

    Pixel Art Bla2e's Hall of Bad Pixel Art

    Thanks! Do you mind if I use the sprite in a mod?
  2. Walrusking

    New meme profile pic, because why not.

    New meme profile pic, because why not.
  3. Walrusking

    Pixel Art Bla2e's Hall of Bad Pixel Art

    Could you sprite a crab sword? Just a sword, but you know, crabby.
  4. Walrusking

    Sprites My Slime Thread

    How about a crab slime?
  5. Walrusking

    Pixel Art Chad's Deep Pit of Sprites

    Thanks mate. But there's more. ( ͡° ͜ʖ ͡°) I need a sprite of a tooth, and also a tooth brush. Very important. ( ͡° ͜ʖ ͡°)
  6. Walrusking

    Pixel Art Terraria Spriting Carnival 2

    I'M BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACK! I've gotten (slightly) better at spriting... and I made a crab claw and a magical berry for my mod.
  7. Walrusking

    Standalone [1.3] tModLoader - A Modding API

    How can I make it to where an NPC will only spawn if I have a certain type of item? For example, I want my Mask Salesman to only spawn if you have any mask in your inventory.
  8. Walrusking

    tModLoader Official tModLoader Help Thread

    How can I make it to where an NPC will only spawn if I have a certain type of item? For example, I want my Mask Salesman to only spawn if you have any mask in your inventory.
  9. Walrusking

    Standalone [1.3] tModLoader - A Modding API

    Thanks so much! :D
  10. Walrusking

    Standalone [1.3] tModLoader - A Modding API

    Thanks. That happened to me too and I lost TONS of progress. I don't know why it does that. I guess just back up your players until a fix for it is found.
  11. Walrusking

    Standalone [1.3] tModLoader - A Modding API

    And how do I make a projectile shot from an item face wherever I point the mouse (like the Terra Blade)?
  12. Walrusking

    Standalone [1.3] tModLoader - A Modding API

    How do I make a vanilla NPC drop a mod item? Also, how do I make a projectile shot from an item face wherever I point the mouse (like the Terra Blade)?
  13. Walrusking

    Standalone [1.3] tModLoader - A Modding API

    Is it possible to make a Town NPC only spawn if you're in hardmode? Also, how do I make an accessory give enemies debuffs?
  14. Walrusking

    Standalone [1.3] tModLoader - A Modding API

    public override bool CheckConditions(int left, int right, int top, int bottom) { int score = 0; for (int x = left; x <= right; x++) { for (int y = top; y <= bottom; y++) { int type = Main.tile[x...
  15. Walrusking

    Standalone [1.3] tModLoader - A Modding API

    Right now, my NPCs only spawn if the main blocks and walls are WOOD. How do I make it to where they can spawn in a house made out of any block (excluding dirt and other blocks like that)?
  16. Walrusking

    Pixel Art Chad's Deep Pit of Sprites

    Okay, I have another very important request. :redmunch: I need... a literal... pile of crap. The same size as the burnt patty. And a pebble, also the same size as the patty. TRUST ME, IT'S IMPORTANT!
  17. Walrusking

    Standalone [1.3] tModLoader - A Modding API

    So I do this or no? (WalrusMod.NormalSpawn(spawnInfo) && (tile == 53 || tile == 112 || tile == 116 || tile == 234) && WalrusMod.NoZoneAllowWater(spawnInfo) && spawnInfo.water) && y < Main.rockLayer && (x < 250 || x > Main.maxTilesX - 250) && !spawnInfo.playerSafe && Main.hardmode ? 0.5f : 0f...
Back
Top Bottom