[INACTIVE][FUN/ECON/DEV] uQuest v1.50 - Overly customizable quest system [793 - 602]

Discussion in 'Inactive/Unsupported Plugins' started by Hawox, Mar 4, 2011.

     
  1. Offline

    Hawox

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    As most of you can guess I have not worked on this plugin in a long time. I'm working full time at a grocery store as well as going to college. I literally have no time for sleep let alone Minecraft. Recently someone has contacted me saying they are working on my plugin. I appreciate his work and effort while I am away. This is a link to his topic. His download can be found at hawox.no-ip.info


    uQuest - Overly customizable quest system!
    [IMG]

    Coming Soon!
    Gui Questmaker (Heres a beta build!)
    Upload/download area for quests!
    mcMMO extension!




    Team:
    Hawox
    Laxlux - New German quest list maintainer
    HiMyNameIsAJ - Creating a uQuest website
    Looking for:
    • Someone to make a nice looking website for uquest (Not my cup of java).
    • Someone to add MySql support.
    • Plugin attachment devs!
    • Someone with ideas on different quest types!
    • People to write some random quests to be thrown in the defaults!

    -----------------------Plugin summery below this point-----------------------
    ~Comes preloaded with 53 quests!~

    Support for: (You don't NEED any of these for the plugin to work.)
    Code:
    Permissions (but not needed!)
      -"uQuest.CanQuest.*" - Allows all these sub permissions
        -"uQuest.CanQuest.done"
        -"uQuest.CanQuest.amount"
        -"uQuest.CanQuest.stats'
        -"uQuest.CanQuest.info"
        -"uQuest.CanQuest.give"
        -"uQuest.CanDropQuest"
    
      -"uQuest.CanReloadQuests" - Allows the use of /reloadquests
      -"uQuest.CanReloadQuestConfig" - Allows the use of /reloadquestconfig
    
     iConomy (but not needed!)
     BOSEconomy (Again, not needed!)
     Essentials! (Again, not needed!)
    Alright here goes, theres a lot to cover so I may miss something on this first go threw! Want a better way to get money into your server economy that selling items to the server or random lottery's? Do you like QUESTS?!?! Do you want your users to compete to see who is a better quester? Then uQuest might be for you!


    uQuest offers your users a simple way to quest! No need to walk miles and miles to a random NPC or click on some block at spawn. All they need to do is type '/uquest give' and uQuest will give them a random quest from it's database! A yml file is provided where you type out each quest for your users. That's right. YOU can decide how many quests there are, what they are, and how you want your users to do them (creating and editing this file are explained on the wiki). You can broadcast every x quests someone finishes to the server as well as give out rewards for x amount of quests. I'll leave the rest for the features section, just thought I'd get you hooked with that :3 If you grab the .zip (which you need to if you want to store your users in a SQLite database!) I have included 53 quests inside!

    All of that not enough? Well theres an API! Other plugin authors can use this as a base for their own plugins!

    Here's a quick screenshot of what the text looks like:
    [IMG]


    ~Features~
    (I may miss a few, there's quite a bit)




    ~Quest Types~
    All of these can have specific locations set to them! (Can only do in this area etc)
    (More to come I promise!!)



    ~Commands~
    (More to come I promise!!)



    ~Watch out~
    With great power (of customization)... Come's great responsibility.... There is a lot that can go wrong if you don't pay attention when your changing files. Thankfully, I've tried to have the plugin spew out as many warnings as it could on the servers start. Always give it a check to make sure the plugin loaded all of your work!!!

    ~Plugin Attachments~
    (These plugins add new features to the basic uQuest system)
    _________________________________________
    uQuest-MoreModCommands
    Just started this as an example of what people can do. All it currently has is /qadmin givequest
    OP's and people with the permissions (not required for this either) node 'uQuest.MoreModCommands' can use it.
    _________________________________________
    uQuest-ShowTracker
    Simply shows someones progress on a quest everytime they do something for it. IE. I punch a log as part of my quest (grey text)Log Punches 7/10.
    Just put the jar into your plugins folder and it will work on it's own!
    Updates needed: Move quests | Picking up items. | Support for uQuest levels
    _________________________________________
    uQuest-AutoComplete
    Completes quests automagicly! Works with the same methods as showtracker so it has the same flaws. There is this weird bug when running both at the same time that spams some weird extra text. Try to ignore it for now.
    Just put the jar into your plugins folder and it will work on it's own!
    Updates needed: Move quests | Picking up items. | Unknown status on working with quest levels. | Odd text bug with showtracker/this mix.
    _________________________________________


    ~Plugins using the API~
    (These plugins use the uQuest API to shape their own plugin)
    PuzzleQuest




    Since people don't read the above, I'll post this again here so I don't have to write the reply back to this anymore.

    This post has been edited 1 time. It was last edited by Hawox Aug 12, 2011.
  2.  
  3. Offline

    michaelboe12

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I use now BOSEconomy and now it's finishes the quest and I can do another quest but now I ony get no reward
  4. Offline

    michaelboe12

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Have a look at this, this is the config (a part) ->
    #### PluginSupport:
    PluginSupport:
    #The number of seconds after enabling to check for plugin linkage. Make this larger if your having issues with uQuest detecting plugins.
    pluginTimerCheck: 10
    #Set to true if you want to have support for these plugins.
    usePermissions: true
    #Options (copy exactly): iConomy, BOSEconomy, Essentials
    MoneyPlugin: BOSEconomy
    moneyName: Monies

    And this is what text I get in the run.bat ->
    19:45:59 [INFO] [uQuest] Successfully linked with Permissions.
    19:45:59 [INFO] [uQuest] Successfully linked with BOSEconomy.
    19:45:59 [INFO] [uQuest] Successfully linked with Essentials.
    19:45:59 [SEVERE] [uQuest] iConomy is not loaded. Turning iConomy support off.
  5. Offline

    CovertHoax

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    In my fix I had to disable BOSEconomy and Essentials.

    I didn't use them and so didnt have the jar source for them to link with the uQuest source in order to see what needed fixing..

    Fix v0.4 should work with iConomyv6 and PermissionsBukkit (maybe other permissions im not too sure as of yet)

    You have to make sure that they have the ermission node for drop/give etc in order to use those commands..

    Other than that there shouldn't be a problem.. but ill take a look this sat when I have a day off from work.
  6. Offline

    andune

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I think the plugin author has long since moved on, but this is still an incredibly popular plugin on my server and had worked amazingly well despite no updates for a long time. Haven't found any other Quest plugin that is as good as uQuest, so I will probably invest the effort to get it updated to R6. Anyone out there still using this and interested in the update if I do? I'll consider sharing if so.
  7. Offline

    firewalled

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    +1 from me - that's for sure
  8. Offline

    andune

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I went ahead and updated it for R6. I've tested it locally and it works well enough to load and print results on "/q" commands, but I've not exercised it past that and have not upgraded my prod server yet. So no guarantees, but you're welcome to pull the download and give it a test yourself:

    https://github.com/morganm/uQuest/downloads

    Note I am NOT picking up support for this plugin. I will get it working for my server and since that means updating it to R6, I'm willing to share that with others, but I will not respond to questions about issues or bugs. You're on your own there. If what I publish works for you, great and enjoy. If it doesn't, you're welcome to post an issue here but no guarantees I will respond or fix it, maybe some other friendly dev with free time to spare will come along to help.
  9. Offline

    Randy Schouten

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  10. Offline

    tdasw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    morganm
    I'm really thankfull for your work on getting uQuest to still work (it's working on 1.2.4) I hope that you will continue updating when it would stop working.
  11. Offline

    D3monT

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Me! My server are running on your great plugin Uquest and i didn't found a good alternativ for replace this.
    So i'm very interested about your development ^^

    Keep a good job, thank's from France.
  12. Offline

    andune

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I just updated to 2.0.1 (available at my github downloads link) which fixes Permissions-related issues with the previous version. The new version uses Vault for both both Permissions and Economy, and of course Vault supports just about every option out there for those two. You can still use uQuest without vault, but you won't have permissions or economy support.

    Note that the previous version I uploaded basically did not have any Permissions support (original uQuest had Perm2 support and that broke when I updated); so if you want Permissions to work again, you will want this latest version.
  13. Offline

    Juhoartturi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    The link doesn't work!
  14. Offline

    Pokejml

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey, does anyone have a config.yml for this plugin? Apparently mine didn't get created so my plugin doesn't work... If you can give me a link to a config.yml for this plugin, thanks.
  15. Offline

    CrazedLobster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What ig we use heroes as a leveling system?

Share This Page