Help me :(

Results 1 to 4 of 4
  1. #1
    Valued Member Luizinrc is offline
    MemberRank
    Jun 2015 Join Date
    Ice SpaLocation
    131Posts

    ! Help me :(

    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




  2. #2
    Proficient Member bubbastic is offline
    MemberRank
    Nov 2010 Join Date
    WindHillLocation
    181Posts

    idea Re: Help me :(

    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 `pangya-ssd`.`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 by bubbastic; 18-05-17 at 05:29 PM.

  3. #3
    Valued Member Luizinrc is offline
    MemberRank
    Jun 2015 Join Date
    Ice SpaLocation
    131Posts

    Re: Help me :(

    Quote Originally Posted by bubbastic View Post
    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 `pangya-ssd`.`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?

  4. #4
    French Dev jtb1 is offline
    MemberRank
    Apr 2010 Join Date
    France/GermanyLocation
    278Posts

    Re: Help me :(

    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 by jtb1; 19-05-17 at 04:32 PM.



Advertisement