Some enchancement #1


  • Enhancment
  • Replied
Open
Assigned to thelunarfrog
  • _ForgeUser6528700 created this issue Jan 11, 2013

    Random amounts of items:
    it could be looks like:
    items:
           - DIAMOND >>> 1-64;You got diamonds for opening FrogBox!
    results 1 to 64 diamonds

    mysql:
    to save data in sql format,preventing data loss calling critical errors,and portable(it's easy as pie to transport sql and easy to import it)

    chance:
    like if you have a items list,have diamonds,golds,irons,etc,but you want iron to be the most received one,so it will be like:
    items:
           - DIAMOND '> 10;1
           - IRON '> 60;1
           - GOLD '> 25;1
    to trigger change symbol,you use: a apostrophe and a greater sign,like: '>
    so you will got a chance of 60 percents to receive an iron,25 percents to receive a gold,and 10 percents to receive a diamond,not randomly give some item to users

  • _ForgeUser6528700 added the tags New Enhancment Jan 11, 2013
  • TheLunarFrog posted a comment Mar 9, 2013

    Why don't I get emails for tickets anymore?

    Using mysql would be less efficient, as the plugin loads the data once and is done with it. It may come about in the future, however, as that's the only viable way I can see doing random quantities, without doing tons more work.

    As for chances, there would need to be more to it, but it's possible.

    For now, I'm too busy with coursework, family, and friends, as well as my other projects (both public and private). This may get done during spring break, but I'm not sure.

  • TheLunarFrog removed a tag New Mar 9, 2013
  • TheLunarFrog added a tag Waiting Mar 9, 2013
  • TheLunarFrog posted a comment Apr 9, 2013

    Random item amounts implemented in 1.2.0. Looking into the chance factor.

  • TheLunarFrog removed a tag Waiting Apr 9, 2013
  • TheLunarFrog added a tag Replied Apr 9, 2013

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