Jump to content

Hopzone/topzone/network Vote Reward [Re-Share]


An4rchy

Recommended Posts

Hello everyone.

 

It's been long since I shared anything, but lately I've been getting tons of annoying pms, asking for fixes on my old vote reward system(the one I shared here like 2-3 years ago). The old system was working fine at first, but there have been many changes at vote sites the last years, so it ended up being out of date.

 

Anyway, this system is designed much better using an OOP approach in order to be easier to add more vote sites as well. The only thing you have to provide is the configs and the getVotes() method and you're ready. It's coded on one of aCis latest versions, can't remember the exact one.

 

(EDIT: The getVoteSystem() method is provided even if it's not needed, in case anyone wants to make an individual vote system so that he doesn't have to write the getVotes() method for each site again)

 

http://pastebin.com/ZtZhQw6q

Have fun.

Edited by An4rchy
  • Thanks 1
  • Upvote 6
Link to comment
Share on other sites

i got 2 errors on the code (aCis 345 rev)

 

 

zv110BN.png

G1blM5c.png

 

 

 

1. Check import of StringUtil. Must be only this:

import net.sf.l2j.commons.lang.StringUtil; 

2. This addon based on latest aCis source code.

Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers().values();
Link to comment
Share on other sites

 

1. Check import of StringUtil. Must be only this:

import net.sf.l2j.commons.lang.StringUtil; 

2. This addon based on latest aCis source code.

Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers().values();

first of all thanks for your fast reply :)

the 2nd error is fixed with your code

the first one i added import and i got this

dip7T2X.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...