Results 1 to 3 of 3

Hybrid View

  1. #1
    Player

    Join Date
    Jun 2011
    Posts
    32
    I don't think this would take 10 minutes to reprogram (I'm software engineer) but I agree this should be fixed as soon as possible.
    (2)

  2. #2
    Player

    Join Date
    Sep 2011
    Posts
    81
    the problem stems from the fact that, for example:
    I have 11 spoon lures equipped. Now lets say I buy 20 more. Those 20 don't automatically stacked with what I already have equipped. Fix is extremely simple:

    if(stackable item is aquired)
    {
    if(you already have that item && it's equipped)
    {
    itemCount += numberAquired;
    }
    }

    the end
    (0)
    Last edited by Fullmetal; 10-01-2011 at 01:46 PM.