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!

correction of CM_ACOUNT_AUTH_RESPONSE

Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
98
- correction of CM_ACOUNT_AUTH_RESPONSE
- now you can add COINS to luna shop
- was added ZONE that were missing... etc, etc.

I have that issue in 3.9 EMU
It didn't read and write the database Account_Data, field "toll".
In the error.lo I found this;

Code:
Missing Q for: [C] 0x01 CM_ACOUNT_AUTH_RESPONSE

Can somebody help to fix?

Thanks
 
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
98
Hmm... for about two years it worked perfectly on a private server and since then I never touch the source.
Compared also with a backup version is 100% same code.

LE: I started my old compiled release from 2013-08-05 04:25:40
This release worked perfect on my live server on Aion-Extreme Online
As you will see, there is no error in the console.log and absolute nothing in the
error.log.

I started the gameserver now and it's the same issue, tolls not works
And it appears again in the error.log

Code:
2021-01-09 16:18:19,135 Missing Q for: [C] 0x01 CM_ACOUNT_AUTH_RESPONSE

Code:
2021-01-09 16:15:37,841 INFO  [main] com.aionemu.gameserver.GameServer [GameServer.java:357] JavaAgent [Callback Support] is configured.
2021-01-09 16:15:37,869 INFO  [main] org.quartz.impl.StdSchedulerFactory [StdSchedulerFactory.java:1175] Using default implementation for ThreadExecutor
2021-01-09 16:15:37,883 INFO  [main] org.quartz.core.SchedulerSignalerImpl [SchedulerSignalerImpl.java:61] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2021-01-09 16:15:37,883 INFO  [main] org.quartz.core.QuartzScheduler [QuartzScheduler.java:243] Quartz Scheduler v.2.1.7 created.
2021-01-09 16:15:37,884 INFO  [main] org.quartz.simpl.RAMJobStore [RAMJobStore.java:154] RAMJobStore initialized.
2021-01-09 16:15:37,885 INFO  [main] org.quartz.core.QuartzScheduler [QuartzScheduler.java:268] Scheduler meta-data: Quartz Scheduler (v2.1.7) 'QuartzScheduler' 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 1 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2021-01-09 16:15:37,886 INFO  [main] org.quartz.impl.StdSchedulerFactory [StdSchedulerFactory.java:1324] Quartz scheduler 'QuartzScheduler' initialized from an externally provided properties instance.
2021-01-09 16:15:37,886 INFO  [main] org.quartz.impl.StdSchedulerFactory [StdSchedulerFactory.java:1328] Quartz scheduler version: 2.1.7
2021-01-09 16:15:37,886 INFO  [main] org.quartz.core.QuartzScheduler [QuartzScheduler.java:534] Scheduler QuartzScheduler_$_NON_CLUSTERED started.
2021-01-09 16:15:37,887 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:50] Loading: mygs.properties
2021-01-09 16:15:37,888 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:54] No override properties found
2021-01-09 16:15:37,904 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:65] Loading: ./config/administration/admin.properties
2021-01-09 16:15:37,905 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:68] Loading: ./config/administration/developer.properties
2021-01-09 16:15:37,912 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:78] Loading: ./config/main/ai.properties
2021-01-09 16:15:37,913 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:81] Loading: ./config/main/autogroup.properties
2021-01-09 16:15:37,914 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:84] Loading: ./config/main/commons.properties
2021-01-09 16:15:37,914 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:87] Loading: ./config/main/cache.properties
2021-01-09 16:15:37,915 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:90] Loading: ./config/main/cleaning.properties
2021-01-09 16:15:37,916 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:93] Loading: ./config/main/craft.properties
2021-01-09 16:15:37,920 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:96] Loading: ./config/main/custom.properties
2021-01-09 16:15:37,921 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:99] Loading: ./config/main/drop.properties
2021-01-09 16:15:37,922 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:102] Loading: ./config/main/enchants.properties
2021-01-09 16:15:37,923 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:105] Loading: ./config/main/events.properties
2021-01-09 16:15:37,924 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:108] Loading: ./config/main/falldamage.properties
2021-01-09 16:15:37,925 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:111] Loading: ./config/main/gameserver.properties
2021-01-09 16:15:37,926 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:114] Loading: ./config/main/geodata.properties
2021-01-09 16:15:37,927 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:117] Loading: ./config/main/group.properties
2021-01-09 16:15:37,928 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:120] Loading: ./config/main/housing.properties
2021-01-09 16:15:37,929 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:123] Loading: ./config/main/html.properties
2021-01-09 16:15:37,930 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:126] Loading: ./config/main/ingameshop.properties
2021-01-09 16:15:37,933 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:129] Loading: ./config/main/legion.properties
2021-01-09 16:15:37,934 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:132] Loading: ./config/main/logging.properties
2021-01-09 16:15:37,936 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:135] Loading: ./config/main/membership.properties
2021-01-09 16:15:37,937 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:138] Loading: ./config/main/name.properties
2021-01-09 16:15:37,938 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:141] Loading: ./config/main/periodicsave.properties
2021-01-09 16:15:37,939 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:144] Loading: ./config/main/playertransfer.properties
2021-01-09 16:15:37,939 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:147] Loading: ./config/main/prices.properties
2021-01-09 16:15:37,941 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:150] Loading: ./config/main/punishment.properties
2021-01-09 16:15:37,941 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:153] Loading: ./config/main/ranking.properties
2021-01-09 16:15:37,944 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:156] Loading: ./config/main/rates.properties
2021-01-09 16:15:37,946 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:159] Loading: ./config/main/security.properties
2021-01-09 16:15:37,947 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:162] Loading: ./config/main/shutdown.properties
2021-01-09 16:15:37,947 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:165] Loading: ./config/main/siege.properties
2021-01-09 16:15:37,948 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:168] Loading: ./config/main/thread.properties
2021-01-09 16:15:37,949 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:171] Loading: ./config/main/weddings.properties
2021-01-09 16:15:37,950 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:174] Loading: ./config/main/world.properties
2021-01-09 16:15:37,951 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:183] Loading: ./config/network/database.properties
2021-01-09 16:15:37,953 INFO  [main] com.aionemu.gameserver.configs.Config [Config.java:186] Loading: ./config/network/network.properties
2021-01-09 16:15:38,140 INFO  [main] com.aionemu.commons.database.DatabaseFactory [DatabaseFactory.java:123] Successfully connected to database
2021-01-09 16:15:39,542 INFO  [main] com.aionemu.commons.database.dao.DAOManager [DAOManager.java:85] Loaded 50 DAO implementations.
2021-01-09 16:15:39,551 INFO  [main] com.aionemu.gameserver.utils.ThreadPoolManager [ThreadPoolManager.java:79] ThreadPoolManager: Initialized with 64 scheduler, 32 instant, 0 long running, and forking 0 thread(s).
2021-01-09 16:15:44,093 INFO  [main] com.aionemu.gameserver.skillengine.effect.EscapeEffect [EffectTemplate.java:723] missing effectype for ESCAPE
2021-01-09 16:15:44,386 INFO  [main] com.aionemu.gameserver.services.MotionLoggingService [MotionLoggingService.java:579] MotionLoggingService started.
2021-01-09 16:15:45,332 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:261] Loaded world maps data: 117 maps
2021-01-09 16:15:45,332 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:262] Loaded 30 material ids
2021-01-09 16:15:45,333 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:263] Loaded weather for 23 maps
2021-01-09 16:15:45,333 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:264] Loaded player exp table: 61 levels
2021-01-09 16:15:45,333 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:265] Loaded 464 player stat templates
2021-01-09 16:15:45,334 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:266] Loaded 351 summon stat templates
2021-01-09 16:15:45,334 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:267] Loaded 1 item cleanup entries
2021-01-09 16:15:45,334 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:268] Loaded 71283 item templates
2021-01-09 16:15:45,335 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:269] Loaded 77 item bonus templates
2021-01-09 16:15:45,335 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:270] Loaded 4765 bonus item group templates and 785 pet food items
2021-01-09 16:15:45,335 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:272] Loaded 37455 npc templates
2021-01-09 16:15:45,335 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:273] Loaded 12 system mail templates
2021-01-09 16:15:45,336 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:274] Loaded 3133 npc shout templates
2021-01-09 16:15:45,336 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:275] Loaded 160 pet templates 30 food flavours
2021-01-09 16:15:45,336 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:276] Loaded 31 pet doping templates
2021-01-09 16:15:45,336 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:277] Loaded 4 initial player templates
2021-01-09 16:15:45,337 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:278] Loaded 1063 trade lists
2021-01-09 16:15:45,337 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:279] Loaded 234 npc teleporter templates
2021-01-09 16:15:45,337 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:280] Loaded 198 teleport locations
2021-01-09 16:15:45,338 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:281] Loaded 8774 skill templates
2021-01-09 16:15:45,338 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:282] Loaded 132 motion times
2021-01-09 16:15:45,338 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:283] Loaded 8589 skill learn entries
2021-01-09 16:15:45,339 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:284] Loaded 7 cube expand entries
2021-01-09 16:15:45,339 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:285] Loaded 101 warehouse expand entries
2021-01-09 16:15:45,339 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:286] Loaded 91 bind point entries
2021-01-09 16:15:45,339 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:287] Loaded 5937 quest data entries
2021-01-09 16:15:45,340 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:288] Loaded 663 gatherable entries
2021-01-09 16:15:45,340 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:289] Loaded 260 title entries
2021-01-09 16:15:45,340 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:290] Loaded 6062 walker routes
2021-01-09 16:15:45,340 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:291] Loaded 3267 zone entries
2021-01-09 16:15:45,341 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:292] Loaded 1862 goodslist entries
2021-01-09 16:15:45,342 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:293] Loaded 424 tribe relation entries
2021-01-09 16:15:45,342 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:294] Loaded 9409 recipe entries
2021-01-09 16:15:45,343 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:295] Loaded 225 chest locations
2021-01-09 16:15:45,343 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:296] Loaded 44 static door locations
2021-01-09 16:15:45,343 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:297] Loaded 306 item set entries
2021-01-09 16:15:45,344 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:298] Loaded 14 npc factions
2021-01-09 16:15:45,344 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:299] Loaded 10296 npc skill list entries
2021-01-09 16:15:45,344 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:300] Loaded 20 pet skill list entries
2021-01-09 16:15:45,344 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:301] Loaded 69 siege location entries
2021-01-09 16:15:45,345 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:302] Loaded 2 vortex entries
2021-01-09 16:15:45,345 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:303] Loaded 36 rift entries
2021-01-09 16:15:45,345 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:304] Loaded 70 fly ring entries
2021-01-09 16:15:45,345 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:305] Loaded 9 shield entries
2021-01-09 16:15:45,346 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:306] Loaded 160 pet entries
2021-01-09 16:15:45,346 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:307] Loaded 108 guide entries
2021-01-09 16:15:45,346 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:308] Loaded 10 road entries
2021-01-09 16:15:45,347 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:309] Loaded 83 instance cooltime entries
2021-01-09 16:15:45,347 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:310] Loaded 1956 decomposable items entries
2021-01-09 16:15:45,347 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:311] Loaded 59 ai templates
2021-01-09 16:15:45,347 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:312] Loaded 240 flypath templates
2021-01-09 16:15:45,348 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:313] Loaded 8 windstream entries
2021-01-09 16:15:45,348 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:314] Loaded 20 assembled npcs entries
2021-01-09 16:15:45,348 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:315] Loaded 366 cosmetic items entries
2021-01-09 16:15:45,348 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:316] Loaded 40 auto group entries
2021-01-09 16:15:45,349 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:317] Loaded 100 spawn maps entries
2021-01-09 16:15:45,349 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:318] Loaded 0 active events
2021-01-09 16:15:45,349 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:319] Loaded 20 skill panel entries
2021-01-09 16:15:45,349 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:320] Loaded 9 instance Buffs entries
2021-01-09 16:15:45,350 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:321] Loaded 1420 housing object entries
2021-01-09 16:15:45,350 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:322] Loaded 40 ride info entries
2021-01-09 16:15:45,350 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:323] Loaded 102 instance exit entries
2021-01-09 16:15:45,351 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:324] Loaded 288 portal loc entries
2021-01-09 16:15:45,351 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:325] Loaded 353 portal templates2 entries
2021-01-09 16:15:45,352 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:326] Loaded 20 housing lands
2021-01-09 16:15:45,353 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:327] Loaded 9 house building styles
2021-01-09 16:15:45,353 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:328] Loaded 265 house parts
2021-01-09 16:15:45,353 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:329] Loaded 3096 house spawns
2021-01-09 16:15:45,353 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:330] Loaded 19 house default scripts
2021-01-09 16:15:45,354 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:331] Loaded 10 curing Objects entries
2021-01-09 16:15:45,354 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:332] Loaded 30 assembly items entries
2021-01-09 16:15:45,354 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:333] Loaded 120 challenge tasks entries
2021-01-09 16:15:45,356 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:334] Loaded 2951 town spawns
2021-01-09 16:15:45,559 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [NpcDropData.java:159] Drop loader: Npc drops loading done.
2021-01-09 16:15:45,559 INFO  [main] com.aionemu.gameserver.dataholders.DataManager [DataManager.java:289] ##### [Static Data loaded in: 5 seconds] #####
2021-01-09 16:15:45,573 INFO  [main] com.aionemu.gameserver.utils.idfactory.IDFactory [IDFactory.java:83] IDFactory: 85 id's used.
2021-01-09 16:15:45,577 INFO  [main] com.aionemu.gameserver.world.zone.ZoneService [ZoneService.java:142] Zone engine load started
2021-01-09 16:15:45,810 INFO  [main] com.aionemu.gameserver.world.zone.ZoneService [ZoneService.java:153] Loaded 5 zone handlers.
2021-01-09 16:15:45,815 INFO  [main] com.aionemu.gameserver.world.geo.GeoService [GeoService.java:50] Configured Geo type: NO_GEO
2021-01-09 16:15:46,440 INFO  [main] com.aionemu.gameserver.world.World [World.java:94] World: 117 worlds map created.
2021-01-09 16:15:46,446 INFO  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:955] Quest engine load started
2021-01-09 16:15:46,446 INFO  [InstantPool-4] com.aionemu.gameserver.ai2.AI2Engine [AI2Engine.java:58] AI2 engine load started
2021-01-09 16:15:46,446 INFO  [InstantPool-2] com.aionemu.gameserver.instance.InstanceEngine [InstanceEngine.java:52] Instance engine load started
2021-01-09 16:15:47,880 INFO  [InstantPool-2] com.aionemu.gameserver.instance.InstanceEngine [InstanceEngine.java:63] Loaded 50 instance handlers.
2021-01-09 16:15:48,416 INFO  [InstantPool-6] com.aionemu.gameserver.services.AnnouncementService [AnnouncementService.java:117] Loaded 0 announcements
2021-01-09 16:15:48,614 INFO  [InstantPool-4] com.aionemu.gameserver.ai2.AI2Engine [AI2Engine.java:69] Loaded 313 ai handlers.
2021-01-09 16:15:49,508 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 21052
2021-01-09 16:15:49,511 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 11053
2021-01-09 16:15:49,519 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 21054
2021-01-09 16:15:49,522 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 21051
2021-01-09 16:15:49,524 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 21053
2021-01-09 16:15:49,530 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 21123
2021-01-09 16:15:49,532 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 1514
2021-01-09 16:15:49,535 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 18833
2021-01-09 16:15:49,535 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 18835
2021-01-09 16:15:49,536 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 18837
2021-01-09 16:15:49,537 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 28837
2021-01-09 16:15:49,538 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 1717
2021-01-09 16:15:49,538 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 2717
2021-01-09 16:15:49,540 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 41188
2021-01-09 16:15:49,543 WARN  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:936] Duplicate quest: 12061
2021-01-09 16:15:49,546 INFO  [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:978] Loaded 5035 quest handlers.
2021-01-09 16:15:49,550 INFO  [main] SIEGE_LOG [SiegeService.java:133] Initializing sieges...
2021-01-09 16:15:49,825 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 110010000 [1] : 382
2021-01-09 16:15:49,827 INFO  [main] com.aionemu.gameserver.services.HousingService [HousingService.java:81] Loading housing data...
2021-01-09 16:15:49,839 INFO  [main] com.aionemu.gameserver.services.HousingService [HousingService.java:84] Housing Service loaded.
2021-01-09 16:15:49,840 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 110020000 [1] : 28
2021-01-09 16:15:49,844 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 110070000 [1] : 50
2021-01-09 16:15:49,866 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 120010000 [1] : 425
2021-01-09 16:15:49,866 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 120020000 [1] : 26
2021-01-09 16:15:49,869 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 120080000 [1] : 50
2021-01-09 16:15:49,945 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 210010000 [1] : 1133
2021-01-09 16:15:50,102 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 210020000 [1] : 6614
2021-01-09 16:15:50,149 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 210030000 [1] : 2714
2021-01-09 16:15:50,200 INFO  [main] com.aionemu.gameserver.taskmanager.AbstractPeriodicTaskManager [AbstractPeriodicTaskManager.java:41] PacketBroadcaster: Initialized.
2021-01-09 16:15:50,373 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 210040000 [1] : 8575
2021-01-09 16:15:50,406 INFO  [main] HOUSE_AUCTION_LOG [HousingBidService.java:120] Loading house bids...
2021-01-09 16:15:50,412 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 97228 player 0 bid.
2021-01-09 16:15:50,413 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94210 player 0 bid.
2021-01-09 16:15:50,413 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98248 player 0 bid.
2021-01-09 16:15:50,413 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 97760 player 0 bid.
2021-01-09 16:15:50,414 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94002 player 0 bid.
2021-01-09 16:15:50,414 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 97428 player 0 bid.
2021-01-09 16:15:50,414 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 93854 player 0 bid.
2021-01-09 16:15:50,415 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98224 player 0 bid.
2021-01-09 16:15:50,416 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94314 player 0 bid.
2021-01-09 16:15:50,416 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 19885 player 0 bid.
2021-01-09 16:15:50,416 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94330 player 0 bid.
2021-01-09 16:15:50,416 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 99068 player 0 bid.
2021-01-09 16:15:50,417 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94774 player 0 bid.
2021-01-09 16:15:50,417 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 95234 player 0 bid.
2021-01-09 16:15:50,417 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 97896 player 0 bid.
2021-01-09 16:15:50,417 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98444 player 0 bid.
2021-01-09 16:15:50,418 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94014 player 0 bid.
2021-01-09 16:15:50,418 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94322 player 0 bid.
2021-01-09 16:15:50,418 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94086 player 0 bid.
2021-01-09 16:15:50,419 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94326 player 0 bid.
2021-01-09 16:15:50,419 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98264 player 0 bid.
2021-01-09 16:15:50,419 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 93618 player 0 bid.
2021-01-09 16:15:50,419 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98868 player 0 bid.
2021-01-09 16:15:50,420 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 97616 player 0 bid.
2021-01-09 16:15:50,420 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 97852 player 0 bid.
2021-01-09 16:15:50,420 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 99004 player 0 bid.
2021-01-09 16:15:50,420 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94266 player 0 bid.
2021-01-09 16:15:50,421 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 95614 player 0 bid.
2021-01-09 16:15:50,421 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98032 player 0 bid.
2021-01-09 16:15:50,421 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94582 player 0 bid.
2021-01-09 16:15:50,421 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 97288 player 0 bid.
2021-01-09 16:15:50,422 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98156 player 0 bid.
2021-01-09 16:15:50,422 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 95406 player 0 bid.
2021-01-09 16:15:50,422 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 93918 player 0 bid.
2021-01-09 16:15:50,422 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 99144 player 0 bid.
2021-01-09 16:15:50,423 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98596 player 0 bid.
2021-01-09 16:15:50,423 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98436 player 0 bid.
2021-01-09 16:15:50,423 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 93966 player 0 bid.
2021-01-09 16:15:50,424 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 97388 player 0 bid.
2021-01-09 16:15:50,424 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98380 player 0 bid.
2021-01-09 16:15:50,425 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98656 player 0 bid.
2021-01-09 16:15:50,426 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 19905 player 0 bid.
2021-01-09 16:15:50,426 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98908 player 0 bid.
2021-01-09 16:15:50,426 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 93822 player 0 bid.
2021-01-09 16:15:50,427 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94878 player 0 bid.
2021-01-09 16:15:50,427 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 95514 player 0 bid.
2021-01-09 16:15:50,427 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 95094 player 0 bid.
2021-01-09 16:15:50,427 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 97460 player 0 bid.
2021-01-09 16:15:50,428 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 97436 player 0 bid.
2021-01-09 16:15:50,428 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98552 player 0 bid.
2021-01-09 16:15:50,428 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98152 player 0 bid.
2021-01-09 16:15:50,428 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 97560 player 0 bid.
2021-01-09 16:15:50,429 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94782 player 0 bid.
2021-01-09 16:15:50,429 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94078 player 0 bid.
2021-01-09 16:15:50,429 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 95010 player 0 bid.
2021-01-09 16:15:50,429 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98388 player 0 bid.
2021-01-09 16:15:50,430 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 93882 player 0 bid.
2021-01-09 16:15:50,430 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98608 player 0 bid.
2021-01-09 16:15:50,430 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94150 player 0 bid.
2021-01-09 16:15:50,430 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98104 player 0 bid.
2021-01-09 16:15:50,431 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 97464 player 0 bid.
2021-01-09 16:15:50,431 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98396 player 0 bid.
2021-01-09 16:15:50,431 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98068 player 0 bid.
2021-01-09 16:15:50,432 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 97328 player 0 bid.
2021-01-09 16:15:50,432 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 93814 player 0 bid.
2021-01-09 16:15:50,432 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94986 player 0 bid.
2021-01-09 16:15:50,432 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 95526 player 0 bid.
2021-01-09 16:15:50,433 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94466 player 0 bid.
2021-01-09 16:15:50,433 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94902 player 0 bid.
2021-01-09 16:15:50,433 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 93934 player 0 bid.
2021-01-09 16:15:50,433 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 98020 player 0 bid.
2021-01-09 16:15:50,434 WARN  [main] HOUSE_AUCTION_LOG [HousingBidService.java:214] Missing house 94666 player 0 bid.
2021-01-09 16:15:50,434 INFO  [main] HOUSE_AUCTION_LOG [HousingBidService.java:129] HousingBidService loaded. Minutes till start: 1189
2021-01-09 16:15:50,443 INFO  [main] com.aionemu.gameserver.services.HousingService [HousingService.java:153] Spawned houses 210040000 [1] : 9
2021-01-09 16:15:50,638 WARN  [main] com.aionemu.gameserver.spawnengine.WalkerFormator [WalkerFormator.java:113] Incorrect pool for route: A3D76C7B0482C218FF628BB803A1CE8D7CA6E54B
2021-01-09 16:15:50,639 WARN  [main] com.aionemu.gameserver.spawnengine.WalkerGroup [WalkerGroup.java:63] Invalid row sizes for walk cluster A3D76C7B0482C218FF628BB803A1CE8D7CA6E54B
2021-01-09 16:15:50,641 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 210050000 [1] : 8332
2021-01-09 16:15:50,645 INFO  [main] com.aionemu.gameserver.services.HousingService [HousingService.java:153] Spawned houses 210050000 [1] : 6
2021-01-09 16:15:50,799 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 210060000 [1] : 7862
2021-01-09 16:15:50,836 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 220010000 [1] : 1484
2021-01-09 16:15:50,934 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 220020000 [1] : 7696
2021-01-09 16:15:50,963 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 220030000 [1] : 3292
2021-01-09 16:15:51,020 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 220040000 [1] : 8423
2021-01-09 16:15:51,024 INFO  [main] com.aionemu.gameserver.services.HousingService [HousingService.java:153] Spawned houses 220040000 [1] : 9
2021-01-09 16:15:51,075 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 220050000 [1] : 8673
2021-01-09 16:15:51,132 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 220070000 [1] : 8112
2021-01-09 16:15:51,134 INFO  [main] com.aionemu.gameserver.services.HousingService [HousingService.java:153] Spawned houses 220070000 [1] : 6
2021-01-09 16:15:51,135 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 300010000 [1] : 0
2021-01-09 16:15:51,136 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 300020000 [1] : 0
2021-01-09 16:15:51,136 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 300290000 [1] : 0
2021-01-09 16:15:51,137 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 320060000 [1] : 0
2021-01-09 16:15:51,183 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 400010000 [1] : 10221
2021-01-09 16:15:51,184 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 510010000 [1] : 0
2021-01-09 16:15:51,184 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 520010000 [1] : 0
2021-01-09 16:15:51,187 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 600010000 [1] : 394
2021-01-09 16:15:51,189 INFO  [main] com.aionemu.gameserver.spawnengine.StaticDoorSpawnManager [StaticDoorSpawnManager.java:64] Spawned static doors: 600020000 [1] : 3
2021-01-09 16:15:51,251 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 600020000 [1] : 5589
2021-01-09 16:15:51,253 INFO  [main] com.aionemu.gameserver.spawnengine.StaticDoorSpawnManager [StaticDoorSpawnManager.java:64] Spawned static doors: 600030000 [1] : 1
2021-01-09 16:15:51,288 INFO  [main] com.aionemu.gameserver.taskmanager.AbstractPeriodicTaskManager [AbstractPeriodicTaskManager.java:41] MoveTaskManager: Initialized.
2021-01-09 16:15:51,296 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 600030000 [1] : 7583
2021-01-09 16:15:51,301 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 600040000 [1] : 749
2021-01-09 16:15:51,310 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 700010000 [1] : 1721
2021-01-09 16:15:51,467 INFO  [main] com.aionemu.gameserver.services.HousingService [HousingService.java:153] Spawned houses 700010000 [1] : 500
2021-01-09 16:15:51,468 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 700020000 [1] : 0
2021-01-09 16:15:51,477 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 710010000 [1] : 1506
2021-01-09 16:15:51,633 INFO  [main] com.aionemu.gameserver.services.HousingService [HousingService.java:153] Spawned houses 710010000 [1] : 500
2021-01-09 16:15:51,633 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 710020000 [1] : 0
2021-01-09 16:15:51,634 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 900020000 [1] : 0
2021-01-09 16:15:51,634 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 900030000 [1] : 0
2021-01-09 16:15:51,634 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 900100000 [1] : 0
2021-01-09 16:15:51,634 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 900110000 [1] : 0
2021-01-09 16:15:51,635 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 900120000 [1] : 0
2021-01-09 16:15:51,642 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:298] Loaded 79891 npc spawns
2021-01-09 16:15:51,642 INFO  [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:299] Loaded 18300 gatherable spawns
2021-01-09 16:15:51,843 INFO  [main] com.aionemu.gameserver.services.LimitedItemTradeService [LimitedItemTradeService.java:82] Scheduled Limited Items based on cron expression size: 81
2021-01-09 16:15:51,927 INFO  [main] com.aionemu.gameserver.services.GameTimeService [GameTimeService.java:63] GameTimeService started. Update interval:180000
2021-01-09 16:15:51,928 INFO  [main] com.aionemu.gameserver.services.DebugService [DebugService.java:51] DebugService started. Analyze iterval: 1800000
2021-01-09 16:15:51,931 INFO  [main] EXCHANGE_LOG [BrokerService.java:95] Loading broker...
2021-01-09 16:15:51,940 INFO  [main] EXCHANGE_LOG [BrokerService.java:124] Broker loaded with 0 broker items, 0 settled items.
2021-01-09 16:15:51,941 INFO  [main] com.aionemu.gameserver.taskmanager.AbstractPeriodicTaskManager [AbstractPeriodicTaskManager.java:41] BrokerPeriodicTaskManager: Initialized.
2021-01-09 16:15:51,943 INFO  [main] com.aionemu.gameserver.taskmanager.AbstractPeriodicTaskManager [AbstractPeriodicTaskManager.java:41] ExchangePeriodicTaskManager: Initialized.
2021-01-09 16:15:51,944 INFO  [main] com.aionemu.gameserver.services.PetitionService [PetitionService.java:51] Loading PetitionService ...
2021-01-09 16:15:51,952 INFO  [main] com.aionemu.gameserver.services.PetitionService [PetitionService.java:56] Successfully loaded 0 database petitions
2021-01-09 16:15:53,243 INFO  [main] com.aionemu.gameserver.cache.HTMLCache [HTMLCache.java:90] Cache[HTML]: Caching started... OK.
2021-01-09 16:15:53,252 INFO  [main] com.aionemu.gameserver.cache.HTMLCache [HTMLCache.java:120] Cache[HTML]: 11,946 kilobytes on 8 file(s) loaded.
2021-01-09 16:15:53,252 INFO  [main] com.aionemu.gameserver.cache.HTMLCache [HTMLCache.java:126] Cache[HTML]: Compacting htmls... OK.
2021-01-09 16:15:53,255 INFO  [main] com.aionemu.gameserver.cache.HTMLCache [HTMLCache.java:145] Cache[HTML]: 9,894 kilobytes on 8 file(s) loaded.
2021-01-09 16:15:53,256 INFO  [main] com.aionemu.gameserver.cache.HTMLCache [HTMLCache.java:149] Cache[HTML]: Creating cache file... OK.
2021-01-09 16:15:53,262 INFO  [main] com.aionemu.gameserver.services.abyss.AbyssRankUpdateService [AbyssRankUpdateService.java:70] AbyssRankUpdateService: executing rank update
2021-01-09 16:15:53,274 INFO  [main] com.aionemu.gameserver.services.abyss.AbyssRankingCache [AbyssRankingCache.java:52] Updating abyss ranking cache
2021-01-09 16:15:53,289 INFO  [main] com.aionemu.gameserver.services.LegionService [LegionService.java:1034] Legion ranking update task started
2021-01-09 16:15:53,289 INFO  [main] com.aionemu.gameserver.services.LegionService [LegionService.java:1052] Legion ranking update: 0 ms, legions: 0
2021-01-09 16:15:53,290 INFO  [main] com.aionemu.gameserver.services.abyss.AbyssRankUpdateService [AbyssRankUpdateService.java:84] AbyssRankUpdateService: execution time: 0
2021-01-09 16:15:53,290 INFO  [main] com.aionemu.gameserver.services.abyss.AbyssRankUpdateService [AbyssRankUpdateService.java:57] Starting ranking update task based on cron expression: 0 0 0 * * ?
2021-01-09 16:15:53,300 INFO  [main] com.aionemu.gameserver.taskmanager.fromdb.TaskFromDBManager [TaskFromDBManager.java:37] Loaded 0 task from the database
2021-01-09 16:15:53,307 INFO  [main] com.aionemu.gameserver.services.instance.DredgionService2 [DredgionService2.java:65] Scheduled Dredgion: based on cron expression: 0 0 0,12,20 ? * * Duration: 120 in minutes
2021-01-09 16:15:53,312 INFO  [main] com.aionemu.gameserver.services.transfers.PlayerTransferService [PlayerTransferService.java:52] PlayerTransferService loaded. With 0 restricted skills.
2021-01-09 16:15:53,313 INFO  [main] HOUSE_AUCTION_LOG [HousingBidService.java:137] Loading house bids...
2021-01-09 16:15:53,316 INFO  [main] HOUSE_AUCTION_LOG [HousingBidService.java:144] HousingBidService loaded. Minutes till start: 1189
2021-01-09 16:15:53,317 INFO  [main] com.aionemu.gameserver.model.house.MaintenanceTask [MaintenanceTask.java:96] Initializing House maintenance task...
2021-01-09 16:15:53,330 INFO  [main] com.aionemu.gameserver.services.TownService [TownService.java:85] Loaded 25 elyos towns.
2021-01-09 16:15:53,331 INFO  [main] com.aionemu.gameserver.services.TownService [TownService.java:86] Loaded 25 asmodians towns.
2021-01-09 16:15:53,332 INFO  [main] com.aionemu.gameserver.services.ChallengeTaskService [ChallengeTaskService.java:73] ChallengeTaskService initialized.
2021-01-09 16:15:53,335 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] Commons Revision: 14    
2021-01-09 16:15:53,335 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] Commons Build Date: [ 20130612-1653 ]
2021-01-09 16:15:53,335 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] GS Revision: undefined
2021-01-09 16:15:53,336 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] GS Branch: Unknown Branch
2021-01-09 16:15:53,336 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] GS Branch Commit Date: Unknown CommitTime
2021-01-09 16:15:53,336 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] GS Build Date: [ 20130701-0223 ]
2021-01-09 16:15:53,337 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] ..................................................
2021-01-09 16:15:53,337 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] ..................................................
2021-01-09 16:15:54,295 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:117] OS: Windows 8.1 Build: 6.3
2021-01-09 16:15:54,296 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:117] OS Arch: amd64
2021-01-09 16:15:54,296 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:117] ..................................................
2021-01-09 16:15:54,296 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:117] ..................................................
2021-01-09 16:15:54,298 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:112] Available CPU(s): 16
2021-01-09 16:15:54,298 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:112] Processor(s) Identifier: Intel64 Family 6 Model 158 Stepping 12, GenuineIntel
2021-01-09 16:15:54,298 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:112] ..................................................
2021-01-09 16:15:54,298 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:112] ..................................................
2021-01-09 16:15:54,299 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:122] Java Platform Information
2021-01-09 16:15:54,299 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:122] Java Runtime  Name: Java(TM) SE Runtime Environment
2021-01-09 16:15:54,299 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:122] Java Version: 1.7.0_75
2021-01-09 16:15:54,299 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:122] Java Class Version: 51.0
2021-01-09 16:15:54,300 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:122] ..................................................
2021-01-09 16:15:54,300 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:122] ..................................................
2021-01-09 16:15:54,300 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] Virtual Machine Information (JVM)
2021-01-09 16:15:54,300 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] JVM Name: Java HotSpot(TM) 64-Bit Server VM
2021-01-09 16:15:54,300 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] JVM installation directory: C:\Program Files\Java\jre7
2021-01-09 16:15:54,301 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] JVM version: 24.75-b04
2021-01-09 16:15:54,301 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] JVM Vendor: Oracle Corporation
2021-01-09 16:15:54,301 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] JVM Info: mixed mode
2021-01-09 16:15:54,301 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] ..................................................
2021-01-09 16:15:54,302 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] ..................................................
2021-01-09 16:15:54,302 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] +----
2021-01-09 16:15:54,302 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] | Global Memory Informations at 16:15:54:
2021-01-09 16:15:54,302 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] |    |
2021-01-09 16:15:54,303 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] | Allowed Memory: 7456768 KB
2021-01-09 16:15:54,303 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] |    |= Allocated Memory: 2664448 KB (35,7319%)
2021-01-09 16:15:54,303 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] |    |= Non-Allocated Memory: 4792320 KB (64,2681%)
2021-01-09 16:15:54,303 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] | Allocated Memory: 2664448 KB
2021-01-09 16:15:54,304 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] |    |= Used Memory: 829182 KB (11,1199%)
2021-01-09 16:15:54,304 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] |    |= Unused (cached) Memory: 1835266 KB (24,6121%)
2021-01-09 16:15:54,304 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] | Useable Memory: 6627586 KB (88,8801%)
2021-01-09 16:15:54,304 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] +----
2021-01-09 16:15:54,306 INFO  [main] com.aionemu.gameserver.GameServer [GameServer.java:287] AL Game Server started in 16 seconds.
2021-01-09 16:15:54,306 INFO  [main] com.aionemu.gameserver.GameServer [GameServer.java:288] ==================================================
2021-01-09 16:15:54,307 INFO  [main] com.aionemu.gameserver.GameServer [GameServer.java:289] ===========>Aion lightning Core,developed by Aion Extreme Group<==============
2021-01-09 16:15:54,307 INFO  [main] com.aionemu.gameserver.GameServer [GameServer.java:290] Thanks to all who helped this project!
2021-01-09 16:15:54,307 INFO  [main] com.aionemu.gameserver.GameServer [GameServer.java:291] Core Version: 3.9
2021-01-09 16:15:54,307 INFO  [main] com.aionemu.gameserver.GameServer [GameServer.java:292] Copyright 2010-2013
2021-01-09 16:15:54,307 INFO  [main] com.aionemu.gameserver.GameServer [GameServer.java:293] ==================================================
2021-01-09 16:15:54,320 INFO  [main] com.aionemu.commons.network.NioServer [NioServer.java:117] Server listening on all available IPs on Port 7777 for Game Connections
2021-01-09 16:15:54,320 INFO  [main] com.aionemu.gameserver.network.loginserver.LoginServer [LoginServer.java:104] Connecting to LoginServer: localhost/127.0.0.1:9014
2021-01-09 16:15:54,323 INFO  [main] com.aionemu.gameserver.network.loginserver.LoginServerConnection [LoginServerConnection.java:85] Connected to LoginServer!
2021-01-09 16:15:54,324 INFO  [main] com.aionemu.gameserver.network.chatserver.ChatServer [ChatServer.java:65] Connecting to ChatServer: localhost/127.0.0.1:9021
2021-01-09 16:15:54,326 INFO  [main] com.aionemu.gameserver.network.chatserver.ChatServerConnection [ChatServerConnection.java:78] Connected to ChatServer!
2021-01-09 16:15:54,330 INFO  [InstantPool-12] com.aionemu.gameserver.network.chatserver.clientpackets.CM_CS_AUTH_RESPONSE [CM_CS_AUTH_RESPONSE.java:66] GameServer authed successfully IP : 127.0.0.1 Port: 10241
2021-01-09 16:15:54,840 INFO  [ReadWrite-0 Dispatcher] com.aionemu.gameserver.network.BannedMacManager [BannedMacManager.java:71] Loaded 0 banned mac addesses
2021-01-09 16:15:55,402 INFO  [InstantPool-11] com.aionemu.gameserver.taskmanager.AbstractPeriodicTaskManager [AbstractPeriodicTaskManager.java:41] MovementNotifyTask: Initialized.
2021-01-09 16:15:55,403 INFO  [InstantPool-11] com.aionemu.gameserver.taskmanager.AbstractPeriodicTaskManager [AbstractPeriodicTaskManager.java:41] ZoneUpdateService: Initialized.
2021-01-09 16:18:19,135 ERROR [ReadWrite-0 Dispatcher] com.aionemu.commons.network.packet.BaseClientPacket [BaseClientPacket.java:231] Missing Q for: [C] 0x01 CM_ACOUNT_AUTH_RESPONSE
2021-01-09 16:18:19,170 INFO  [InstantPool-13] com.aionemu.gameserver.network.loginserver.LoginServer [LoginServer.java:246] Account authed: 1 = voidstar
2021-01-09 16:18:22,926 INFO  [pool-3-thread-17] GAMECONNECTION_LOG [PlayerEnterWorldService.java:227] [MAC_AUDIT] Player Syrinx (account voidstar) has entered world with 04-92-26-D9-FB-66 MAC.
2021-01-09 16:18:22,961 INFO  [pool-3-thread-17] GAMECONNECTION_LOG [PlayerEnterWorldService.java:568] Player logged in: Syrinx Account: voidstar
2021-01-09 16:18:24,995 INFO  [pool-3-thread-23] com.aionemu.gameserver.services.SurveyService [SurveyService.java:131] [SurveyController] update task start.
2021-01-09 16:18:30,094 INFO  [PacketProcessor:3] com.aionemu.gameserver.taskmanager.AbstractPeriodicTaskManager [AbstractPeriodicTaskManager.java:41] PlayerMoveTaskManager: Initialized.
2021-01-09 16:18:42,617 INFO  [PacketProcessor:3] INGAMESHOP_LOG [InGameShopEn.java:61] Loaded with 3 items.
2021-01-09 16:18:51,929 INFO  [pool-3-thread-28] com.aionemu.gameserver.services.GameTimeService [GameTimeService.java:52] Sending current game time to all players
2021-01-09 16:18:51,929 INFO  [pool-3-thread-28] com.aionemu.gameserver.utils.gametime.GameTimeManager [GameTimeManager.java:74] Game time saved...
2021-01-09 16:19:58,034 INFO  [PacketProcessor:1] INGAMESHOP_LOG [InGameShopEn.java:76] Loaded with 3 items.
2021-01-09 16:21:51,927 INFO  [pool-3-thread-17] com.aionemu.gameserver.services.GameTimeService [GameTimeService.java:52] Sending current game time to all players
2021-01-09 16:21:51,927 INFO  [pool-3-thread-17] com.aionemu.gameserver.utils.gametime.GameTimeManager [GameTimeManager.java:74] Game time saved...
2021-01-09 16:24:51,927 INFO  [pool-3-thread-55] com.aionemu.gameserver.services.GameTimeService [GameTimeService.java:52] Sending current game time to all players
2021-01-09 16:24:51,927 INFO  [pool-3-thread-55] com.aionemu.gameserver.utils.gametime.GameTimeManager [GameTimeManager.java:74] Game time saved...
2021-01-09 16:27:51,926 INFO  [pool-3-thread-44] com.aionemu.gameserver.services.GameTimeService [GameTimeService.java:52] Sending current game time to all players
2021-01-09 16:27:51,926 INFO  [pool-3-thread-44] com.aionemu.gameserver.utils.gametime.GameTimeManager [GameTimeManager.java:74] Game time saved...
2021-01-09 16:30:51,926 INFO  [pool-3-thread-25] com.aionemu.gameserver.services.GameTimeService [GameTimeService.java:52] Sending current game time to all players
2021-01-09 16:30:51,926 INFO  [pool-3-thread-25] com.aionemu.gameserver.utils.gametime.GameTimeManager [GameTimeManager.java:74] Game time saved...


