MMOCoin

Likes Likes:  0
Results 1 to 10 of 30

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Beginner

    Join Date
    Jan 2010
    Posts
    4
    Post Thanks / Like
    Rep Power
    17
    Reputation
    1

    Hello! Quick question....

    Hi,

    I just got this emulator working and its great.I am trying to find a way to get the auction houses working.

    Im pretty new to all this is there any way to add an auction house bot into this?

    Thanks.




  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Beginner

    Join Date
    Mar 2010
    Posts
    2
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1
    Why in scriptdev2.conf there is
    Code:
    # ScriptDev2 Configuration file
    # This file must be placed within the directory which holds mangosd.conf and realmd.conf
    ConfVersion=2009040501
    
    # Database connection settings for the world server.
    # Default: hostname;port;username;password;database
    #          .;somenumber;username;password;database - use named pipes at Windows
    #                Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
    #          .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
    #                Unix sockets: experimental, not tested
    ScriptDev2DatabaseInfo     = "127.0.0.1;3306;root;djoks;script_dev2"
    if in Readme youre telling us to:
    Code:
    5)Then start SQLyog(mysql info is username:root,and NO password!!!).
    Create new database called realmd,then characters,mangos and scriptdev2!
    
    6)Afther you created the databases,in each of them execute sql file for that database!
    To do that right click on database,chose command "Restore from sql dump",
    and navigate to folder db in your server folder.

    Everything besides scriptdev db works.

  4. #3
    Scout
    Moridhin's Avatar
    Join Date
    Jan 2010
    Posts
    8
    Post Thanks / Like
    Rep Power
    17
    Reputation
    13
    Quote Originally Posted by papus View Post
    Why in scriptdev2.conf there is
    Code:
    # ScriptDev2 Configuration file
    # This file must be placed within the directory which holds mangosd.conf and realmd.conf
    ConfVersion=2009040501
    
    # Database connection settings for the world server.
    # Default: hostname;port;username;password;database
    #          .;somenumber;username;password;database - use named pipes at Windows
    #                Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
    #          .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
    #                Unix sockets: experimental, not tested
    ScriptDev2DatabaseInfo     = "127.0.0.1;3306;root;djoks;script_dev2"
    if in Readme youre telling us to:
    Code:
    5)Then start SQLyog(mysql info is username:root,and NO password!!!).
    Create new database called realmd,then characters,mangos and scriptdev2!
    
    6)Afther you created the databases,in each of them execute sql file for that database!
    To do that right click on database,chose command "Restore from sql dump",
    and navigate to folder db in your server folder.

    Everything besides scriptdev db works.
    Just delete that"djoks" passw,leave it blank,it should work.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •