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

    Hawox

    Thanks! I'll look into this to see if I can add some of it to my plugin (if needed). For now it gets put into the thread!
     
  3. Offline

    MichaelBurge

    I don't have the source code up yet, but I'm making a github for it. It's fairly light, though.
     
  4. Offline

    Gull06

    I'm getting the same errors with the commands for "q" and "quest."

    EDIT-
    Well I actually read through most of the posts others had made and noticed that this has happened before, I went through and changed/added quests before loading uQuest in the first place so it was something I had changed because I dropped the vanilla configs back in and it works now, sorry for the confusion, it's late... haha.
     
  5. Offline

    Phealoon

    Code:
    2011-05-05 03:51:40 [SEVERE] Could not pass event ENTITY_DEATH to uQuest
    java.lang.NullPointerException
        at hawox.uquest.QuestInteraction.getQuester(QuestInteraction.java:244)
        at hawox.uquest.UQuestEntityListener.playerKilledCreature(UQuestEntityListener.java:104)
        at hawox.uquest.UQuestEntityListener.onEntityDeath(UQuestEntityListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:480)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.EntityLiving.r(EntityLiving.java:470)
        at net.minecraft.server.EntityLiving.a(EntityLiving.java:449)
        at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:393)
        at net.minecraft.server.EntityLiving.N(EntityLiving.java:167)
        at net.minecraft.server.Entity.p_(Entity.java:192)
        at net.minecraft.server.EntityLiving.p_(EntityLiving.java:230)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1007)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:52)
        at net.minecraft.server.World.playerJoinedWorld(World.java:989)
        at net.minecraft.server.World.cleanUp(World.java:966)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:367)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)

    I am getting this error.

    Also, the puzzle plugin, will it stop players from typing /quest?[/CODE]
     
  6. Offline

    Hawox

    @Phealoon No. Read the config file. That's in there. When are you getting that error? What was happening? How often?

    @DJ_Idol,@m5k This? Also the plugin auto generates the files needed. So just move them to another folder and it will remake them.
     
  7. Offline

    Phealoon

    Not sure what I was doing, but I know I was not using Uquest at the time.

    -Phea
     
  8. Offline

    Hawox

    Fixed it on the git. It will be alright in the next update. It seems a monster died after the player that damaged it left the server. Added a check for that.
     
  9. Offline

    Borito

    Code:
    2011-05-05 22:44:29 [SEVERE] null
    2011-05-05 22:44:29 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'q' in plugin uQuest v1.21
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
        at hawox.uquest.commands.Cmd_uquest.onCommand(Cmd_uquest.java:33)
    Any Idea?

    I got this after perform /q (or /quest)
     
  10. Offline

    Hawox

    Does this help? If not I need to look deeper into the issue.
     
  11. Offline

    firewalled

    Same here CB740
    At server start:
    Code:
    2011-05-05 23:51:06 [INFO] [uQuest] Default file written: config.yml
    2011-05-05 23:51:06 [INFO] [uQuest] Default file written: Quests.yml
    2011-05-05 23:51:06 [INFO] [uQuest] Default file written: uQuest_Players.txt
    2011-05-05 23:51:06 [INFO] [uQuest] Default file written: uQuestQuesters
    2011-05-05 23:51:06 [INFO] [uQuest] Loaded with Flatfile!
    2011-05-05 23:51:06 [INFO] [uQuest] v1.21 enabled! With 53 quests loaded!
    2011-05-05 23:51:06 [SEVERE] com/iConomy/iConomy loading uQuest v1.21 (Is it up to date?)
    java.lang.NoClassDefFoundError: com/iConomy/iConomy
    
        at hawox.uquest.PluginSupport.<init>(PluginSupport.java:28)
    
        at hawox.uquest.UQuest.onEnable(UQuest.java:186)
    
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
    
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
    
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
    
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
    
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
    
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    Caused by: java.lang.ClassNotFoundException: com.iConomy.iConomy
    
        at java.net.URLClassLoader$1.run(Unknown Source)
    
        at java.security.AccessController.doPrivileged(Native Method)
    
        at java.net.URLClassLoader.findClass(Unknown Source)
    
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    
        at java.lang.ClassLoader.loadClass(Unknown Source)
    
        at java.lang.ClassLoader.loadClass(Unknown Source)
    
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    
        ... 12 more
    
    
    When using e.g. /q:
    Code:
    2011-05-05 23:52:11 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'q' in plugin uQuest v1.21
     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
     at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
     at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
     at hawox.uquest.commands.Cmd_uquest.onCommand(Cmd_uquest.java:33)
     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
     ... 12 more
    
    I have other plugins, I have Permissions 2.7 and iConomy 4.65
     
  12. Offline

    Hawox

    @firewalled You need the latest iCon and the latest version of my plugin. If you don't have the latest icon downgrade a version so it works for you. I'm writing a paper so I'll have to work on the NullPointer issue tomorrow. Unless I can get someone to look at it for me. I'll see what I can do.
     
  13. Offline

    firewalled

    Ah okay, happen to remember which version would work for iConomy <5 ? I think upgrading at this time will break some of my other plugins.
     
  14. Offline

    Hawox

    Go down by one until it works. Read the change logs on the wiki. I think it's just one version back.
     
  15. Offline

    Debilitation

    Thanks Hawox. Great work.


    EDIT - Sorry to be such a bother..

    SEVERE [uQuest] iConomy is not loaded. Turning iConomy support off.

    I have it loaded, I don't see why its not loading properly. And this is all it says..
     
  16. Offline

    Hawox

    What version do you have? The newest uQuest only supports the newest iCon. Did you try fresh configs? If you did a /reload then try a full server restart. After this tell me if your still having issues.
     
  17. Offline

    Debilitation

    Yeah, let me re-download both and give it a try again Hawox. Give me a few minutes and I will re-edit my post. :)

    EDIT - Sadly both didn't work. I uploaded both versions. iCon was the default, as usual... typed in /reload, nothing worked. Stopped the server then started it again.. nothing worked. Here's a complete log of my start up. It's rather large.


    Don't see what the issue is, what do you think?

    Code:
    05.05 23:19:02 [Server] Startup Done (0.506s)! For help, type "help" or "?"
    05.05 23:19:02 [Server] INFO [iZone : 6.1] Loaded 1 zones out of 1
    05.05 23:19:02 [Server] INFO [iZone : 6.1] Using permissions of Permissions.
    05.05 23:19:02 [Server] INFO [iZone : 6.1] Enabled!
    05.05 23:19:02 [Server] INFO [iConomy] hooked into Permissions.
    05.05 23:19:02 [Server] INFO [iConomy] Developed by: [Nijikokun]
    05.05 23:19:02 [Server] INFO [iConomy] v5.0 (Eruanna) loaded.
    05.05 23:19:02 [Server] INFO [iConomy] Logging is currently disabled.
    05.05 23:19:02 [Server] INFO Loaded EssentialsSpawn build 2.2.8 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    05.05 23:19:02 [Server] INFO NSCommand 0.2 enabled.
    05.05 23:19:02 [Server] INFO For reference, the main world's spawn location is at X: -22.0 Y: 64.0 Z: 41.0
    05.05 23:19:02 [Server] INFO [WorldBorder] [CONFIG] Will use plugin for permissions: GroupManager v1.0(alpha-5)
    05.05 23:19:02 [Server] INFO [WorldBorder] [CONFIG] World "world" has border radius 1100 at X: -0.6 Z: 0.3
    05.05 23:19:02 [Server] INFO [WorldBorder] [CONFIG] Border-checking timed task started.
    05.05 23:19:02 [Server] INFO [WorldBorder] [CONFIG] Using square border, knockback of 5.0 blocks, and timer delay of 5.
    05.05 23:19:02 [Server] INFO WorldBorder version 1.1.2 loading
    05.05 23:19:02 [Server] SEVERE [uQuest] iConomy is not loaded. Turning iConomy support off.
    05.05 23:19:02 [Server] INFO [uQuest] Successfully linked with Essentials.
    05.05 23:19:02 [Server] INFO [uQuest] Successfully linked with Permissions.
    05.05 23:19:02 [Server] INFO [uQuest] v1.21 enabled! With 53 quests loaded!
    05.05 23:19:02 [Server] INFO [uQuest] Loaded with Flatfile!
    05.05 23:19:01 [Server] INFO LWC    At version: v2.31
    05.05 23:19:01 [Server] INFO SQLite    Using: Native
    05.05 23:19:01 [Server] INFO LWC    Loading SQLite
    05.05 23:19:01 [Server] INFO LWC    Using Nijikokun's permissions plugin for permissions
    05.05 23:19:01 [Server] INFO LWC    Loaded 116 locale strings (0 overrides)
    05.05 23:19:01 [Server] INFO [BBROTHER] BigBrother 1.8-SNAPSHOT (build #409) enabled!
    05.05 23:19:01 [Server] WARNING [BBROTHER] 'Help' isn't detected. No /help support
    05.05 23:19:01 [Server] INFO [BBROTHER] Permissions enabled using: Permissions v2.5.1
    05.05 23:19:01 [Server] INFO [BBROTHER] Building `bbusers` table...
    05.05 23:19:00 [Server] INFO [BBROTHER] BBData H2 Driver r1 loaded!
    05.05 23:19:00 [Server] INFO [BBROTHER] Building `bbdata` table...
    05.05 23:18:59 [Server] INFO [BBROTHER] ------------------------------------
    05.05 23:18:59 [Server] INFO [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    05.05 23:18:59 [Server] INFO [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    05.05 23:18:59 [Server] INFO [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    05.05 23:18:59 [Server] INFO [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    05.05 23:18:59 [Server] INFO [BBROTHER] ------------------------------------
    05.05 23:18:59 [Server] INFO Loaded EssentialsProtect build 2.2.8 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    05.05 23:18:59 [Server] INFO [uQuest-ShowTracker] version 0.1 is enabled!
    05.05 23:18:59 [Server] INFO Loaded EssentialsChat build 2.2.8 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    05.05 23:18:59 [Server] INFO Loaded Essentials build 2.2.8 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    05.05 23:18:59 [Server] INFO Fake Permissions version 2.5.1 is enabled!
    05.05 23:18:59 [Server] INFO GroupManager version 1.0(alpha-5) is enabled!
    05.05 23:18:59 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    05.05 23:18:58 [Server] INFO LWC    Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    05.05 23:18:58 [Server] INFO LWC    Loading shared objects
    05.05 23:18:58 [Server] INFO Preparing spawn area: 93%
    05.05 23:18:57 [Server] INFO Preparing start region
    05.05 23:18:57 [Server] INFO Preparing level "world"
    05.05 23:18:57 [Server] INFO This server is running Craftbukkit version git-Bukkit-0.0.0-706-gf53e007-b740jnks (MC: 1.5_02)
    05.05 23:18:57 [Server] INFO Starting Minecraft server on 0.0.0.0:25566
    05.05 23:18:57 [Server] INFO Loading properties
    05.05 23:18:57 [Server] INFO Starting minecraft server version Beta 1.5_02
    05.05 23:18:57 [Server] INFO 16 achievements
    05.05 23:18:56 [Server] INFO [Lnet.minecraft.server.Statistic;@5801319c
    05.05 23:18:56 [Server] INFO 146 recipes
    05.05 23:18:56 [Server] INFO [Lnet.minecraft.server.Statistic;@5801319c
    05.05 23:18:56 [Multicraft] Loaded config for "Mod: Craftbukkit"
    05.05 23:18:56 [Multicraft] Starting Minecraft!
    05.05 23:18:56 [Multicraft] Loading Minecraft instance properties
     
  18. Offline

    Castilan

    hi,

    i have jobs 1.3.3 installed on my server .. so here is my question:
    is it possible to create quests for a specific job? so that a user can enter something like "/uquest Miner" to get a specific Miner quest? because we have some gathering jobs, who can't gather anything else but their own jobs specific items .. for example a miner can't gather wood, because its in the woodpicker job.
     
  19. Offline

    Theotherguyyyyy

    Are you going to update the quest creator because its so much easier
     
  20. Offline

    silentdojo

    CB RB 740 | uQuest 1.21 | iConomy 5
    Only happened once so far... Only using your default quests.
    Code:
    00:04:44 [SEVERE] Could not pass event ENTITY_DEATH to uQuest
    java.lang.NullPointerException
            at hawox.uquest.QuestInteraction.getQuester(QuestInteraction.java:247)
            at hawox.uquest.UQuestEntityListener.playerKilledPlayer(UQuestEntityListener.java:167)
            at hawox.uquest.UQuestEntityListener.onEntityDeath(UQuestEntityListener.java:55)
            at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:480)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
            at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:121)
            at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:393)
            at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:423)
            at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:149)
            at net.minecraft.server.EntityMonster.a(EntityMonster.java:101)
            at net.minecraft.server.EntityCreature.c_(EntityCreature.java:67)
            at net.minecraft.server.EntityLiving.u(EntityLiving.java:657)
            at net.minecraft.server.EntityMonster.u(EntityMonster.java:30)
            at net.minecraft.server.EntityZombie.u(EntityZombie.java:34)
            at net.minecraft.server.EntityLiving.p_(EntityLiving.java:231)
            at net.minecraft.server.EntityMonster.p_(EntityMonster.java:34)
            at net.minecraft.server.World.entityJoinedWorld(World.java:1007)
            at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:52)
            at net.minecraft.server.World.playerJoinedWorld(World.java:989)
            at net.minecraft.server.World.cleanUp(World.java:966)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:367)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  21. Offline

    Hawox

    @silentdojo Fixed that on the git. It will be patched in the next version!

    @Theotherguyyyyy You have EXCELLENT TIMING! I was JUST coming here to post a beta build for it! It sortof works. I have a few things to work out on it but it should still do it's job! It will be on the wiki in a few moments! I will edit my post when it is up!

    Having a few issues with it on the site. Heres a download for the beta build
     
  22. Offline

    Debilitation

    @Hawox i still can't seem to get iConomy connected with uQuest. :/

    Blarg

    EDIT - Went back a version for uQuest & iCon and it works fine.. guess I'll wait till you or iCon release a new version and something magically happens/fixes. D;
     
  23. Offline

    woodzy

    You need to to delay the Uquest start a tad iComony is loading AFTER uquest
     
  24. Offline

    rad1game

    Code:
    2011-05-07 16:36:38 [SEVERE] Could not pass event ENTITY_DEATH to uQuest
    java.lang.NullPointerException
        at hawox.uquest.QuestInteraction.getQuester(QuestInteraction.java:244)
        at hawox.uquest.UQuestEntityListener.playerKilledCreature(UQuestEntityListener.java:104)
        at hawox.uquest.UQuestEntityListener.onEntityDeath(UQuestEntityListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:480)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.EntityLiving.r(EntityLiving.java:470)
        at net.minecraft.server.EntityLiving.a(EntityLiving.java:449)
        at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:393)
        at net.minecraft.server.EntityMonster.damageEntity(EntityMonster.java:47)
        at net.minecraft.server.Entity.N(Entity.java:264)
        at net.minecraft.server.EntityLiving.N(EntityLiving.java:116)
        at net.minecraft.server.Entity.p_(Entity.java:192)
        at net.minecraft.server.EntityLiving.p_(EntityLiving.java:230)
        at net.minecraft.server.EntityMonster.p_(EntityMonster.java:34)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1007)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:52)
        at net.minecraft.server.World.playerJoinedWorld(World.java:989)
        at net.minecraft.server.World.cleanUp(World.java:966)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:367)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    CB 740. What wrong?
     
  25. Offline

    woodzy

    ok i sent a message to icomony plugin maker and he sait
    "
    Is there a way to ajust the load-in time for icomony? its loading way to late outher plugins arnt seeing it there loading befor iconomy .
    iconomy 5.0
    CB#740​
    Then they aren't correctly attaching to iConomy. The API covers that."
     
  26. Offline

    Hawox

    Uhhg. I had it the old way before but it caused problems and looked terrible. I'll change back to the old way if it has to be done that way. ~Sigh.
     
  27. Offline

    Debilitation

    In the newer config there is no way to delay the uquest start. There is in the older version though.

    D; Well, I'm enjoying the lower version for now, but would love the newer version with no errors popping up every so often xD
     
  28. Offline

    Maguron

    Hi my Member doestn´t become money for the quests ;(

    I´ve CB: #733
    IConomy: 5.0
    UQuest: v. 1.21
     
  29. Offline

    John McFo

    @Hawox, @Debilitation: I have the same problem, uQuest 1.21 turns iConomy 5.0 support off before iConomy has loaded. CB #759 btw.

    @Maguron: That is the exact consequence of uQuest not activating iConomy. I got the same behaviour on my server. Have a look at your server log and search for a line similar to:
    Code:
    [Server] SEVERE [uQuest] iConomy is not loaded. Turning iConomy support off.
    
     
  30. Offline

    Kavokane

    Unless I'm missing something, it seems that the uQuest-ShowTracker extension does not reflect the quest objective if you have the quest level scale enabled.

    Thanks for the great plugin!
     
  31. Offline

    Nitnelave

    Could you add a way to have only sequential quests? for example, I want my new users to do all of the tutorial quests, in order, and not to be able to come back to it later on. the quests ordered by id.
     

Share This Page