Quests

Creates quests for players to go on to earn rewards, complete with a GUI menu

Total Downloads: 9,378 - First Release: May 31, 2015 - Last Update: Jun 11, 2018

5/5, 53 likes
  1. Do you think EXP for HuntRPG would be possible as a reward?
     
  2. I looked into it but there was too many variables to take into account to make it viable (as in it would be a whole lot of work :p). I am going to add XP for the Rust XP system next week though.

    Edit: I may look into adding another menu to allow for all the HuntRPG skills, but its not a priority atm
     
    Last edited by a moderator: Jun 27, 2016
  3. How can i translate all items (like pistoll bullets, wood, stone)
     
  4. Item names should be whatever language you are running your server in as it just calls for the translated item name. All other translation can be done by duplicating the Quests.en.json found under 'oxide/lang' folder in your server and translating all the lines to another language
     
  5. I sent a message in support, because I have access only to this file InstaCraft.json and there nothing interesting into it( but I know 1 things - Craft happens instantly without even waiting 1 sec or message on blue background, Its gust put item into your inventory per moment
     

    Attached Files:

  6. I'll take a look shortly
     
  7. I did some testing with other available crafting controllers and seems to work fine. Without seeing the plugin itself I won't be able to tell for sure if that is the problem. If it is just giving the item and cancelling the craft it wouldn't register. Can you ask for a copy of the plugin or are you able to try another crafting controller?
     
  8. You know how i can change this server language?
     
  9. I ask to give me config, waiting for answer this day
     
  10. I'm not too sure sorry, I had a quick look on google but didn't find anything. Maybe ask in the discussions forum
     
  11. You guys have issues with active quests messing with the GatherManager? How can I make them work together ?

    eg. When having an harvest quest for stone, all other gathered matts are gone from my inv... like metal ore, sulfur ore etc...
     
  12. This will only take resources as they are collected using the OnDispenserGather hook and referencing the Item the hook is called with. It then checks to see if the that item is on your quest check list and if so it will take it. It shouldn't be possible for it to take anything else but I'll do some testing later anyway

    Edit: unless that's what you are talking about? If so then disable item deduction when making your quests
     
    Last edited by a moderator: Jun 28, 2016
  13. I have created a quest like this and its not working. You can collect as much fragment as u like but the mission will not show the correct amount.

    "The bp collector": {
    "QuestName": "The bp collector",
    "Description": "You need to collect 1000 blueprint fragments to get 250 for free.",
    "Objective": "blueprint_fragment",
    "ObjectiveName": "Blueprint Fragment",
    "AmountRequired": 1000,
    "Cooldown": 10080,
    "ItemDeduction": false,
    "Rewards": [
    {
    "isRP": false,
    "isCoins": false,
    "DisplayName": "Blueprint Fragment",
    "ShortName": "blueprint_fragment",
    "ID": 1351589500,
    "Amount": 250,
    "BP": false,
    "Skin": 0
    }
    ]
    },



    [Oxide] 14:22 [Warning] [Quests] Error retrieving quest info for: The mini collector
     
    Last edited by a moderator: Jun 28, 2016
  14. Did you edit the data files manually? The error is for a quest with another name
     
  15. yes i edited it manually
     
  16. You need to change it back and remove the quest, or remove that quest entry from every player who started it. Only edit quests through the ingame editing menu
     

  17. I think there is a huge bug. i deleted everything and just put in the quests_data.json.
    Everthing is fine but if i have accepted a quest with blueprint_fragments there is no
    progress to see if i loot some.

    here is the complete json file and this file is correct and valid.
    can u help me where the problem is ?
     

    Attached Files:

  18. The item needs to be looted from a container. Using your data file it is working fine for me
    252490_screenshots_20160628224408_1.jpg
     

  19. Barrels are not working right?
    but why did these boxes not work? I loot blueprint fragments out of these boxes and there is no progress. Its not working on my server.
     

    Attached Files:

    Last edited by a moderator: Jun 28, 2016
  20. i have a idea for devils island..
    that ppl can kill the boss as a quest? :)
    Keep up the good work @k1lly0u