Search results for query: *

  • Users: kleinC
  • Content: Threads
  • Order by date
  1. kleinC

    help with tracking projectile

    i want to make an arrow that spawns another arrow when it hit an enemy, and the new arrow will point towards the nearest enemy (not the one that got hit by the 1 arrow) but not follow it, just spawn going to the enemy direction. how can i code that? im trying to use the code from the example mod...
  2. kleinC

    tModLoader (WIP) Upgradable Weapons

    I am currently waiting for the Tmodloader update so i can continue with the project c: This mod adds 18 weapons for each class (only bow and swords for now). each weapon can be upgraded with it previous upgrade and some materials available at that stage. Weapons ranks: -Improvised (Made with...
  3. kleinC

    help creating a bow

    i've just started modding and i want to create a bow the fires a modded arrow with every ammo, (just like the hellfire bow r or the sharanga) what code should i use? this is my code now: using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Terraria; using Terraria.ID...
Back
Top Bottom