Jump to content

Recommended Posts

Posted (edited)

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
Posted

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();
Posted

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...

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.

I've Disabled AdBlock