Jump to content
TrinityCore

Shin

Members
  • Posts

    259
  • Joined

  • Last visited

  • Days Won

    35

Posts posted by Shin

  1. I do not have Launcher and I was using this client for many times. this is the only one account on the server for now, but I haven't logged to the server for a few weeks and now this trouble... And first thing I checked was Realmlist...​

    Aokromes, sorry, what do you mean by telling "trying to login using one email"?

    ​when you access the game you have to type your username and your password, do not type the email address instead.

  2. Hi all.

    I'm new here and just started to work with trinity. Server installed and works correctly for weeks already. I logged to the server successfully few weeks ago, but now it always starts to upgrade from 3.5.5 to 4.0 when I login with client (after I enter my credentials and hit "Login" button. What should I do, to stop that upgrade? Also at the initial screen it gives the notification that "the maintenance will take place on 9/1". It looks like I connect to the official server, not mine one. What could be the problem?

    Thanks

    ​Probably, you wrongly opened Launcher.exe and it overwrote your realmlist.wtf. Don't do any upgrades, keep 3.3.5a client version. Check your realmlist.wtf file and set it to localhost.

    Never use Launcher.exe, use always Wow.exe and do not enter the email address but use just the account name to login.

  3. @ikir

    Ciao!

    In order to enable map/vmap tools, just add the option:

    Per abilitare l'opzione map/vmap tools, aggiungi semplicemente l'opzione:

    -DTOOLS=1

     

    The correct xcodebuild command is:

    Il comando xcodebuild corretto è:

    xcodebuild -target install -config Debug

    Or:

    Oppure:

    xcodebuild -target install -config Release

    So you can choose to compile in Debug or Release mode

    Così puoi scegliere se compilare in modalità Debug o Release.

  4.  is there any problem to have both retail and TC installed in the same computer?

    There shouldn't be any problem. I used both retail and TC in the same computer, using the patched binary to access to TrinityCore and the original one to access to retail. I had just to change the SET portal value in Config.WTF each time I had to switch.

    • Upvote 1
  5. Hello and welcome to TrinityCore.

    A lot of scripts are handled by SmartAI (simpler ones), so you have just to work on database to introduce new "smart" scripts. 

    You can find all documentation here: http://collab.kpsn.org/display/tc/smart_scripts

    Also you can use SmartAI Editor tools like Keira2 (web application) or Discover-'s SAI Editor (windows application) that help you a lot and automatically generate the SQL code for you.

    The more complicated AI are handled with C++, unfortunately there is no tutoial for them but you can find a lot of examples here:

    https://github.com/TrinityCore/TrinityCore/tree/6.x/src/server/scripts

    also do not forget to read our C++ Development Standards.

    I hope it helps

  6. Incorrect DataDir value in worldserver.conf or ALL required *.dbc files (146) not found by path: C:\Users\mista\Downloads\World of Warcraft Warlords of Draenor my private server files\Wolrd Of War\core/dbc

    You have a wrong DataDir path in your worldserver.conf

×
×
  • Create New...