[/URL]
 
Last edited:
Upvote 0
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
98
Same compiled gameserver, left 2013, and right is today

 
Upvote 0
Junior Spellweaver
Joined
Sep 18, 2013
Messages
185
Reaction score
19
Show the contents of the package CM_ACOUNT_AUTH_RESPONSE(readImpl) under the spoiler, as I understand it is version 3.9?
 
Upvote 0
Junior Spellweaver
Joined
Sep 18, 2013
Messages
185
Reaction score
19
These work for me...
it all depends on the implementation in the tables and in the server itself, for example, it works for me in version 3.9 in this form
Code:
    public void readImpl() {
        accountId = readD();
        result = readC() == 1;

        if (result) {
            accountName = readS();
            accountTime = new AccountTime();

            accountTime.setAccumulatedOnlineTime(readQ());
            accountTime.setAccumulatedRestTime(readQ());

            accessLevel = (byte) readC();
            membership = (byte) readC();
            toll = readQ();
            expire = readQ();
            acc_enter = readD();
            accessLevelExpire = readQ();
        }
    }
Voidstar, if some features are not implemented in your login server, then it is better to remove the extra bytes.
 
Upvote 0
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
98
@gruubix

My friend, I use our Loginserver, the same from the time of AL 2.7.
The same Loginserver has no issues with a AL 2.7 Gameserver. Everything work perfect,
inclusive "toll".
The same Account_Data in AL 2.7 and AL 3.9. In AL 2.7 works, in AL 3.9 it doesn't

