From 45be718b0c53a06b07631a3924d2cae499ef29de Mon Sep 17 00:00:00 2001 From: LadyVulcan Date: Wed, 24 Oct 2018 12:12:45 -0400 Subject: [PATCH 1/2] Fix farmer job Again. Thanks Obama. Fixed carrots and potatoes because they changed names, breaking them again right after getting fixed. Also added planting Nether Wart because I was here and remembered. --- Jobs/jobConfig.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Jobs/jobConfig.yml b/Jobs/jobConfig.yml index 8f2b742..792a2d6 100755 --- a/Jobs/jobConfig.yml +++ b/Jobs/jobConfig.yml @@ -1413,11 +1413,11 @@ Jobs: income: 0.5 points: 1.5 experience: 3.0 - CARROT-7: + CARROTS-7: income: 1.0 points: 1.0 experience: 1.0 - POTATO-7: + POTATOES-7: income: 1.0 points: 1.0 experience: 1.0 @@ -1425,7 +1425,7 @@ Jobs: income: 0.25 points: 0.5 experience: 1.0 - '103': #Melon Block + MELON: income: 0.25 points: 0.5 experience: 1.0 @@ -1474,11 +1474,11 @@ Jobs: income: 0.5 points: 3 experience: 3.0 - 141-0: #Carrot + CARROTS-0: #Carrot income: 1.5 points: 3 experience: 3 - POTATO-0: #Potato + POTATOES-0: #Potato income: 1.5 points: 3 experience: 3 @@ -1486,6 +1486,10 @@ Jobs: income: 0.1 points: 1 experience: 0.2 + '115': #Nether Wart + income: 1 + points: 1 + experience: 1.0 Craft: 354: #Cake income: 5.0 From cc755b70ca86d63f7824e5cbe54c6482c1fbb5d4 Mon Sep 17 00:00:00 2001 From: LadyVulcan Date: Wed, 24 Oct 2018 12:36:22 -0400 Subject: [PATCH 2/2] Added daily quests to the Builder job We'll prototype this and see how it works. If this breaks, it's probably line 823 with two targets. I'm not sure if it lets you do that or not. I don't know if the pay command will work either. And I don't know if "daily" quests expire in 24 hours, or if they're just granted every 24 hours. --- Jobs/jobConfig.yml | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/Jobs/jobConfig.yml b/Jobs/jobConfig.yml index 792a2d6..d1452ce 100755 --- a/Jobs/jobConfig.yml +++ b/Jobs/jobConfig.yml @@ -779,6 +779,58 @@ Jobs: Gui: Id: 108 Data: 0 + # Daily quests + maxDailyQuests: 3 + Quests: + # Quest identification. Can be any ONE word or number or both of them. This doesnt have any real meaning but it cant repeat + 1: + Name: "Post office" + Action: Place + Target: "1-4" #Polished Diorite + Amount: 128 + # Command list to be performed after quest is finished. + # Use [playerName] to insert players name who finished that quest + RewardCommands: + - "pay [playerName] 500" + - "msg [playerName] Completed quest! Please contact LadyVulcan if you did not receive payment automatically." + RewardDesc: + - "Build a post office using at least 2 stacks of polished diorite" + - "Get 500 bucks for this [BETA]" + Chance: 40 + toLevel: 100 + fromLevel: 5 + 2: + Name: "Stone Wall" + Action: Place + Target: "98" #Stone bricks, all kinds + Amount: 320 + # Command list to be performed after quest is finished. + # Use [playerName] to insert players name who finished that quest + RewardCommands: + - "pay [playerName] 500" + - "msg [playerName] Completed quest! Please contact LadyVulcan if you did not receive payment automatically." + RewardDesc: + - "Build a stone wall using at least 5 stacks of stone brick. Any kind (normal, mossy, cracked, chiseled) will work." + - "Get 500 bucks for this [BETA]" + Chance: 40 + toLevel: 100 + fromLevel: 5 + 3: + Name: "Desert Temple" + Action: Place + Target: "24", "179" #Sandstone and Red sandstone. Don't know if two targets will work. + Amount: 320 + # Command list to be performed after quest is finished. + # Use [playerName] to insert players name who finished that quest + RewardCommands: + - "pay [playerName] 500" + - "msg [playerName] Completed quest! Please contact LadyVulcan if you did not receive payment automatically." + RewardDesc: + - "Build a desert temple using at least 5 stacks of sandstone. [BETA] Try using both normal and red sandstone." + - "Get 500 bucks for this [BETA]" + Chance: 40 + toLevel: 100 + fromLevel: 5 Place: STONE-2: income: 1.3