mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-24 11:38:42 +01:00
parent
0d27055b4e
commit
fb043fae30
@ -784,13 +784,13 @@ public class QuestFactory implements ConversationAbandonedListener {
|
|||||||
ItemStack guiDisplay = null;
|
ItemStack guiDisplay = null;
|
||||||
Integer moneyReq = null;
|
Integer moneyReq = null;
|
||||||
Integer questPointsReq = null;
|
Integer questPointsReq = null;
|
||||||
LinkedList<ItemStack> itemReqs = null;
|
List<ItemStack> itemReqs = null;
|
||||||
LinkedList<Boolean> removeItemReqs = null;
|
List<Boolean> removeItemReqs = null;
|
||||||
LinkedList<String> permReqs = null;
|
List<String> permReqs = null;
|
||||||
LinkedList<String> questReqs = null;
|
List<String> questReqs = null;
|
||||||
LinkedList<String> questBlocks = null;
|
List<String> questBlocks = null;
|
||||||
LinkedList<String> mcMMOSkillReqs = null;
|
List<String> mcMMOSkillReqs = null;
|
||||||
LinkedList<Integer> mcMMOAmountReqs = null;
|
List<Integer> mcMMOAmountReqs = null;
|
||||||
String heroesPrimaryReq = null;
|
String heroesPrimaryReq = null;
|
||||||
String heroesSecondaryReq = null;
|
String heroesSecondaryReq = null;
|
||||||
LinkedList<String> customReqs = null;
|
LinkedList<String> customReqs = null;
|
||||||
@ -798,17 +798,17 @@ public class QuestFactory implements ConversationAbandonedListener {
|
|||||||
String failMessage = null;
|
String failMessage = null;
|
||||||
Integer moneyRew = null;
|
Integer moneyRew = null;
|
||||||
Integer questPointsRew = null;
|
Integer questPointsRew = null;
|
||||||
LinkedList<String> itemRews = null;
|
List<String> itemRews = null;
|
||||||
LinkedList<Integer> RPGItemRews = null;
|
List<Integer> RPGItemRews = null;
|
||||||
LinkedList<Integer> RPGItemAmounts = null;
|
List<Integer> RPGItemAmounts = null;
|
||||||
Integer expRew = null;
|
Integer expRew = null;
|
||||||
LinkedList<String> commandRews = null;
|
List<String> commandRews = null;
|
||||||
LinkedList<String> permRews = null;
|
List<String> permRews = null;
|
||||||
LinkedList<String> mcMMOSkillRews = null;
|
List<String> mcMMOSkillRews = null;
|
||||||
LinkedList<Integer> mcMMOSkillAmounts = null;
|
List<Integer> mcMMOSkillAmounts = null;
|
||||||
LinkedList<String> heroesClassRews = null;
|
List<String> heroesClassRews = null;
|
||||||
LinkedList<Double> heroesExpRews = null;
|
List<Double> heroesExpRews = null;
|
||||||
LinkedList<String> phatLootRews = null;
|
List<String> phatLootRews = null;
|
||||||
LinkedList<String> customRews = null;
|
LinkedList<String> customRews = null;
|
||||||
LinkedList<Map<String, Object>> customRewsData = null;
|
LinkedList<Map<String, Object>> customRewsData = null;
|
||||||
String startDatePln = null;
|
String startDatePln = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user