As I said. The same compiled AL 3.9 Gameserver which I run in 2013 perfect, without any issues, today has the issue with the "toll".
Maybe is something with the al.commons.jar, but I'm not sure



Show the contents of the package CM_ACOUNT_AUTH_RESPONSE(readImpl) under the spoiler, as I understand it is version 3.9?

It was this

Code:
/**
 * This file is part of aion-emu <aion-emu.com>.
 *
 *  aion-emu is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  aion-emu is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with aion-emu.  If not, see <http://www.gnu.org/licenses/>.
 */

package com.aionemu.gameserver.network.loginserver.clientpackets;

import com.aionemu.gameserver.model.account.AccountTime;
import com.aionemu.gameserver.network.loginserver.LoginServer;
import com.aionemu.gameserver.network.loginserver.LsClientPacket;

/**
 * In this packet LoginServer is answering on GameServer request about valid authentication data and also sends account
 * name of user that is authenticating on GameServer.
 * 
 * @author -Nemesiss-
 */
public class CM_ACOUNT_AUTH_RESPONSE extends LsClientPacket {

    public CM_ACOUNT_AUTH_RESPONSE(int opCode) {
        super(opCode);
    }

    /**
     * accountId
     */
    private int accountId;

    /**
     * result - true = authed
     */
    private boolean result;

