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

    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!
    German Questlist 5/16/11
    [​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.
     
  2. Offline

    RugRats

    here is a better download instead of mediafire! http://dl.dropbox.com/u/17686615/uQuest.jar
    tested and works on 860 and 928! But if you still want to use my mediafire mirror you can! <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Dec 15, 2016
  3. Offline

    Obliviator

    Plugin wont start :( :
    Code:
    2011-06-26 03:41:34 [SEVERE] Error occurred while enabling uQuest v1.5 (Is it up to date?): java.lang.Integer cannot be cast to java.lang.String
    java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
            at hawox.uquest.questclasses.QuestLoader.getymlItemFromHashMap(QuestLoader.java:445)
            at hawox.uquest.questclasses.QuestLoader.getymlRewardsFromHashMap(QuestLoader.java:318)
            at hawox.uquest.questclasses.QuestLoader.getYamlQuestFromHashMap(QuestLoader.java:291)
            at hawox.uquest.questclasses.QuestLoader.loadAllQuests(QuestLoader.java:125)
            at hawox.uquest.UQuest.theQuestsLoadAllIntoArray(UQuest.java:360)
            at hawox.uquest.UQuest.onEnable(UQuest.java:160)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:157)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  4. Offline

    MarchewMaster

    This is discontinued? :/
     
  5. Offline

    Lynet ArchAngel

    damn i was gonna suggest for adding this things :
    1: Making chain quests [like u have to compleet quest 1 to start quest 2] like u can choose in the quest file what quest needs to be done to start a quest.
    2: Make it so u could choose if u could do a quest over agian, also in the quest config file.

    but damn, this plugin is so good, its a shame that u dont update it:(
     
  6. Offline

    wigumen

    Lynet Quest Chains is possybol (i know it's wrong speled just live with it) just download rugrats thingy

     
    Last edited by a moderator: Dec 15, 2016
  7. Offline

    Lynet ArchAngel

    The what?
     
  8. Offline

    DarkGriffin

    Is it possible to have the quest be given based on what world you are in? Or seperate quest lists for each world?

    I've got two RP servers with very different themes, and I'd like to add quests to both of them as a way to earn money. Something as simple as a setting for "Quest can only be given in worlds "X"" would work. Where X is a list of worlds(thus letting me add the netherworld of the RP worlds too.)

    If the location feature already does this, just let me know. The documentation isn't very clear what that setting does, but I gather it's only for the objectives, not for actually giving the quests in the first place.
     
  9. Offline

    cyborax

    awsome plugin! running perfect on my server
    good work! ;)

    if you want to visit... connect: minecraft.cyborax.net
    use codeword: bukkit11 if you will asked for one.
     
  10. Offline

    Randy Schouten

    Hey guys,

    I've started creating my own quest plugin, as uQuest is not being updated anymore.
    Check it out if you want to.
    It is still a WIP, but feel free to try out what is already in there.

    It includes (and/or will include) several things that uQuest doesn't have, such as groups, quest chains, more quests at the same time and more! :)
    http://forums.bukkit.org/threads/wi...-ultimate-quest-plugin-935.23427/#post-425087

    To moderators: if I may not do this, I'll remove it immediately.
    I just thought it wouldn't matter as this plugin is on inactive and all.
     
  11. Offline

    Shivers

    Can someone help me im trying to get perms to work with theses but it doesent it just says you dont have permission to give quests
     
  12. Offline

    cyborax

    i think you need to config youre permissions...
    maybe you have to add this:


    Code:
      -"uQuest.CanQuest.*" - Allows all these sub permissions
        -"uQuest.CanQuest.done"
        -"uQuest.CanQuest.amount"
        -"uQuest.CanQuest.stats'
        -"uQuest.CanQuest.info"
        -"uQuest.CanQuest.give"
        -"uQuest.CanDropQuest"
    
     
  13. Offline

    yourock129

    download link is a bust. please fix and update plugin to newest version of bukkit. thanks
     
  14. Offline

    Debilitation

    Really wish you would have kept this plugin Active! :(
     
  15. Offline

    waffulz

    The developer hasn't been online since May 27th. I wonder why?
     
  16. Offline

    1born2kill

    I got the jar long time ago :) so im all set :))
     
  17. Offline

    bogigaba

    So where is the download?
     
  18. Offline

    sakajoao

    Link down?

    Would be nice to ge it to download :D
     
    xkingxdreadx likes this.
  19. Offline

    Hempa

  20. Offline

    xkingxdreadx

    Thats a very nice plugin you have there.
     
  21. Offline

    Azza1070

    Yeah I'm not getting money for doing quests anymore. Why is that? I was told I was going to get $10480 for getting 5 jukeboxes. I got nothing and all it said was that I leveled up. 2 quests after that then gave me no money? wtf? HELP!?
     
  22. Offline

    EngelBV

    I am unable to download this at all, the download link takes me to a blank page
     
  23. Offline

    Tim619

    Please scroll up and look for a plugin called epic quest it is in beta development but work just like uquest
     
  24. Offline

    gpadp

    please, the download link doesn't work, and I need this badly :(
    PLEASE fix it (I would appreciate this lots)
     
  25. Offline

    Tim619

    PLEASE SCROLL UP! AND LOOK FOR A LINK CALLED EPICQUEST!
    it work just like uquest! but is not ready with npc-quester!

    Follow these instruction before saying the download link is broken
    No i did not make this plugin.
    1. Don't post these i have a soultion
    2. http://forums.bukkit.org/threads/wi...-ultimate-quest-plugin-935.23427/#post-425087
    3. Press that link.
    4. Download the quest plugins
    5. why? because it works just like uquest except it does not work with npc-questers so just download the quest plugins if you want the quest.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  26. Offline

    gpadp

    I appreciate your help, but I need the NPC's, and is there some way that I can get the full library of quests from uQuest converted to EpicQuest? In any way, thank you
     
  27. Offline

    Tim619

    Yes you could.. Hint the owner of epic quest is the npc-quester too.
    Once the owner of epic quest is done he will connect two of his plugins to make it work =D
     
  28. Offline

    gpadp

    How long you think it will take?
     
  29. Offline

    Tim619

    It is on beta. but the owner is a good plugin developr.
    So idk maybe 4 week-2 months
     
  30. Offline

    Jaker232

    Update this, this is inactive too long.
     
  31. Offline

    Tim619

    Use epicquest please look up for details.
     

Share This Page