Jump to content
  • 0

Vote Problem


Arcadeh3rO

Question

my java and config and my error.
 

int votes = Integer.valueOf(line.split(">")[3].replace("

", ""));
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_REWARDarrow-10x10.png = Boolean.parseBoolean(baggos.getProperty("AllowTopzoneVoteReward", "false"));
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_REWARDarrow-10x10.png_CHECK_TIME = Integer.parseInt(baggos.getProperty("TopzoneRewardCheckTime", "5"));
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:

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0
TopzoneServerLink = topzone link edw 

# First page of servers list link.


Edited by Centos
Link to comment
Share on other sites

  • 0

Use new votereward system http://l2topzone.com...e-reward-added/

Could you share it here as well ? Since as I see, you must have added server so you can get it. What about ppl preparing the server, for those who wants to check the system ? :P

Edited by SweeTs
Link to comment
Share on other sites

  • 0

The application has only five days since it was added to the l2topzone.com. Application from server side has been updated today, so please re-download the application from this link  https://github.com/UnAfraid/topzone and subscribe to get news.

Link to comment
Share on other sites

  • 0

The application has only five days since it was added to the l2topzone.com. Application from server side has been updated today, so please re-download the application from this link  https://github.com/UnAfraid/topzone and subscribe to get news.

you can explain how it works? for example, must have account on topzone and server added on list for work that command?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...