Recent content by Taien

  1. T

    Broken Quest

    I have a quest I wrote in A20.  At the time it worked.  In A21, the quest still works in singleplayer when I give it to myself with givequest, but on my server, the first objective doesn't appear.  Here it is on my singleplayer game, working fine:  And here it is on my server, after being...
  2. T

    TFP (kind of) broke crafting skill modding with the alpha 21 build

    Hey all.  So I just wanted to express my gripe with the fact that b324 (alpha 21 release build) removed the ability to scroll down in the crafting skills unlocks section.  This really sucks because I had already added another tier of items on top of the existing ones that was built onto this...
  3. T

    Any way to add CustomIconTint to icons in the new item preview pane in the crafting section?

    I've added some new skills and such already and extended the existing ones, but I can't use my custom icons as the icons in the display_entry section, and I haven't seen a way yet to tint them.  Anyone have any intel on this?
  4. T

    [Solved] Problem working with buffstatuscheck01.

    Hello again fellows.  I am attempting to extend the maximum level at which you can gain HP from leveling.  My server allows a max level of 1000, but after 200 your HP and stamina stay locked.  I've found the relevant section of buffstatuscheck01:   <!-- Player HP / stamina per level --&gt...
  5. T

    [Solved] Looking for an expert on adding quests.

    I've created a new quest on my server as an attempt to learn how to make new quests. :p   The problem is that once I add it to the list of trader quests, the server throws a null reference exception each time it tries to get the list.  It's not game-breaking but it is annoying and so I'd like...
  6. T

    Looking for info on ModAPI. Multiple questions.

    Is there any documentation for the ModAPI?  The only thing I've found is that one page on the fandom wiki (which is outdated).  I see that it only allows mods to respond to various events.  But there's no documentation on how to use it that I can find...and I have several questions: How do I...
  7. T

    Adding new materials to forge.

    I'm trying to add a new material to the forge.  I've set up a new forge block that has the materials in its item list (see InputMaterials property):   <block name="masterForge"> <property name="Class" value="Forge"/> <property name="UnlockedBy"...
  8. T

    How to make items scrappable?

    I'm having a lot of trouble figuring out how to make the new items I've added be scrappable by the player.  The main goal of this is for these items to be able to be melted in the forge to a new material that I've created.  But for the life of me, I can't figure out how it is done.  I've seen in...
  9. T

    Trying to make a better bellows. Any way to buff smelting speed?

    I've already added a third slot to my forges for input items, but I'm trying to provide another way that players can make it go faster.  I've created an item called "Superior Bellows" and I want to make it usable in the forge, but I can't find where to add it.  I duplicated the original bellows...
  10. T

    How to get started with ModAPI? Tutorials/documentation? And a ChatMessage question.

    The tutorial in the fandom.com website for 7 days is a bit unhelpful.  It mostly tells you to look at the ServerTools mod for all info related to modding with the API.  I've reached the extent of the things I can do with xml modding and want to move into API modding to make some things like a...
Back
Top