
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
-
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
). 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 atmLast edited by a moderator: Jun 27, 2016 -
How can i translate all items (like pistoll bullets, wood, stone)
-
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
-
Attached Files:
-
-
I'll take a look shortly
-
-
-
-
-
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... -
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 questsLast edited by a moderator: Jun 28, 2016 -
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 collectorLast edited by a moderator: Jun 28, 2016 -
Did you edit the data files manually? The error is for a quest with another name
-
yes i edited it manually
-
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
-
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:
-
-
-
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 -
-
i have a idea for devils island..
that ppl can kill the boss as a quest?
Keep up the good work @k1lly0u