Recent content by nitrox32

  1. N

    Error with Dialogue System and Equipped Items

    Hey Justin, I noticed in the latest update it didn't mention that this error was fixed. Did you fix it? Since the shared source doesn't work with UIS I can't fix this error and use UIS and Dialogue System together. My project depends on this working.
  2. N

    Adding Gold Directly to the Player

    If you could add it to your TODO list I would really appreciate it. Thanks!
  3. N

    Adding Gold Directly to the Player

    Okay, I was able to create a currency pickup. My next question is when the player opens a chest. The chest window and displays the items that are in the chest based on what had been added. Since items are not the same as inventory, how can a player discover gold in a chest and add it to their...
  4. N

    Enemy Falls Through the Ground on Death

    I'm not sure how to go about this. I've looked into Unity's joint configuration docs. There's a lot of info there, where do I start?
  5. N

    Adding Gold Directly to the Player

    Thanks for getting back to me, I understand how to create an item pickup as you mentioned above. It's the part about Category and Definitions part I don't get. I created an item definition that includes currency amounts but when I collect the item it adds it to the players inventory and not...
  6. N

    Adding Gold Directly to the Player

    How do I add gold directly to the player? For instance, I want to add gold when they pick up an object. I understand how to create an item pickup, I just don't understand how use an inventory item definition to add gold directly to the player.
  7. N

    Enemy Falls Through the Ground on Death

    When my enemies die the ragdoll starts and then they fall halfway through the ground. Why is this?
  8. N

    Inventory is Lost After Respawn

    Yep, it was an easy one. It turned out the Load Default Loadout On Respawn was checked. Remove All on Death was also checked. Unchecked that and everything worked. Thanks!
  9. N

    Error with Dialogue System and Equipped Items

    Your solution seems looks like an easy fix but I'm not sure what to do about the errors.
  10. N

    Problems with Activating the Hang Ability

    I'm not sure. I'm not trying to be snippy, but if I new what was stopping the jump ability I would have solved the problem. :) What else can I try?
  11. N

    [SOLVED] AI Bowman

    Never mind, I got it. I didn't stop the ability before trying to start it again.
  12. N

    [SOLVED] AI Bowman

    I ended up using the behavior tree example above and the bow does fire and reload properly only on the second time the Start/Stop use task returns false and doesn't fire a second time. Use slot one on the NPC says that it is active.
  13. N

    Inventory is Lost After Respawn

    I hope this is an easy one. The player's items are missing after he dies and respawns. Is there a setting I've missed? I'm using UCC, UIS and DS.
  14. N

    Limit Vertical Camera Movement

    Thanks for pointing me in the right direction. I found what I was looking for. It was in the Third Person Combat view under Limits.
Top