Jump to content

strahnui

Members
  • Posts

    10
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by strahnui

  1. 17 minutes ago, SWnet said:

     

    you need to change the IP in the databases to your example 1) Open DBScript\2_lin2comm. sql
    find in 3 places:
    set @conn_str = '127.0.0.' + @world_id + "';"user";"pass' -- perhaps you will not find a line, try to search set @conn_str
    change 127.0.0. to your LAN IP (the last number)
    change SQL user on your account
    change pass on your SQL password

    next, find:
    'SQLOLEDB', '127.0.0.1'; 'user';' pass' -- you may not find this line, try searching for 'SQLOLEDB'
    change 127.0.0.1 to your LAN IP
    change user to your SQL account
    change pass to your SQL password

    2) Open DBScript\7_lin2world. sql
    find in 3 places:
    set @conn_str = '127.0.0.' + @world_id + "';"user";"pass' -- perhaps you will not find a line, try to search set @conn_str
    change 127.0.0. to your LAN IP (the last number)
    change SQL user on your account
    change pass on your SQL password

    next, find:
    'SQLOLEDB', '127.0.0.1'; 'user';'pass' -- you may not find this line, try searching for 'SQLOLEDB'
    change 127.0.0.1 to your LAN IP
    change user to your SQL account
    change pass to your SQL password

     

    thank. I figured it out myself, now it starts up before creating a character.But when I enter the name of the character, it gives an error- your title cannot exceed 16 characters in length. regardless of the length of the name, tell me what is the problem?

×
×
  • Create New...