    /**
     * accountName [if response is ok]
     */
    private String accountName;
    /**
     * accountTime
     */
    private AccountTime accountTime;
    /**
     * access level - regular/gm/admin
     */
    private byte accessLevel;
    /**
     * Membership - regular/premium
     */
    private byte membership;

    /**
     * Toll
     */
    private long toll;

    /**
     * {@inheritDoc}
     */
      @[I][B][URL="http://forum.ragezone.com/members/2000310838.html"]Over[/URL][/B][/I]ride
    public void readImpl() {
        accountId = readD();
        result = readC() == 1;

        if (result) {
            accountName = readS();
            accountTime = new AccountTime();

            accountTime.setAccumulatedOnlineTime(readQ());
            accountTime.setAccumulatedRestTime(readQ());

            accessLevel = (byte) readC();
            membership = (byte) readC();
            toll = readQ();
        }
    }

    /**
     * {@inheritDoc}
     */
      @[I][B][URL="http://forum.ragezone.com/members/2000310838.html"]Over[/URL][/B][/I]ride
    public void runImpl() {
        LoginServer.getInstance().accountAuthenticationResponse(accountId, accountName, result, accountTime, accessLevel, membership, toll);
    }
}



These works for me...

Thank you, but your files are 100% the same as in my source

File 1




