Jump to content
TrinityCore

prestonparsons1994

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by prestonparsons1994

  1. Hello

    Would anyone explain or give me example what does this PlayerStart.String mean?

     

    #
    #     PlayerStart.String
    #        Description: String to be displayed at first login of newly created characters.
    #         Default:    "" - (Disabled)

    PlayerStart.String = ""

     

    thank you

  2. Hi, did you have edit zmq? config them in cmake.

    go back to cmake, click on Advanced and scroll down bottom and you see ZMQ.

    Make sure 

    ZMQ_INCLUDE_DIR: C:/Program Files (x86)/ZeroMQ 4.0.4/include 
    ZMQ_LIBRARY: C:/Program Files (x86)/ZeroMQ 4.0.4/lib/libzmq-v120-mt-gd-4_0_4.lib

    ZMQ_ROOT_DIR: C:/Program Files (x86)/ZeroMQ 4.0.4

    Then configure then generate then recompile 

×
×
  • Create New...