Jump to content

martin

Members
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Posts posted by martin

  1. Hey ,

    i got still an problem with MSVCR100D.dll i had installed the VB runtime.

    But it still dosent work.

    "MSVCR100D.dll was not found on your system"

    I used the newest mangos source and use wow 4.3.4 to build it the "ad.exe" works quite nice.

  2. nice guide but change this

    cd /home/mangos/server/src/bindings/scripts/sql
    mysql -u root < scriptdev2_create_database.sql
    mysql -u root scriptdev2 < scriptdev2_create_structure_mysql.sql
    mysql -u root scriptdev2 < scriptdev2_script_full.sql

    to

    cd /home/mangos/server/src/bindings/scripts/sql
    mysql -u root -p < scriptdev2_create_database.sql
    mysql -u root -p scriptdev2 < scriptdev2_create_structure_mysql.sql
    mysql -u root -p scriptdev2 < scriptdev2_script_full.sql

    its easyer for cp users :P

×
×
  • 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