Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to activate the vip system?

Joined
Aug 26, 2010
Messages
1,090
Reaction score
527
Skype: riccokell77

I've sent you an add on Skype. Do you by chance have Discord?
I'm working on the VIP project for release, I've nearly completed all of the changes, having a few glitches, would like to discuss with you if you've gotten it to work, and if you're interested in sharing your knowledge or fixes for the community..

As JD is slowly decaying, this would be a big plus too the community, and I'd hope you'll be interested in supporting this cause!

Thanks buddy!

/EDIT
Code:
[ERROR] 2021-02-06 22:17:44.130/PST :Illegal arguments, remedyChargeMain needs two arguments
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
	at com.perfectworld.vip.RemedyChargeMain.main(RemedyChargeMain.java:28)
[INFO] 2021-02-06 22:19:06.683/PST :Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@76d5989c: startup date [Sat Feb 06 22:19:06 PST 2021]; root of context hierarchy
[INFO] 2021-02-06 22:19:06.728/PST :Loading XML bean definitions from class path resource [applicationContext.xml]
[INFO] 2021-02-06 22:19:07.290/PST :Loading properties file from class path resource [jdbc.properties]
[INFO] 2021-02-06 22:19:07.290/PST :Loading properties file from class path resource [vip.properties]
[INFO] 2021-02-06 22:19:07.323/PST :Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@63df56d6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,auChargeRecordDaoIbatis,useCashLogDaoIbatis,vipRankDaoIbatis,vipRankModifyLogIbatis,vipUserDaoIbatis,vipDailyUpdateJob,remedyServiceImpl,vipServiceImpl,com.perfectworld.vip.utils.SpringBeanUtils#0,propertyConfigurer,vipConfig,sqlExecutor,sqlExecutorSqlServer,vipDs,vipSqlMapClient,vipSqlTemplate,auDs,auSqlMapClient,auSqlTemplate,vipExporter,httpServer,dailyUpdateVipJob,dailyUpdateVipJobCronTrigger,scheduler,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0]; root of factory hierarchy
[INFO] 2021-02-06 22:19:08.161/PST :Starting HttpServer at address 0.0.0.0/0.0.0.0:8090
[INFO] 2021-02-06 22:19:08.327/PST :Using default implementation for ThreadExecutor
[INFO] 2021-02-06 22:19:08.351/PST :Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
[INFO] 2021-02-06 22:19:08.351/PST :Quartz Scheduler v.1.8.6 created.
[INFO] 2021-02-06 22:19:08.352/PST :RAMJobStore initialized.
[INFO] 2021-02-06 22:19:08.353/PST :Scheduler meta-data: Quartz Scheduler (v1.8.6) 'scheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

[INFO] 2021-02-06 22:19:08.353/PST :Quartz scheduler 'scheduler' initialized from an externally provided properties instance.
[INFO] 2021-02-06 22:19:08.353/PST :Quartz scheduler version: 1.8.6
[INFO] 2021-02-06 22:19:08.354/PST :JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@4443baa7
[INFO] 2021-02-06 22:19:08.360/PST :Starting beans in phase 2147483647
[INFO] 2021-02-06 22:19:08.360/PST :Starting Quartz Scheduler now
[INFO] 2021-02-06 22:19:08.360/PST :Scheduler scheduler_$_NON_CLUSTERED started.
[INFO] 2021-02-06 22:19:08.360/PST :Spring context init successully
[INFO] 2021-02-06 22:19:08.486/PST :VipClient2::OnAddSession /127.0.0.1:29200
[INFO] 2021-02-06 22:19:08.487/PST :send AnnounceZoneid3 to AU: zoneid=1;aid=11;ip1=0.0.128.254;ip2=128.96.3.38 success!
ip1 is suppose to input as 127.0.0.1 when inserting, though since it doesn't, it destroys the login to the game.
Simply put, it replaces the announcezoneid3 the auth produced at auth startup, with another with incorrect values. If you managed to bypass this, could you share? It'd save me several hours of debugging and compiling! Thanks again!
 
Last edited:
Upvote 0
Joined
Aug 26, 2010
Messages
1,090
Reaction score
527
I have normally work vip system
skype : live:.cid.17f467e1ef1b1d6c
telegramm : AetherealT

If you're trying to sell don't stress it, I have managed to get the system working with a few slight bugs that's being worked out. When finished I will release it to the community :),
ny7U5lX - How to activate the vip system? - RaGEZONE Forums

VIP Symbol works fine, it's just once announcezoneid3 is replaced you cant log in! :p But I can work it out so it's okay.

P.S: If you're trying to sell, this forum section is where you need to do it: http://forum.ragezone.com/f606/
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top