This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
AdBlock Extension Detected!
Our website is made possible by displaying online advertisements to our members.
Please disable AdBlock browser extension first, to be able to use our community.
Question
Arcadeh3rO
my java and config and my error.
", ""));
return votes;
}
}
HOPZONE_DUALBOXES_ALLOWED = Integer.parseInt(baggos.getProperty("HopzoneDualboxesAllowed", "1"));
ALLOW_HOPZONE_GAME_SERVER_REPORT = Boolean.parseBoolean(baggos.getProperty("AllowHopzoneGameServerReport", "false"));
ALLOW_TOPZONE_VOTE_REWARD
TOPZONE_SERVER_LINK = baggos.getProperty("TopzoneServerLink", "http://l2.topzone.ne...2World-Servers/");
TOPZONE_FIRST_PAGE_LINK = baggos.getProperty("TopzoneFirstPageLink", "http://l2.topzone.net/lineage2/");
TOPZONE_VOTES_DIFFERENCE = Integer.parseInt(baggos.getProperty("TopzoneVotesDifference", "5"));
TOPZONE_FIRST_PAGE_RANK_NEEDED = Integer.parseInt(baggos.getProperty("TopzoneFirstPageRankNeeded", "15000"));
TOPZONE_REWARD
String TOPZONE_SMALL_REWARD_VALUE = baggos.getProperty("TopzoneSmallReward", "57,100000000;");
String[] topzone_small_reward_splitted_1 = TOPZONE_SMALL_REWARD_VALUE.split(";");
for (String i : topzone_small_reward_splitted_1)
Config :
# Vote reward for Topzone.
AllowTopzoneVoteReward = True
# Vote reward server link.
TopzoneServerLink = http://l2topzone.com...0x.html<br /> # First page of servers list link.
TopzoneFirstPageLink = http://l2topzone.com...p.html/<br /> # Votes for next reward needed.
TopzoneVotesDifference = 5
# Rank needed for server to be on first page.
TopzoneFirstPageRankNeeded = 15
# Minutes between rewards.
# Eg. You put 5 it checks every 5 minutes for reward.
TopzoneRewardCheckTime = 5
# Small reward(s).
TopzoneSmallReward = 57,100000000;
# Big reward(s).
TopzoneBigReward = 3470,1;
And my Error :
Error while getting server vote count.
There was a problem on getting server votes.
There was a problem on getting votes from server with rank 15.
There was a problem on getting server votes.
java.net.MalformedURLException: no protocol:
8 answers to this question
Recommended Posts