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:
Hello. You may encounter the Push item fail error when trying to pick up an item dropped on the ground by a mob.
or
You can throw something out of your inventory and pick it up again, several times.
Probably this is a quantum dependency) I don't understand at what point this happens, sometimes two items one after another experience push item errors, and sometimes I don't have enough thousands of attempts to repeat this trick)
In any case, this is just a visual error and after the relog, the item appears in the inventory. I think first i need to disconnect the extender and check it on a bare server. I still need time to check this, maybe it's not even about the autoloot function.
https://youtu.be/6mcfmdImofE
-----------
In general, I would like to thank our wonderful Emca Eressea for her deep knowledge in programming and reverse engineering. And for the fact that her work is open to everyone, this is very amazing, and incredibly valuable.
ADENA
500 K = 40e
1kk = 70e
3kk = 190e
ITEMS
staff of life = 150e
karmian set = 90e
elven jewls top D = 30e
Orcish Poleaxe+1 best C pole = 680e
any D grade armor on demand
discord
wiz0642_81242
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 = 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_REWARD_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:
8 answers to this question
Recommended Posts