Player Totals achievements not matched #30


  • New
  • Defect
Open
Assigned to _ForgeUser8088077
  • _ForgeUser8290914 created this issue Sep 16, 2013

    What steps will reproduce the problem?
    Create any main player stat achievement.
    Cannot be triggered without an alternative trigger name.
    Here's the list after testing everything from a NEW DB with no other plugins loaded.
    For example if you make an achievement triggered by entering a boat 1 time, you have to put a 1 in the Player's MINECART_ENTER stat.  Putting a 1 in BOAT_ENTER will not trigger it, but will trigger a KILLS_TOTAL achievement.  Seems like most of the triggers are off by 2 columns in the database.

    Player Stat = Achievement triggered

    MINECART_ENTER    =    BOAT_ENTER
    MINECART    =    BOAT
    BOAT_ENTER    =    KILLS_TOTAL
    BOAT    =    DEATHS_TOTAL
    KILLS_TOTAL    =    ITEMUSE_TOTAL
    DEATHS_TOTAL    =    BLOCKDESTROY_TOTAL
    ITEMUSE_TOTAL    =    BLOCKCREATE_TOTAL
    BLOCKDESTROY_TOTAL    =    CRAFTING_TOTAL
    BLOCKCREATE_TOTAL    =    ENCHANTING_TOTAL
    CRAFTING_TOTAL    =    ENCHANTING_LVLS
    ENCHANTING_TOTAL    =    EXP_TOTAL
    ENCHANTING_LVLS    =    EXP_CURRENT
    EXP_TOTAL    =    LEVEL
    EXP_CURRENT    =    MOVE
    LEVEL    =    ARMSWING
    MOVE    =    OPENCHEST
    ARMSWING    =    nothing
    OPENCHEST    =    EGGTHROW
    EGGTHROW    =    FISHCAUGHT
    SNOWBALLTHROW    =    CHAT
    FISHCAUGHT    =    nothing
    CHAT    =    COMMAND
    CHATLETTERS    =    TELEPORT
    COMMAND    =    RESPAWN
    TELEPORT    =    nothing
    RESPAWN    =    nothing
    PIG_RIDDEN    =    EGGHATCHED
    PIG_DIST    =    BEDUSED
    EGGHATCHED    =    SHEEPSHEARED
    COWSMILKED    =    SNEAK
    BEDUSED    =    SPRINT
    SHEEPSHEARED    =    FALL_DIST
    SNEAK    =    SMELTING_TOTAL
    SPRINT    =    BREWING_TOTAL
    FALL_DIST    =    COWSMILKED
    SMELTING_TOTAL    =    CHAT_LETTERS
    BREWING_TOTAL    =    nothing
    LOGIN    =    PIG_RIDDEN
    PLAYTIME    =    PIG_DIST
    KICK    =    nothing
    LIGHTER    =    SNOWBALLTHROW

  • _ForgeUser8290914 added the tags New Defect Sep 16, 2013
  • _ForgeUser8928282 posted a comment Nov 2, 2013

    Open the jar File with WinRAR

    repleace the files in the attachment

    delete all tables


    Edited Nov 2, 2013

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