Jump to content

antz

Community Manager
  • Posts

    2808
  • Joined

  • Last visited

  • Days Won

    90
  • Donations

    0.00 GBP 

Posts posted by antz

  1. This is not trivial, but can be done !!

    There is a script in the Database Repo Tools\cleanup folder called:

    characters_convert_s1099_to_11391.sql
    characters_item_duplicates_remove.sql
    characters_mail_items_cleanup.sql
    characters_pet_data_cleanup.sql

    Running each of these should theoretically upgrade the database to be compatible with MangosOne.
    - However, I am aware that this has not been tested in a long long time.

    If anyone is willing to give these a go and report back on the issues found, that will help us a lot.

  2. I am currently working on a permanent fix for this issue:

    As a temporary fix, you can apply the follow SQL to the realm DB's:

    For TBC:
    ALTER TABLE account MODIFY COLUMN `expansion` TINYINT(3) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Which maximum expansion content a user has access to.';

    For Wotlk:
    ALTER TABLE account MODIFY COLUMN `expansion` TINYINT(3) UNSIGNED NOT NULL DEFAULT '2' COMMENT 'Which maximum expansion content a user has access to.';

    For Cata:
    ALTER TABLE account MODIFY COLUMN `expansion` TINYINT(3) UNSIGNED NOT NULL DEFAULT '3' COMMENT 'Which maximum expansion content a user has access to.';
     

    • Like 1
  3. The Short answer is yes.... eventually

    Let me explain why.....

    1) In the Original Wow clients Vanilla, TBC, WOTLK - these used locked opcode values for each packet sent between the server and the client.
    Since Cata each patch randomised these values, thus meaning we would have to reverse engineer and work out the values for every opcode value for that patch version.

    2) The Data structures are based on the BFa structures not the original Vanilla structures.

    3) The nuClassic client would have to be 'patched' like all versions from Cata onwards, to use an ip address for the realm server rather than the Bnet server.

    What this means is.....

    To support the nuClassic client, it would effectively be a new core version of mangos. Not impossible to support, but that's a lot of work
     

    I would also add that it will be almost impossible to play using the original Vanilla client and the nuClassic client on the same server (for the reasons mentioned in 1 & 2 above).

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use