Mutable Items

● ARCHIVED · READ-ONLY
Started by dbchest 52 posts Page 3 of 3 View original ↗
  1. [item.id] around when you start checking the container is what seems to be causing the problem that I had surrounding equipping the weapons if that's any help
  2. @Indsh i wanted to apologize for that bug; the crash was a result of an oversight. a new version has been uploaded with this problem addressed. please let me know if you experience any more bugs!
  3. Sweet, got it working now, I have to put it at the bottom of my list to work but I think on your side everything is there. Will be sure to shout you if I notice anything else @dbchest
  4. Hey, man @dbchest found another bug which I have tested on a fresh project. Having more than 2 of the same item cause bugs with transformation, any chance on that getting fixed?
    "Item:1 to transform into Item:2 after 5 steps
    If you have 1x(Item:1) after 5 steps you will have 1x(Item:2)
    If you have 3x(Item:1) after 5 steps you will have (Item:1 + 2x(Item:2))"


    Edit: this was my work around

    Line 166

    var num = Number($gameParty.numItems(currentItem, true));

    $gameParty.loseItem(currentItem, num);
    if (isMutationSuccess) {
    $gameParty.gainItem(nextItem, num);
    }
  5. @dbchest, sorry, the link is empty. Maybe you are just retired. I do not know. Just report this.
  6. Hi. Just wanted to let you know the link is broken, unfortunately. I'd love to implement this system in my game.
  7. Same here - would love to get a working copy of the plugin if anyone is willing to post a link.
  8. Hey All. Since the OP is not around, I thought I'd take a stab at making this plugin from scratch.
    Hopefully almost done.
    Will make my own topic once complete.
    Just gimme a day or two.
  9. Maliki79 said:
    Hey All. Since the OP is not around, I thought I'd take a stab at making this plugin from scratch.
    Hopefully almost done.
    Will make my own topic once complete.
    Just gimme a day or two.

    That's fantastic - can't wait to see it! Thanks very much for taking the time to work on this.
  10. Awesine Maliki79! Looking forward to that!
  11. All done! Look in my signature for the link. I'll put together my own post for it as time permits. Meanwhile, if you have any issues with it, just PM me.
  12. In case you didn't know, I finished my plugin.
    You can check it out HERE.

    Note that while it is in the MZ section, it should work just fine with MV.