Welcome to the RaGEZONE - MMORPG development forums.

How to setup a WoTLK Trinity Server 32 & 64 Bit. All Downloads Included.

This is a discussion on How to setup a WoTLK Trinity Server 32 & 64 Bit. All Downloads Included. within the WoW Mangos Tutorials forums, part of the WoW Mangos category; Well..navicat is not really good for big sql imports...best to use sqlyog... probably missed that table along the way or ...

Page 3 of 24 FirstFirst 123456789101113 ... LastLast
Results 31 to 45 of 346
  1. #31
    Pessimistic Ass@%&!
    Rank
    Subscriber
    Join Date
    Jan 2008
    Location
    Sunstream
    Posts
    1,465
    Liked
    195

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    Click
    Well..navicat is not really good for big sql imports...best to use sqlyog...

    probably missed that table along the way or something...

    “If you don't build your dream someone will hire you to help build theirs.” -Tony Gaskins.

  2. #32
    Registered
    Rank
    Member
    Join Date
    Dec 2008
    Posts
    7
    Liked
    0

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    Dear Monolith,
    could you please show us a process for update from old repack to new repack ?
    That mean we'll replace all new files by old file and restore all new database ?
    Because I use repack 15 , 18 , 20..... now 23 .

    Thanks all for support

  3. #33
    Pessimistic Ass@%&!
    Rank
    Subscriber
    Join Date
    Jan 2008
    Location
    Sunstream
    Posts
    1,465
    Liked
    195

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    Updated the original post with the newest release....





    Best way to update using these repacks is to copy your mangos and realmd executables somewhere safe.

    Overwrite your old executables with the new ones and run it.

    If all works fine then there were only changes in the mangos source code...

    If database errors were thrown at you...then you have to do some fixing....

    The easiest way I have found to do this is to execute the new database under another name...such as update or something...

    Then you can simply dump whatever sql you need to a .sql and execute it on the original mangos using the update command.

    EX: You copy over the new core and it says..."Missing row respawn_time in creatures table."

    In the test database...dump creatures table to a .sql...then use the update command in it...

    Execute it on your original mangos and it should update the tables with the new rows....keeping your existing information intact...

    Just make sure you remove any commands in the .sql dump such as DROP table...ect ect...


    I only use this method because I have ALOT of custom content added into my database....

    If you really have a baseline server...the easiest way is to simply backup the player info and install the new database completely....then update the player info into the new database....

    “If you don't build your dream someone will hire you to help build theirs.” -Tony Gaskins.

  4. #34
    Member
    Rank
    Member
    Join Date
    May 2006
    Location
    bulgaria
    Posts
    92
    Liked
    0

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    my mangosd.exe is giving me this error :
    2009-04-02 15:45:51 ERROR:Check existing of map file './maps/0004331.map': not exist!
    2009-04-02 15:45:51 ERROR:Correct *.map files not found in path './maps' or *.vmap/*vmdir files in './vmaps'. Please place *.map/*.vmap/*.vmdir files in appropriate directories or correct the DataDir value in the mangosd.conf file.


    my vmap files are in C:/appserv/mangos/data/vmaps


    and another thing when i try to connect it only gives me "loging in to game server"

  5. #35
    Pessimistic Ass@%&!
    Rank
    Subscriber
    Join Date
    Jan 2008
    Location
    Sunstream
    Posts
    1,465
    Liked
    195

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    Did you extract your maps?

    Did you let it completely extract?

    First mistake I have seen people make is they do not let the program completely extract the vmaps....

    It will look like it's done...but it's rebuilding the maps.....

    Make sure your mangos.conf is pointing to the correct file that you have your maps in....

    Make sure you use the map extractor included with the server files...

    If you are trying to use your own from a previous version they will not work....things have been altered...

    “If you don't build your dream someone will hire you to help build theirs.” -Tony Gaskins.

  6. #36
    Member
    Rank
    Member
    Join Date
    May 2006
    Location
    bulgaria
    Posts
    92
    Liked
    0

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    tnx for the info i`ll try :P and i think this is why i cant get in the server....


    EDIT:
    OOOKKKK i got everything but now i have problems with the db no creatures when create hero and log the hero dissapears can`t find a good db :S help
    Last edited by bulgarian; 04-04-09 at 11:51 PM.

  7. #37
    Pessimistic Ass@%&!
    Rank
    Subscriber
    Join Date
    Jan 2008
    Location
    Sunstream
    Posts
    1,465
    Liked
    195

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    Which db did you use?

    There are 2 different db's made by 2 different developers included...

    YTDB and PSDB....

    I know for a fact that at least 100+ people have installed this with no such problems...

    Being you had the problem with the previous tables....I am thinking alot of your tables did not create correctly...

    Download sqlyog and re-execute the db. Navicat does not work correctly on database backup these size.

    “If you don't build your dream someone will hire you to help build theirs.” -Tony Gaskins.

  8. #38
    Member
    Rank
    Member
    Join Date
    May 2006
    Location
    bulgaria
    Posts
    92
    Liked
    0

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    tnx i have sqlog and i`ll try P.S.
    I have used Mangos 7606 3.0.9 + Sdev 978

    EDIT:
    NOPE still don`t have NPC ;ITEMS;GAME OBJECTS
    and the mangos queries are only 671 witch is strange :|

  9. #39
    Pessimistic Ass@%&!
    Rank
    Subscriber
    Join Date
    Jan 2008
    Location
    Sunstream
    Posts
    1,465
    Liked
    195

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    I am at wits end then.....

    You can try and say your problem where I got the repack from....the person whom actually compiles the releases and puts it all in one package is on there frequently...

    Go here to make a post explaining your problem...

    “If you don't build your dream someone will hire you to help build theirs.” -Tony Gaskins.

  10. #40
    Registered
    Rank
    Member
    Join Date
    Dec 2008
    Posts
    7
    Liked
    0

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    each repack has some changes they relate each other , so we have to update every patches by order , right ?
    That mean if I want to use repack 24 and my version is 18 , so I must update step by step repack 19, 20, 21,..24 ?

    Thanks & see you soon
    Anyway , have you got any chat contact : yahoo message , ICQ , Skype ....

  11. #41
    Pessimistic Ass@%&!
    Rank
    Subscriber
    Join Date
    Jan 2008
    Location
    Sunstream
    Posts
    1,465
    Liked
    195

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    Actually each download is the complete working server repack. No updates needed....

    Being that was becoming confusing I removed the old downloads and will only keep 2 present....being the new one...and the previous version in case new one contains issues.

    I'm not big on the chat scene...you could always pm me here if you have further questions.

    “If you don't build your dream someone will hire you to help build theirs.” -Tony Gaskins.

  12. #42
    Member
    Rank
    Member
    Join Date
    Sep 2006
    Posts
    80
    Liked
    0

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    Yeah monolith Do you have Any query/script to implent custom npc teleporter?? Thanks alot

  13. #43
    Pessimistic Ass@%&!
    Rank
    Subscriber
    Join Date
    Jan 2008
    Location
    Sunstream
    Posts
    1,465
    Liked
    195

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    I have been working on that myself....for a clean non quest using npc you have to add it to a scriptdev2 core and compile it....for a kind of sloppy quest npc you can simply make quests for each teleport location...and then add them to an npc....I did that on my server.

    “If you don't build your dream someone will hire you to help build theirs.” -Tony Gaskins.

  14. #44
    Member
    Rank
    Member
    Join Date
    Sep 2006
    Posts
    80
    Liked
    0

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    Yeah I wanna use the non quest npc scriptdev2 way... But I still don't understand the proceding way -.- on some website I saw about a script/scriptdev2 folder in the files but there is none in mine. I can handle C+/C++/C# So it won't be a problem Thanks for the info once again

  15. #45
    Pessimistic Ass@%&!
    Rank
    Subscriber
    Join Date
    Jan 2008
    Location
    Sunstream
    Posts
    1,465
    Liked
    195

    Re: [Tutorial] How to setup a WoTLK Mangos Server 32 & 64 Bit. All Downloads Included

    ScriptDev2 is actually a independently C++ coded project, not affiliated with Mangos source.

    They have their own SVN you have to checkout and compile with the source....there are patches to add the clean NPC..I am learning it slowly...haven't had much time lately with my own server and life in general.

    “If you don't build your dream someone will hire you to help build theirs.” -Tony Gaskins.

 

 

Posting Permissions

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