shift-clicks not registering with crafting #138


  • New
  • Other
Open
Assigned to _ForgeUser1255850
  • pookshuman created this issue Mar 15, 2012

    OK, first, thank you very much for updating the plugin :)
    second, thanks for fixing crafting without the need for spout! love it

    I have 2 minor issues

    1st issue

    What steps will reproduce the problem?
    1. When I shift-click to craft multiple items, I only get credit for one craft

    What is the expected output? What do you see instead?

    for instance, if I make 5 diamond swords by shift clicking I get 4 dollars
    If I make 5 diamond swords by right clicking the swords and making them one at a time, I get 20 dollars

    What version of the product are you using?

    2.7.0
    bukkit 2034

    Do you have an error log of what happened?

    doesnt appear to make an error

  • pookshuman added the tags New Defect Mar 15, 2012
  • _ForgeUser7341421 posted a comment May 27, 2012

    I have the same Problem too, please work on it for an fix.

    Here's the job:

      Koch:
        fullname: Koch
        shortname: K
        ChatColour: DARK_BLUE
        chat-display: full
        slots: 2
        leveling-progression-equation: 100*((1.30+(0.01*(numjobs-1)))^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
        Craft:
          CAKE:
            income: 1
            experience: 2
          MUSHROOM_SOUP:
            income: 1
            experience: 2
          BREAD:
            income: 0.75
            experience: 1.5
          COOKIE:
            income: 0.75
            experience: 1.5
        Smelt:
          COOKED_BEEF:
            income: 1.5
            experience: 3
          COOKED_FISH:
            income: 1.5
            experience: 3
          COOKED_CHICKEN:
            income: 1.5
            experience: 3
    

    The user ads 3*64 wheat to an workbench and SHIFT+Click on BREAD so he had to earn 64*0.75 = 48, but earns 0. If the user don't use SHIFT, so klick 64 times, he earns the 48.

    Please fix this big bug.

  • _ForgeUser1255850 posted a comment Nov 8, 2012

    Issue is a Bukkit API issue.  This needs to get fixed upstream first.

  • _ForgeUser1255850 removed a tag Defect Nov 8, 2012
  • _ForgeUser1255850 added a tag Other Nov 8, 2012
  • _ForgeUser1255850 edited description Jan 24, 2013

To post a comment, please login or register a new account.