Inactive [RPG] NPC-Quester v2.3.1 - Make NPCs give quests (links uQuest/EpicQuest and Citizens) [1000]

Discussion in 'Inactive/Unsupported Plugins' started by Randy Schouten, Jun 9, 2011.

  1. Offline

    Randy Schouten

    NPC-Quester - Make NPCs give quests!
    Version: 2.3.1

    If you ever wanted a plugin that would make your NPCs give out quests, this is the plugin for you.
    Lots of features to be added, so keep on the lookout!

    Features:
    • uQuest:
      • NPCs give random quests
      • Specified NPCs give out a specific quest and restricted those quests if wanted
      • If wanted, make players have a specified item in their hand with a specified amount, and if you want it, take it from them too
      • Quest chains!
      • Make NPCs give out the quest only once
    • EpicQuest:
      • Give solo quests
      • Give group quests
    How to install: (read carefully!)


    First off, required plugins:
    uQuest or EpicQuest (quests)
    Citizens (NPCs)
    Permissions (commands, not neccesary but nice to have)

    uQuest:
    Now, to give your NPCs quests, use the ingame commands to make your NPCs quests!​
    You can also copy paste one of the examples and type your own settings there if you find that easier too.​

    EpicQuest:
    Use in-game commands to add NPCs or change the config​

    Names are case sensitive!

    When you are done adding your questers, /reload your server to load them.

    Download:

    For uQuest (not iQuest!): RAR, ZIP
    For EpicQuest: RAR, ZIP

    How to use:
    To get a quest, right click a NPC who is in the config file.

    Commands with uQuest:
    Code:
    /npcq help [page], shows commands.
    There's too much commands to type here, so just use the help command to see them all.
    Reload command removed for now, it doesn't work
    Permissions with uQuest:
    Code:
    npcq.add
    npcq.edit - Normal quest editing
    npcq.remove - Normal quest removing
    npcq.item - Quest giver item editing and removing
    npcq.chain - Chain quest adding, removing and editing
    npcq.help - Shows all commands in-game
    Commands with EpicQuest:
    Code:
    /npcq help - Shows commands.
    /npcq add solo/group/turnin [npc name] - Add a quester
    /npcq remove [npc name] - Remove a quester
    Permissions with EpicQuest:
    Code:
    npcq.add - Add questers
    npcq.remove - Remove questers
    npcq.help - Show all commands in-game
    Todo:
    • Option to restrict random quest givers to NOT give out specified quests (Planned for next version)
    • Quest chains
    • Get quests only once
    • Right click a NPC twice to get a quest, see q info on first click
    • Automatic quest amount counting (Planned for next version)
    • Need a certain quest level before able to get quests from certain NPCs
    • Command to add random quest givers (Planned for next version)
    • Show quest status instead of "You already have a quest" when you hit a quest giver (Planned for next version)
    • Complete quest on hitting the npc (Planned for next version)
    • Possible quest fees
    • Complete quests only once then disable them for that player
    • Suggestions always welcome!
    Changelog:


    • v2.3.1
      • Fixed the remove command for EpicQuest
      • Added another NPC type: "turnin"
      • ^Right click that NPC to turn in quests
    • v2.3
      • Added EpicQuest support! (There's a second download now for that.)
    -------------------------------------------------------------------------------------------------------------------------
    From here will only be EpicQuest updates, not uQuest
    • v2.2.5
      • Again, fixed to work with newest Citizens (stop changing hooks T_T)
    • v2.2.4
      • Bug fix:
        • Now works with newest Citizens version
    • v2.2.3
      • Bug fix:
        • The add command now adds the newest feature (this bug caused the plugin to read the config in a wrong way. Sorry!)
    • v2.2.2
      • Bug fix:
        • Chain quests now work properly with the new "onlyonce" feature
    • v2.2.1
      • Bug fix:
        • Quests should be given out properly now with the new features
    • v2.2
      • New additions:
        • Automatic quest counting
        • Option to have NPCs give out a quest only once
        • See the quest, then type a command to accept or decline it
      • Changes:
        • Added what item you need to have in your hand if you don't have the correct one
        • Permission nodes or items are merged
      • And some other stuff I can't remember, including changes and bugfixes (nothing major)
    • v2.1
      • New additions:
        • Commands to change quest chains
      • Changes:
        • Changed all commands to be compatible with v2.x.x and higher
        • Changed the help pages a little, /help shows categories with pages now
    • v2.0.4
      • Bug fix
        • Fixed quest chains not giving out properly if "iteminhand active = false" or "iteminhand consume = false"
    • v2.0.3
      • Bug fix:
        • Fixed the issue of "iteminhand active = true" and "iteminhand consume = false" resulting in not giving a quest
    • v2.0.2
      • Bug fix:
        • Fixed quests not giving out of the NPC had a colored name (This was the bug that bothered several users.)
    • v2.0.1
      • Bug fix:
        • Fixed quest progress saving possibly not saving correctly with multiple users
    • v2.0
      • New addition:
        • Chain quests!
        • Plugin remembers where you were in your chain quest, so you don't have to do it over ;)
      • Bug fixes:
        • Random stuff I can't remember
        • This includes NPCs not giving quests
    • v1.3.1b
      • Bug fixes:
        • Fixed some texts on [false/true] commands not displaying correctly
        • Fixed default config not working
        • Fixed a player not being able to turn in a quest if item consume and active are false
        • Fixed sending the player a message with all the configs for all NPCs
      • Changes:
        • Changed overall file handling, it's a lot more error resistant now
    • v1.3.1a
      • Bug fix:
        • Fixed config not read properly
        • Changes:
        • Improved check to see if a branch is empty
    • v1.3.1
      • Bug fixes:
        • Fixed commands not adding questers correctly with new format
        • Fixed random questers not working properly
    • v1.3
      • New additions:
        • Added the ability that you need a specific item in your hand to get a quest
        • Added the ability to consume that specific item
        • Added the ability to consume a certain amount of that item
        • If you right click the NPC you got the quest from and you completed the objectives, the quest is turned in
        • Shows the amount of objectives finished if you didn't complete a quest and hit the NPC you got the quest from
        • Added a check to see if a branch is empty, so there won't be errors if you have one empty
        • Added lots of commands
      • Bug fixes:
        • Fixed the commands from the previous version(s)
        • Fixed /help giving an error, now shows first page
        • Fixed NPCs saying "derp" when asking for a quest
        • Changes:
        • Help pages are now in categories
    • v1.2.1
      • New addition:
        • Compatible with 860
    • v1.2
      • Bug fixes:
        • Commands are now (hopefully) fully fixed
        • Fixed all NPCs giving quests
        • Stopped my plugin from ruining uQuest's quests.yml file (sorry!)
      • Changes:
        • Removed the /npcq reload command, it doesn't work as of now
    • v1.1
      • New additions:
        • Extra commands
        • Ability to have specific quests private or not
      • Bug fixes:
        • Fixed the /remove command
      • Changes:
        • /help now has 2 pages. So instead of "/help", type "/help 1" or "/help 2"
    • v1.0
      • Initial release
    Big thanks to the creators of:
    uQuest (http://forums.bukkit.org/threads/rp...st-and-citizens-860.20677/page-14#post-402289)
    Citizens
     
  2. Offline

    Randy Schouten

    Thank you for testing and reporting it to me!
     
  3. Offline

    AlgirdaSsS

    maby anybody can help me?When I run server it writes q guest system not enabled .Disabling plugin how can I make it enabled??
     
  4. Offline

    Randy Schouten

    Did you copy the config file to your server as well?
     
  5. Offline

    AlgirdaSsS

    yea I ad it in plugin
     
  6. Offline

    Randy Schouten

    Do you have both Citizens and uQuest installed on your server?
     
  7. Offline

    AlgirdaSsS

    hm how get citizens :eek: can get link of this plugin thx :)
     
  8. Offline

    Randy Schouten

    It is in the first post at the bottom :)
     
  9. Offline

    AlgirdaSsS

    Pls post it again I dont find it :)
     
  10. Offline

    Nitnelave

    Can you add sequential quest giving? I want my players to do quest #1, then 2, then 3, etc... Not in random order. And once they get to the end, no quest giving.
     
  11. Offline

    Randy Schouten

    This is what I'm working on at this very moment.
    Quest chains :)

    There's also this thing called "Search" ;)

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

    Emiya Shirou

  13. Offline

    Randy Schouten

    Yes, your going to need both.
     
    Emiya Shirou likes this.
  14. Offline

    Emiya Shirou

    Crap then i can't use this plugin :/ I don't have MySQL database =_=

    Guess my only fully working option for RPG system is mcMMO D: (guess not anymore cuss mcMMO isn't good for my serv as well ^^")

    btw. Thanks for helping ^^
     
  15. Offline

    Randy Schouten

    You don't need MySQL ;)
    I don't have it and I use them both :)

    Update on the progress:
    • Todo:
      • Setting the current quest in config
    EDIT:
    Update ready for release, preparing to post here.

    Version 2.0 live!

    I'm calling it 2.0 because I have all the major features in there right now ;D
    (Yay me!)

    NOTE: I haven't added commands for chain quests, so you'll have to do that by hand now.
    It's quite a brain cracker, all those commands xD

    They'll come tho, don't worry.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
    Emiya Shirou likes this.
  16. Offline

    Emiya Shirou

  17. Offline

    Randy Schouten

    Updated to 2.0.1, small fix that will fix quest chain progress saving.
     
  18. Offline

    m5k

    Love it, love it, loooooooooove it!
     
  19. Offline

    Randy Schouten

    Thank you, there's more to come (see the todo list), so keep track of this thread ;)

    If you find a bug, even a small one that doesn't really bug you, do post it here so I can fix it as fast as I can. :D
     
  20. Offline

    m5k

    No bugs found. I'm too busy making chainquests anyway. :D
     
  21. Offline

    Randy Schouten

    Awesome :D

    If you didn't notice, I made a small update to fix possible saving issues with chain quests, so be sure to get that one too if you don't want your members to lose progress :)
     
  22. Offline

    m5k

    I'm aware. Using the latest version.
     
  23. Offline

    Randy Schouten

  24. Offline

    yamashi

    Does not work.
     
  25. Offline

    Randy Schouten

    What does not work?
    High priority version?
    Normal version?
    Error log?
    When happened when you got the error?
     
  26. Offline

    yamashi

    High Priority, behaves the same as normal version nothing happens on right click.
    And active is always false I have to manually restart everytime it's annoying ...
     
  27. Offline

    Randy Schouten

    When is active set to false?
    What active as well?

    Do you use McMMo?
     
  28. Offline

    Emiya Shirou

    Need some more assistance...

    Created trader, now i want to set something for him,

    I'm looking at /trader sell item_name/id:amount price and /trader [buy/sell] [item ID:)amount:)data))] [cost:)amount:)data))] and the gray massage telling me the i don't have iconomy if i write /trader sell 37 5 so I'm writting /tader sell 37 5 38 5... and see Unknow command massage (in white) so i try /trader sell 37 5(38 5) the same...

    Trying /trader sell 37 5 (38 5) and /trader sell 37 5 ( 38 5 ) gives me the same "Command was not recognized massage" ... I'm sitting on this for last 30 minutes and can't go out of this problem... Help?
     
  29. Offline

    Randy Schouten

    Ah right, this is a Citizens problem.
    I've never used those NPCs before, honestly, so I can't really explain how they work :/

    You can take this to the Citizens thread tho, they'll be able to help you I think.
     
  30. Offline

    Emiya Shirou

    Oh sh*** I though i wrote there xD lol sorry D:
     
  31. Offline

    Randy Schouten

    Haha, no problem!
    I hope you figure your problem out!

    I have just downloaded McMMO to see if it works with my plugin, but it seems it works just fine..
    Could those with McMMO installed uninstall it (try local server), and see if my plugin works then?
    It might be something else.

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

Share This Page