L2JMobius

HighElves API Vote [Global] [Individual] ALL CHRONICLES

nightwolf · 23 · 13238

Online twinpeaks75

  • Heir
  • **
    • Posts: 15
Hi all,
any idea how can resolve this problem?

Exception in thread "main" java.lang.NoClassDefFoundError: org/l2jmobius/gameserver/model/actor/instance/PlayerInstance
   at itopz.com.vote.VDSystem.onLoad(VDSystem.java:80)
   at itopz.com.vote.VDSystem.<init>(VDSystem.java:61)
   at itopz.com.vote.VDSystem$SingletonHolder.<clinit>(VDSystem.java:95)
   at itopz.com.vote.VDSystem.getInstance(VDSystem.java:90)
   at itopz.com.VDSystemManager.<init>(VDSystemManager.java:61)
   at itopz.com.VDSystemManager$SingletonHolder.<clinit>(VDSystemManager.java:71)
   at itopz.com.VDSystemManager.getInstance(VDSystemManager.java:66)
   at org.l2jmobius.gameserver.GameServer.<init>(GameServer.java:455)
   at org.l2jmobius.gameserver.GameServer.main(GameServer.java:525)
Caused by: java.lang.ClassNotFoundException: org.l2jmobius.gameserver.model.actor.instance.PlayerInstance
   at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
   at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
   at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
   ... 9 more


Offline nightwolf

  • Heir
  • **
    • Posts: 27
Hi all,
any idea how can resolve this problem?

Exception in thread "main" java.lang.NoClassDefFoundError: org/l2jmobius/gameserver/model/actor/instance/PlayerInstance
   at itopz.com.vote.VDSystem.onLoad(VDSystem.java:80)
   at itopz.com.vote.VDSystem.<init>(VDSystem.java:61)
   at itopz.com.vote.VDSystem$SingletonHolder.<clinit>(VDSystem.java:95)
   at itopz.com.vote.VDSystem.getInstance(VDSystem.java:90)
   at itopz.com.VDSystemManager.<init>(VDSystemManager.java:61)
   at itopz.com.VDSystemManager$SingletonHolder.<clinit>(VDSystemManager.java:71)
   at itopz.com.VDSystemManager.getInstance(VDSystemManager.java:66)
   at org.l2jmobius.gameserver.GameServer.<init>(GameServer.java:455)
   at org.l2jmobius.gameserver.GameServer.main(GameServer.java:525)
Caused by: java.lang.ClassNotFoundException: org.l2jmobius.gameserver.model.actor.instance.PlayerInstance
   at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
   at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
   at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
   ... 9 more

yes you use the .jar file, its old and since the date the jar builded mobius has renamed 2 classes world and player and your jar is trying to find them but cant because they do not exist anymore, i recommend to use the source instead of the jars, also soon a new system will come out and will have new topsites and mail system for newer chronicles.


Offline nightwolf

  • Heir
  • **
    • Posts: 27
New version has been released v1.6
added new topsites https://hopzone.eu and https://hotservers.org
https://github.com/nightw0lv/VDSystem


Chancelog

    Version 1.6
        Refactor Config for item delivery manager
        Update SQL enum in vds_* tables for new topsites
        Update millisecondsFromString() will print ServerTime and TimeZone on Gui
        Update getMyIP() ip check with SSL
        Added HOPZONE.EU topsite
            Added Individual URL
            Added global URL
            Added URL generation to fix IPv6 voter problem
        Added HOTSERVERS.ORG topsite
            Added Individual URL
            Added global URL
        Removed L2TOPSERVERS.COM
        Refactor for Hopzone into Hopzone Net
        Updated discord invitation
        Updated GitHub URL
        Added DenArt Designs panel URLs
        Fix checking array length to avoid possible errors when checking for json
        Added Gui Messages for website connection failures
        Added .vote command
            Window open showing the enabled vote commands
            Shows player IP Address
            Ignores Flood protection
        Split individual response on connection Execution method to implement the new way of IPv6 method fix
        GenerateVoteURL method will create a new url for player to vote
            Currently only new hopzone supports this
            New custom message on vote failure for the generated URL

Note: This update finds L2JBrasil with broken Global API. (yes they broke it) Note: This update implements a new way for IPv6 players to get their reward Note: The new implementation works only on Hopzone right now. Note: The new Implementation is not up to this system in order to work but each topsite.

TODO: Old lineage 2 clients don't support URL open in browser for players by default so its up to you to open the generated URL's on those chronicles with exception to Lucera that does that by default. There are code hints on where you should do that notably VoteCMD.java, these functions are also provided by some client protections like smartguard, sguard, and strixguard.


Offline nightwolf

  • Heir
  • **
    • Posts: 27
How to setup a server from website and donation panel

to item delivery manager using this vote reward system


Offline nightwolf

  • Heir
  • **
    • Posts: 27
UPDATE:

Chancelog

    Version 1.7
       
  • Addition of L2Rankzone.com Topsite
  • Dropping support for JDK 1.7 (removed OLD frozen pack)

       


Online G-hamsteR

  • Viscount
  • *****
    • Posts: 333
Thanks for sharing. L2Ranking.com doesn't exist. Can you send the correct link?

UPDATE:

Chancelog

    Version 1.7
       
  • Addition of L2Ranking.com Topsite
  • Dropping support for JDK 1.7 (removed OLD frozen pack)

       


Online Puppyrawr

  • Viscount
  • *****
    • Posts: 379
  • L2AquaSage
    • L2AquaSage
Thanks for sharing. L2Ranking.com doesn't exist. Can you send the correct link?
Its L2Rankzone.com if im not wrong


Offline nightwolf

  • Heir
  • **
    • Posts: 27
Its L2Rankzone.com if im not wrong
correct

Chancelog

    Version 1.8
        Addition of Top.4teambr.com Topsite
        Fix typos