Okay, I found the issue. As I suspected is a JAVA issue.

The two files about we discuss here are the 100% same in Aion-Lightning 2.7

By compiling AL 2.7 with C:\Program Files\Java\jdk1.7.0_25 I have no errors compiling the two files
CM_ACOUNT_AUTH_RESPONSE.java
LsPacketHandlerFactory.java

With the same jdk1.7.0_25 I have exactly this error which cause the issue with CM_ACOUNT_AUTH_RESPONSE

Here the compiling error;
Aion-Lightning 2.7

Code:
Picked up _JAVA_OPTIONS: -Xms512m -Xmx8192m
Buildfile: D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build.xml

clean:
   [delete] Deleting directory D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build

init:
    [mkdir] Created dir: D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build
    [mkdir] Created dir: D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\Classes

compile:
    [javac] Compiling 1721 source files to D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\Classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\src\com\aionemu\gameserver\geoEngine\scene\Mesh.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning

jar:
      [jar] Building jar: D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\AL-Game.jar

dist:
    [mkdir] Created dir: D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\Dist
    [mkdir] Created dir: D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\Dist\AL-Game
    [mkdir] Created dir: D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\Dist\AL-Game\config
    [mkdir] Created dir: D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\Dist\AL-Game\data
    [mkdir] Created dir: D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\Dist\AL-Game\libs
    [mkdir] Created dir: D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\Dist\AL-Game\sql
     [copy] Copying 1 file to D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\Dist\AL-Game\libs
     [copy] Copying 23 files to D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\Dist\AL-Game\libs
     [copy] Copying 9 files to D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\Dist\AL-Game
     [copy] Copying 40 files to D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\Dist\AL-Game\config
     [copy] Copying 1519 files to D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\Dist\AL-Game\data
     [copy] Copying 1 file to D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\Dist\AL-Game\sql
      [zip] Building zip: D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game\build\AL-Game.zip

