• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Help me :(

Junior Spellweaver
Joined
Jun 22, 2015
Messages
140
Reaction score
32
I am dealing with error when trying to connect the server, all ta ok, used the server database ACRISIO SERVE, but then I tried to use the database of Dave Devils someone to explain to me why of error(Use the Jtb1 database) - Dave Devil's
:*:

Luizinrc - Help me :( - RaGEZONE Forums
 
Junior Spellweaver
Joined
Nov 12, 2010
Messages
169
Reaction score
69
Hi,

Normally the server would find the missing infos in the ini files. I don't know why jtb's modified server doesn't. You can try this to pass the server list errors :

Code:
ALTER TABLE `[COLOR="#FF0000"]pangya-ssd[/COLOR]`.`pangya_server_list` 
CHANGE COLUMN `PCBangUser` `PCBangUser` smallint(8) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `PangRate` `PangRate` int(10) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `EventFlag` `EventFlag` smallint(8) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `ExpRate` `ExpRate` int(10) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `RareItemRate` `RareItemRate` int(10) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `CookieItemRate` `CookieItemRate` int(10) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `ServiceControl` `ServiceControl` int(10) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `AppRate` `AppRate` smallint(8) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `ScratchRate` `ScratchRate` smallint(8) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `EventMap` `EventMap` int(10) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `EventDropRate` `EventDropRate` int(10) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `HanbitUser` `HanbitUser` int(10) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `ParanUser` `ParanUser` int(10) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `AuthState` `AuthState` smallint(8) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `MasteryRate` `MasteryRate` smallint(8) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `TreasureRate` `TreasureRate` smallint(8) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `ChuvaRate` `ChuvaRate` smallint(8) NOT NULL DEFAULT 100 ;
-------------

Change the name in red with your schema name if it's different

I let you continue do the same for account table next :/ and maybe more tables after that. You can edit directly in PHPmyAdmin or MySQL Workbench...

I use only the original Acrisio version so I won't help much on this modified version, sorry
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Jun 22, 2015
Messages
140
Reaction score
32
Hi,

Normally the server would find the missing infos in the ini files. I don't know why jtb's modified server doesn't. You can try this to pass the server list errors :

Code:
ALTER TABLE `[COLOR=#FF0000]pangya-ssd[/COLOR]`.`pangya_server_list` 
CHANGE COLUMN `PCBangUser` `PCBangUser` smallint(8) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `PangRate` `PangRate` int(10) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `EventFlag` `EventFlag` smallint(8) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `ExpRate` `ExpRate` int(10) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `RareItemRate` `RareItemRate` int(10) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `CookieItemRate` `CookieItemRate` int(10) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `ServiceControl` `ServiceControl` int(10) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `AppRate` `AppRate` smallint(8) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `ScratchRate` `ScratchRate` smallint(8) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `EventMap` `EventMap` int(10) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `EventDropRate` `EventDropRate` int(10) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `HanbitUser` `HanbitUser` int(10) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `ParanUser` `ParanUser` int(10) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `AuthState` `AuthState` smallint(8) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `MasteryRate` `MasteryRate` smallint(8) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `TreasureRate` `TreasureRate` smallint(8) NOT NULL DEFAULT 100 ,
CHANGE COLUMN `ChuvaRate` `ChuvaRate` smallint(8) NOT NULL DEFAULT 100 ;
-------------

Change the name in red with your schema name if it's different

I let you continue do the same for account table next :/ and maybe more tables after that. You can edit directly in PHPmyAdmin or MySQL Workbench...

I use only the original Acrisio version so I won't help much on this modified version, sorry


I have little experience in mysql workbeachIs there a method or example that I can use to use this code that I just posted?
 
Upvote 0
Experienced Elementalist
Joined
Apr 1, 2010
Messages
267
Reaction score
136
Like i have say in MP:

My edited version work with UWAMP , you need use it , after go phpmyadmin , and execute sql with phpmyadmin
-> use this way because mysql benchwork is not very great

you can create table named pangya-ssd for execute sql , but i never have probleme with other name

If you name the mysql table pangya-ssd you don't have to edit ini files

and use 7z for extract or winrar by the way
 
Last edited:
Upvote 0
Back
Top