Jump to content

Vote Manager Npc V3


Recommended Posts

All sites works fine...you have maybe offline server in configs..add from a live server links it is in the examble and will work

Link to comment
Share on other sites

i use in my friend pack and not work topzone and network. i no test hopzone :)

works fine on my server, without api i dont have any delay problem or anything.. manager and mass reward works fine.

Link to comment
Share on other sites

  • 2 weeks later...
  I use l2acis i do all the steps and i stuck here , any ideas  please ? 

 

 

[javac] D:\workspace 10\aCis_gameserver\java\net\sf\l2j\gameserver\handler\VoteHandler.java:24: error: package net.sf.l2j.commons.concurrent does not exist

    [javac] import net.sf.l2j.commons.concurrent.ThreadPool;

    [javac]                                     ^

    [javac] D:\workspace 10\aCis_gameserver\java\net\sf\l2j\gameserver\handler\VoteHandler.java:28: error: cannot find symbol

    [javac] import net.sf.l2j.gameserver.model.World;

    [javac]                                   ^

    [javac]   symbol:   class World

    [javac]   location: package net.sf.l2j.gameserver.model

    [javac] D:\workspace 10\aCis_gameserver\java\net\sf\l2j\gameserver\handler\VoteHandler.java:45: error: cannot find symbol

    [javac] for (L2PcInstance player : World.getInstance().getPlayers())

    [javac]                           ^

    [javac]   symbol:   variable World

    [javac]   location: class VoteHandler

    [javac] D:\workspace 10\aCis_gameserver\java\net\sf\l2j\gameserver\handler\VoteHandler.java:148: error: cannot find symbol

    [javac] for (L2PcInstance actualchar : World.getInstance().getPlayers())

    [javac]                               ^

    [javac]   symbol:   variable World

    [javac]   location: class VoteHandler

    [javac] D:\workspace 10\aCis_gameserver\java\net\sf\l2j\gameserver\handler\VoteHandler.java:158: error: cannot find symbol

    [javac] ThreadPool.schedule(new tzvotetask(player), Config.TIME_TO_VOTE * 880);

    [javac] ^

    [javac]   symbol:   variable ThreadPool

    [javac]   location: class VoteHandler

    [javac] D:\workspace 10\aCis_gameserver\java\net\sf\l2j\gameserver\handler\VoteHandler.java:281: error: cannot find symbol

    [javac] for (L2PcInstance actualchar : World.getInstance().getPlayers())

    [javac]                               ^

    [javac]   symbol:   variable World

    [javac]   location: class VoteHandler

    [javac] D:\workspace 10\aCis_gameserver\java\net\sf\l2j\gameserver\handler\VoteHandler.java:291: error: cannot find symbol

    [javac] ThreadPool.schedule(new hpvotetask(player), Config.TIME_TO_VOTE * 880);

    [javac] ^

    [javac]   symbol:   variable ThreadPool

    [javac]   location: class VoteHandler

    [javac] D:\workspace 10\aCis_gameserver\java\net\sf\l2j\gameserver\handler\VoteHandler.java:412: error: cannot find symbol

    [javac] for (L2PcInstance actualchar : World.getInstance().getPlayers())

    [javac]                               ^

    [javac]   symbol:   variable World

    [javac]   location: class VoteHandler

    [javac] D:\workspace 10\aCis_gameserver\java\net\sf\l2j\gameserver\handler\VoteHandler.java:422: error: cannot find symbol

    [javac] ThreadPool.schedule(new nzvotetask(player), Config.TIME_TO_VOTE * 880);

    [javac] ^

    [javac]   symbol:   variable ThreadPool

    [javac]   location: class VoteHandler

    [javac] 9 errors

Link to comment
Share on other sites

Omg there is errors red lines in this file..

ThreadPoolManager.getInstance().scheduleGeneral

Add this to

ThreadPool.schedule

Link to comment
Share on other sites

  • 2 weeks later...

Its shared for acis, no for frozen. Newbies can't adapt easy..

im working with acis too i dont have any frozen files in my pc :P

i have addapted for a guy here and i have copy the handler and configs..

Link to comment
Share on other sites

im working with acis too i dont have any frozen files in my pc :P

i have addapted for a guy here and i have copy the handler and configs..

So when you do add new functions on manager just add and frozen files too :D cause newbies work on frozen cause of custom e.t.c

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now



×
×
  • Create New...