BUILD SUCCESSFUL
Total time: 18 seconds

D:\Aion-Core Emulator Development\AionServer-2.7 Aion Lightning\trunk\AL-Game>

Aion-Lightning 3.9

Code:
Picked up _JAVA_OPTIONS: -Xms512m -Xmx8192m
Buildfile: D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\build.xml

clean:
   [delete] Deleting directory D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\build

init:
    [mkdir] Created dir: D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\build
    [mkdir] Created dir: D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\build\classes

compile:
    [javac] Compiling 2153 source files to D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\build\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\src\com\aionemu\gameserver\geoEngine\GeoWorldLoader.java:22: warning: Cleaner is internal proprietary API and may be removed in a future release
    [javac] import sun.misc.Cleaner;
    [javac]                ^
    [javac] D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\src\com\aionemu\gameserver\geoEngine\GeoWorldLoader.java:23: warning: DirectBuffer is internal proprietary API and may be removed in a future release
    [javac] import sun.nio.ch.DirectBuffer;
    [javac]                  ^
    [javac] D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\src\com\aionemu\gameserver\dataholders\DataManager.java:42: warning: OutputFormat is internal proprietary API and may be removed in a future release
    [javac]     public static PlayerInitialData PLAYER_INITIAL_DATA;
    [javac]                                            ^
    [javac] D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\src\com\aionemu\gameserver\dataholders\DataManager.java:44: warning: XMLSerializer is internal proprietary API and may be removed in a future release
    [javac]     public static MotionData MOTION_DATA;
    [javac]               ^
    [javac] D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\src\com\aionemu\gameserver\dataholders\HouseScriptData.java:111: warning: OutputFormat is internal proprietary API and may be removed in a future release
    [javac]                             OutputFormat format = new OutputFormat(document);
    [javac]                             ^
    [javac] D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\src\com\aionemu\gameserver\dataholders\HouseScriptData.java:111: warning: OutputFormat is internal proprietary API and may be removed in a future release
    [javac]                             OutputFormat format = new OutputFormat(document);
    [javac]                                                       ^
    [javac] D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\src\com\aionemu\gameserver\dataholders\HouseScriptData.java:116: warning: XMLSerializer is internal proprietary API and may be removed in a future release
    [javac]                             XMLSerializer serializer = new XMLSerializer(out, format);
    [javac]                             ^
    [javac] D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\src\com\aionemu\gameserver\dataholders\HouseScriptData.java:116: warning: XMLSerializer is internal proprietary API and may be removed in a future release
    [javac]                             XMLSerializer serializer = new XMLSerializer(out, format);
    [javac]                                                            ^
    [javac] D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\src\com\aionemu\gameserver\geoEngine\GeoWorldLoader.java:278: warning: Cleaner is internal proprietary API and may be removed in a future release
    [javac]         Cleaner cleaner = ((DirectBuffer) toBeDestroyed).cleaner();
    [javac]         ^
    [javac] D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\src\com\aionemu\gameserver\geoEngine\GeoWorldLoader.java:278: warning: DirectBuffer is internal proprietary API and may be removed in a future release
    [javac]         Cleaner cleaner = ((DirectBuffer) toBeDestroyed).cleaner();
    [javac]                             ^
    [javac] D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\src\com\aionemu\gameserver\network\loginserver\clientpackets\[B]CM_ACOUNT_AUTH_RESPONSE.java[/B]:85: [COLOR=#ff0000][B]error: possible loss of precision
    [javac]                     toll = readQ();[/B][/COLOR]
    [javac]                                 ^
    [javac]   [B][COLOR=#0000ff]required: int[/COLOR][/B]
    [javac]  [B][COLOR=#ff00cc] found:    long[/COLOR][/B]
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\src\com\aionemu\gameserver\geoEngine\scene\Mesh.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error
    [javac] 11 warnings

BUILD FAILED
D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game\build.xml:29: Compile failed; see the compiler error output for details.

Total time: 5 seconds

D:\Aion-Core Emulator Development\Others\AionServer-3.9 (AionJava rev.5)\AL-Game>

Code:
private [COLOR=#ff0099][B]long[/B][/COLOR] accountId; buged
private [COLOR=#0000ff][B]int [/B][/COLOR]accountId; OK

Code:
toll = read[B][COLOR=#ff00cc]Q[/COLOR][/B](); buged
toll = read[B][COLOR=#0000ff]D[/COLOR][/B](); OK

I just modified the code like AL 2.7
And BINGO, it works...

Thank you very much for your help :)


 
Last edited:
Upvote 0
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
98
Okay, to simple to be true...
It not works. Nothing changes. Maybe because all the ingameshop use "long" and AL 2.7 use "int".
As I said, AL 2.7 works perfect, AL 3.9 not

 
Upvote 0
Junior Spellweaver
Joined
Sep 18, 2013
Messages
185
Reaction score
19
Okay, to simple to be true...
It not works. Nothing changes. Maybe because all the ingameshop use "long" and AL 2.7 use "int".
As I said, AL 2.7 works perfect, AL 3.9 not

Take another login server higher than your 2.7 version and your package will work correctly.
 
Upvote 0
Back
Top