Load properly TeleportShareLocationLcoinCost configuration.
Contributed by nasseka.
This commit is contained in:
parent
b244ccce81
commit
d77eff9430
@ -675,6 +675,19 @@ AutoPlayAttackAction = True
|
||||
ResumeAutoPlay = False
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Share Location Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Share loction L-Coin cost.
|
||||
# Default: 50
|
||||
ShareLocationLcoinCost = 1000
|
||||
|
||||
# Teleport share location L-Coin cost.
|
||||
# Default: 400
|
||||
TeleportShareLocationLcoinCost = 400
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Developer Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
@ -703,16 +716,3 @@ AltDevShowQuestsLoadInLogs = False
|
||||
# Show scripts while loading them.
|
||||
# Default: False
|
||||
AltDevShowScriptsLoadInLogs = False
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Share Location Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Share loction Lcoin cost.
|
||||
# Default: 50
|
||||
ShareLocationLcoinCost= 1000
|
||||
|
||||
# Teleport share location Lcoin cost.
|
||||
# Default: 400
|
||||
TeleportShareLocationLcoinCost= 400
|
||||
|
@ -2155,7 +2155,7 @@ public class Config
|
||||
AUTO_PLAY_ATTACK_ACTION = generalConfig.getBoolean("AutoPlayAttackAction", true);
|
||||
RESUME_AUTO_PLAY = generalConfig.getBoolean("ResumeAutoPlay", false);
|
||||
SHARING_LOCATION_COST = generalConfig.getInt("ShareLocationLcoinCost", 1);
|
||||
TELEPORT_SHARE_LOCATION_COST = generalConfig.getInt("ShareLocationLcoinCost", 1);
|
||||
TELEPORT_SHARE_LOCATION_COST = generalConfig.getInt("TeleportShareLocationLcoinCost", 1);
|
||||
|
||||
// Load FloodProtector config file
|
||||
final PropertiesParser floodProtectorConfig = new PropertiesParser(FLOOD_PROTECTOR_CONFIG_FILE);
|
||||
|
@ -683,6 +683,19 @@ SubjugationTopicHeader = Purge reward
|
||||
SubjugationTopicBody = Reward for being in the top of the best players in clearing the lands of Aden
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Share Location Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Share loction L-Coin cost.
|
||||
# Default: 50
|
||||
ShareLocationLcoinCost = 1000
|
||||
|
||||
# Teleport share location L-Coin cost.
|
||||
# Default: 400
|
||||
TeleportShareLocationLcoinCost = 400
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Developer Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
@ -711,16 +724,3 @@ AltDevShowQuestsLoadInLogs = False
|
||||
# Show scripts while loading them.
|
||||
# Default: False
|
||||
AltDevShowScriptsLoadInLogs = False
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Share Location Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Share loction Lcoin cost.
|
||||
# Default: 50
|
||||
ShareLocationLcoinCost= 1000
|
||||
|
||||
# Teleport share location Lcoin cost.
|
||||
# Default: 400
|
||||
TeleportShareLocationLcoinCost= 400
|
||||
|
@ -2256,7 +2256,7 @@ public class Config
|
||||
SUBJUGATION_TOPIC_BODY = generalConfig.getString("SubjugationTopicBody", "Reward for being in the top of the best players in clearing the lands of Aden");
|
||||
SUBJUGATION_TOPIC_HEADER = generalConfig.getString("SubjugationTopicHeader", "Purge reward");
|
||||
SHARING_LOCATION_COST = generalConfig.getInt("ShareLocationLcoinCost", 1);
|
||||
TELEPORT_SHARE_LOCATION_COST = generalConfig.getInt("ShareLocationLcoinCost", 1);
|
||||
TELEPORT_SHARE_LOCATION_COST = generalConfig.getInt("TeleportShareLocationLcoinCost", 1);
|
||||
|
||||
// Load FloodProtector config file
|
||||
final PropertiesParser floodProtectorConfig = new PropertiesParser(FLOOD_PROTECTOR_CONFIG_FILE);
|
||||
|
@ -683,6 +683,19 @@ SubjugationTopicHeader = Purge reward
|
||||
SubjugationTopicBody = Reward for being in the top of the best players in clearing the lands of Aden
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Share Location Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Share loction L-Coin cost.
|
||||
# Default: 50
|
||||
ShareLocationLcoinCost = 1000
|
||||
|
||||
# Teleport share location L-Coin cost.
|
||||
# Default: 400
|
||||
TeleportShareLocationLcoinCost = 400
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Developer Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
@ -711,16 +724,3 @@ AltDevShowQuestsLoadInLogs = False
|
||||
# Show scripts while loading them.
|
||||
# Default: False
|
||||
AltDevShowScriptsLoadInLogs = False
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Share Location Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Share loction Lcoin cost.
|
||||
# Default: 50
|
||||
ShareLocationLcoinCost= 1000
|
||||
|
||||
# Teleport share location Lcoin cost.
|
||||
# Default: 400
|
||||
TeleportShareLocationLcoinCost= 400
|
||||
|
@ -2263,7 +2263,7 @@ public class Config
|
||||
SUBJUGATION_TOPIC_BODY = generalConfig.getString("SubjugationTopicBody", "Reward for being in the top of the best players in clearing the lands of Aden");
|
||||
SUBJUGATION_TOPIC_HEADER = generalConfig.getString("SubjugationTopicHeader", "Purge reward");
|
||||
SHARING_LOCATION_COST = generalConfig.getInt("ShareLocationLcoinCost", 1);
|
||||
TELEPORT_SHARE_LOCATION_COST = generalConfig.getInt("ShareLocationLcoinCost", 1);
|
||||
TELEPORT_SHARE_LOCATION_COST = generalConfig.getInt("TeleportShareLocationLcoinCost", 1);
|
||||
|
||||
// Load FloodProtector config file
|
||||
final PropertiesParser floodProtectorConfig = new PropertiesParser(FLOOD_PROTECTOR_CONFIG_FILE);
|
||||
|
@ -683,6 +683,19 @@ SubjugationTopicHeader = Purge reward
|
||||
SubjugationTopicBody = Reward for being in the top of the best players in clearing the lands of Aden
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Share Location Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Share loction L-Coin cost.
|
||||
# Default: 50
|
||||
ShareLocationLcoinCost = 1000
|
||||
|
||||
# Teleport share location L-Coin cost.
|
||||
# Default: 400
|
||||
TeleportShareLocationLcoinCost = 400
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Developer Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
@ -711,16 +724,3 @@ AltDevShowQuestsLoadInLogs = False
|
||||
# Show scripts while loading them.
|
||||
# Default: False
|
||||
AltDevShowScriptsLoadInLogs = False
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Share Location Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Share loction Lcoin cost.
|
||||
# Default: 50
|
||||
ShareLocationLcoinCost= 1000
|
||||
|
||||
# Teleport share location Lcoin cost.
|
||||
# Default: 400
|
||||
TeleportShareLocationLcoinCost= 400
|
||||
|
@ -2263,7 +2263,7 @@ public class Config
|
||||
SUBJUGATION_TOPIC_BODY = generalConfig.getString("SubjugationTopicBody", "Reward for being in the top of the best players in clearing the lands of Aden");
|
||||
SUBJUGATION_TOPIC_HEADER = generalConfig.getString("SubjugationTopicHeader", "Purge reward");
|
||||
SHARING_LOCATION_COST = generalConfig.getInt("ShareLocationLcoinCost", 1);
|
||||
TELEPORT_SHARE_LOCATION_COST = generalConfig.getInt("ShareLocationLcoinCost", 1);
|
||||
TELEPORT_SHARE_LOCATION_COST = generalConfig.getInt("TeleportShareLocationLcoinCost", 1);
|
||||
|
||||
// Load FloodProtector config file
|
||||
final PropertiesParser floodProtectorConfig = new PropertiesParser(FLOOD_PROTECTOR_CONFIG_FILE);
|
||||
|
Loading…
Reference in New Issue
Block a user