Tony360 Posted April 4, 2017 Posted April 4, 2017 (edited) Any ideas to update this manager? Api will be next update any ideas to add in there? I have see on Hi5 (API) Vote Manager when you vote manager with "item reward" gives you and extra stats like passive with timer (500 extra HP for 1 hour, +5% XP for 4 hours , etc..) Edit: Because as i can see you will not make it API on this life then make it with delay on every topsite like: Whos voting now on Topzone , Whos voting now on Hopzone , Whos voting now on Network it's not hard to do this change but im bored to do it right now, i think people can do it without help if they start read what they add on they source and do not just apply the patch as blind persons. Edited April 4, 2017 by Tony360 Quote
Reborn12 Posted April 4, 2017 Author Posted April 4, 2017 I have see on Hi5 (API) Vote Manager when you vote manager with "item reward" gives you and extra stats like passive with timer (500 extra HP for 1 hour, +5% XP for 4 hours , etc..) Edit: Because as i can see you will not make it API on this life then make it with delay on every topsite like: Whos voting now on Topzone , Whos voting now on Hopzone , Whos voting now on Network it's not hard to do this change but im bored to do it right now, i think people can do it without help if they start read what they add on they source and do not just apply the patch as blind persons. Its my share and i will update it when i got time..so if you have any personal problems with me waiting your pm to find a solution..dont act like a kid Quote
Tony360 Posted April 7, 2017 Posted April 7, 2017 Its my share and i will update it when i got time..so if you have any personal problems with me waiting your pm to find a solution..dont act like a kid What problem? I don't even know you... I just give you ideas for updates.... Quote
SweeTs Posted April 8, 2017 Posted April 8, 2017 Simple edit check vote method and add api /key config uh. Quote
RooTsArg Posted April 9, 2017 Posted April 9, 2017 Si me explicas como prar un diff te paso el diff con las modificaciones para adaptarlo a L2jAcis 367 Quote
MarGaZeaS Posted April 9, 2017 Posted April 9, 2017 private int _teleMode; private boolean _isCrystallizing; private boolean _isCrafting; +private boolean _isVoting; public List<Integer> getSelectedBlocksList() { return _selectedBlocksList; } + + public final boolean isVoting() + { + return _isVoting; + } + + public final void setIsVoting(boolean value) + { + _isVoting = value; + } + How to add this in L2jFrozen 1132 ? I did not find these lines in L2PCInstance.java. frozen no need this lines. 1132 version have this lines :) sorry for bad english Quote
Tony360 Posted May 3, 2017 Posted May 3, 2017 Can you share this working code? i think you are not serious right ? xD Quote
Sonti Posted July 13, 2017 Posted July 13, 2017 how to fix l2network voting on L2JFrozen ? topzone hopzone working perfect, thank u for share Quote
Reborn12 Posted July 13, 2017 Author Posted July 13, 2017 how to fix l2network voting on L2JFrozen ? topzone hopzone working perfect, thank u for share use https instead of http in config link Quote
Sonti Posted July 18, 2017 Posted July 18, 2017 already fixed all sites working perfect thank you Quote
Recommended Posts
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.