-=/PryDevServer-4TC:\=- Trinity Core! menu

User Tag List

Page 1 of 164 1234551101 ... LastLast
Results 1 to 15 of 2446
  1. #1
    pryd's Avatar Member
    Reputation
    182
    Join Date
    Dec 2008
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    -=/PryDevServer-4TC:\=- Trinity Core!

    -=/ PryDevServer| Development For The Community | 2011 \=-

    INTRODUCTION



    This guide was inspired by trinity and specialized for the PryDevServer community by Pryd.
    If after following this guide you still need help, feel free to ask questions on our forums.
    Stage 1: Preparing your Operating System: Installing the Required Software to run PryDevCore

    [spoiler]Step 0: Update Your Computer
    You need to download & install the following items unless you already have them:




    Step 1: Choose a compiler




    Step 2: Installing Software on your computer for Database Server Capability.

    1. When Installing MySQL Community Server 5.5.x
    2. Use typical settings
    3. Don't use Strict Mode
    4. Don't open the remote port unless you plan on using remote.
    5. Make sure to create MySQL as a service and that the instance configuration is a success!
    6. If you have issues here, update your cpu as much as possible, restart then try again.

    [/spoiler]

    Stage 2: Downloading PryDev Sources & Importing SQLs
    [spoiler]
    Step 1: Pulling the Source
    1. a] Download and Install Tortoise SVN
      Tortoise SVN for windows, utilizes a GUI to help you download our sources.
    2. b] Create a directory in which Core files will be pulled (for example: C:\Sources\PryDevCore_source.
      Right-click on the new folder and click on SVN Checkout.
    3. c] Fill in the data as follows: Use the picture below as a reference.
      URL of Repository: https://prydevserver.svn.sourceforge...t/prydevserver
      Checkout Directory: C:\Sources\PryDevCore_source
      Click Ok and Let the program download all files. It might take a few minutes depending upon your internet speed.




    Step 2: To Install PryDevCore databases you will need SQLYog.
    • Download SQLYog a database management tool:
      SQLYog Community Edition

      For optimal compression ratios, PryDev utilizes SQLYog. You must install our databases with this tool.


    1. Installing the PryDev databases:
      You can Find the Full worlds located in: C:\Sources\PryDevCore_source\sql\PryDevCore\Full_World
      Open SqlYog and connect to your mysql community server databases using the username and password from step 3.
    2. Create 3 databases: Auth_database, Character_database, World_database
    3. Import blizz or custom fun sqls into the world database
    4. Import the Character sql into the character_database
    5. Import the auth_login sql into the auth_database.

      You can find all necessary files located in the sql folder in our PryDev repository.


    Other beneficial administrative database tools:
    • MySQL GUI Tools Great for backups
    • HeidiSQL Perfect for filtering, migration, quick SQL queries, hand entries
    • NAVICAT Easy dumps, Import with error correction, Copy / Paste features

    [/spoiler]

    Stage 3: Getting Ready to compile your PryDevCore:
    [spoiler]
    Step 1 Configuring and Generating Visual C++ solutions with CMake

    CMake: Download and install the win32-x86.exe file

    After the installation open Cmake and Before you begin, create an empty directory called PryDevCore_Build. In this example, we will use C:\Sources\PryDevCoreBuild.
    1. Open the CMake GUI (default install directory is C:\Program Files (x86)\CMake 2.8\bin).
      The two top text areas are used to tell where CMake should look for the source tree, and also where to put the build files.
    2. Click Browse Source... -> Select the source directory (C:\Sources\PryDevCore_source)
    3. Click Browse Build... -> Select the build directory (C:\Sources\PryDevCore_Build)
    4. Click Configure


    Watch the video on how to configure Cmake. Dont forget to check the checkbox for tools! ( extractor tools )
    [media]http://www.youtube.com/watch?v=oGPa_4tTcL4[/media]

    Make sure Use default native compilers is checked and Visual Studio 2008 is selected.
    Check "Tools". This will compile the map extractors needed later in the setup.
    Click Generate. This will install the selected build files into your C:\Sources\PryDevCore_Build folder.

    Step 2: Compiling the PryDev Source


    Browse into your C:\Sources\PryDevCore_Build folder and open PryDevCore.sln with Visual Studio C++.

    On the menu at the top, click Build and select Configuration Manager.
    • Set Active Solution Configuration to Release
    • Set Active Solution Platform to Win32 (if you set 64-bit compilation during the CMake configuration, select Win64)


    Click Build -> Build Solution.

    Compilation length differs from machine to machine, you should expect it to take 5-30 minutes.

    ========== Build: 17 succeeded, 0 failed, 2 up-to-date, 0 skipped ==========
    You will find your freshly compiled binaries in the C:\Sources\PryDevCore_Build\bin\release folder.
    These are all used to run your server at the end of this instruction.

    You will need the following files in order for the core to function properly. These are located in your C:\Sources\PryDevCore_Build\bin\release folder:
    ACE.dll
    libeay32.dll
    libmySQL.dll
    ssleay32.dll
    worldserver.conf.dist
    worldserver.exe
    authserver.conf.dist
    authserver.exe
    libeay32.dll, libmySQL.dll, and ssleay32.dll will need to be manually added to this folder, and you need to copy them over from the following installation/bin directories:
    libmySQL.dll: C:\Program Files\MySQL\MySQL Server 5.x\lib
    libeay32.dll and ssleay32.dll: C:\OpenSSL-Win32\bin

    [/spoiler]
    Stage 4: Configuring your PryDevCore for first time Use
    [spoiler]
    Now that you have all the necessary files, you will need to setup your core, configs, and database values.

    ----- Step One -----
    Create a Folder called PDSCore in your C:\ Directory.
    [C:\PDSCore]
    Within that folder, create another folder called data.
    [C:\PDSCore\data]


    ----- Step Two -----
    Copy everything inside your C:Sources\PyrDevcore_Build\Bin\Release\Core Folder to "C:\PDSCore"

    ----- Step Three -----
    Navigate to[C:Sources\PyrDevcore_Build\Bin\Release] and copy mapextractor.exe into your Main WoW Folder.[C:\Program Files (x86)\World of Warcraft]
    Run the extractor. Once it is finished, you will have two new folders: DBC and MAPS.
    Copy these two folders into [C:\PDSCore\data]


    ----- Step Four -----
    Next, copy the following three files from the map extractor folder to your Main WoW directory [C:\Program Files (x86)\World of Warcraft\]:

    Code:
    makevmaps_SIMPLE.bat
    vmap3assembler.exe
    vmap3extractor.exe
    Run makevmaps_SIMPLE.bat, making sure to let it run its course; the .bat file needs to both extract and assemble the maps, which can take a while.
    Once it's done, move your newly created VMAPS folder into C:\PDSCore\data

    ----- Step Five -----
    Now all that you must do is edit your config files within C:\PDSCore


    Find the following line, change the green text to your MySQL username, and change the red text to your MySQL password:

    Code:
    Code:
    LoginDatabaseInfo = "127.0.0.1;3306;username;password;auth"
    Next, open up the worldserver.conf file, and do the same thing.

    Code:
    Code:
    DataDir = "C:\PDSCore\data"
    
    LoginDatabaseInfo     = "127.0.0.1;3306;username;password;auth"
    WorldDatabaseInfo     = "127.0.0.1;3306;username;password;prydevcore"  <-- world database name 
    CharacterDatabaseInfo = "127.0.0.1;3306;username;password;characters"
    ----- Step Seven -----

    Realmlist Table
    You need to make sure that authserver.exe directs incoming connections to your realm.
    Run your chosen database management tool (ex. SQLYog or HeidiSQL)
    Open the auth database and find the realmlist table. You need to edit the address field according to your needs:
    127.0.0.1 -- Also known as "localhost". Leave this setting alone here and in your configs if you've installed TrinityCore on the same computer you run WoW on, and only you are connecting to it.
    LAN IP (192.168.x.x)-- If you are installing TrinityCore on a different computer from where you run WoW, but all the computers involved are on the same network (router) use that computer's Local Area Network IP.
    External IP -- If you want other people to connect to your server, use your external IP. Visit http://www.whatismyip.com/ to find your external IP address.

    Warning: The PryDevCore Team and Owners DO NOT in any case sponsor nor support illegal public servers.

    Change the Name to whatever you want your server to be named. If you plan on playing with people other than yourself, change the address to your hostname.

    To make your server public (and to set up a hostname), I strongly recommend using the excellent guide my Seeker Sami, found here:

    How to make your server public! (Making your MANGOS/Trinity Server Public (EASY GUIDE)) (Making your MANGOS/Trinity Server Public (EASY GUIDE))
    Warning: Seeker Sami recommends using port 8050 when port forwarding. We use port 8085! Be sure to replace all instances of port 8050 found in his guide with port 8085.

    Finally, be sure to edit your realmlist.wtf file found in [C:\Program Files (x86)\World of Warcraft\Data\enUS].

    Delete everything after the first line (patch list and all that nonsense), and do the following:

    If you're playing by yourself, set the realmlist to 127.0.0.1
    OR
    If you plan to play with other people, set your realmlist to (and tell them to set theirs to) your hostname (myserver.dyndns.org, for example).

    ----- Step Eight -----
    Run authserver.exe, followed by worldserver.exe.

    Once the worldserver executable has finished loading everything, type the following command to create your account:

    account create youraccountname youraccountpassword
    Next, type the following command to make yourself a GM, where realmid is typically 1:

    account set gmlevel youraccountname 4 realmid
    You may now login. I would recommend downloading the TrinityAdmin in-game addon from my sourceforge, which can be found at the beginning of this post.[/scroll]

    [/spoiler]

    =======Thanks & Credits=======
    [spoiler]

    Please make sure to Thank or Donate to the Respective Dev Teams for all their continued hard work because without them my repacks would not be possible.

    Thank You Dev Teams for All your hard work!!

    First and Foremost:

    Originally Posted by lorac
    Let me take the time to thank the people who have assisted us in enhancing the core functionality
    Thanks are in NO order just random off my head lol
    Originally Posted by lorac

    1st Trinity core and Trinity Database For providing our base source code
    2nd SPGM Considering we are using numerous patches from him
    Iotech for providing the link above for disabling the fatigue
    Kingpen for trinitycore
    Vlad for all the mangos source shared between communities
    Brian for TDB
    Pryd For believing in a project and creating one of the best repacks i have ever seen
    Pryd for the x64 compiles since I unfortunately can not compile x64
    And All of you guys out there who keep posting about problems so we know they exist
    MrHoohaFor supplying a patch to fix compile on TC

    Thank you all
    If I missed anyone Please let me know
    <===Since this project started===>

    Again thank you all for everything you do no matter how big or small

    Mangos, TDB, CTDB, Trinity, YTDB, ACID / ScriptDev2, MiniManager, UltraCore Team + other dev teams.

    Special thanks to batuyanga for sharing those resource links
    Axxa for releasing new launcher sources / maze creator (supports Trin)
    Warren & Shadowdark for making lvl 60-80 Vendors
    Mitch for sharing his WOTLK 330 Items! Woot Thanks bro
    Mikec from trinitycore.org for the TrinGuard App!
    Peldor from trinitycore.org for updating the bots patch!
    Mac for helping with c++ enhancements!
    SPGM for publicly releasing updated npc prof, item npc summoner patches
    Lorac for Customized Core Development expertise.
    Iotech for Administrator / Developer Tool mastery.
    Spitfire for Linux Compiles / Sources
    Olby for the Ultra Core concept .txt-plate!
    Zerogx for finding and posting the Celestial and Blazing new mount display IDs ( check the repo under Pryds customs )
    13ack.Stab for the updated guide for this repack ! Thanks for your hard work!
    Shuda here on PryDev forums for the Ulduar scripts! TY

    PDS Forum Users who contribute their time and energy to this project:
    Rigamrts, Borgotech, Lorac, Iotech, Kain, Spiderbane, Venom_only ( Sql fixes, bug reports, item updates and more!!)

    If I by chance I happen to miss anyone, just send me a PM and you'll be added. TY.
    If you like these appz and find them useful, go to the developers and give
    them praise, help their project, so we can continue to have these luxuries.[/spoiler]

    UltraCore
    Last edited by pryd; 01-07-2012 at 07:28 AM.

    -=/PryDevServer-4TC:\=- Trinity Core!
  2. #2
    fresh's Avatar Member
    Reputation
    23
    Join Date
    Oct 2007
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    13 Thread(s)
    sounds good i'll have to try out out sometime.+rep

  3. #3
    kurt94's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cannot execute the 32-bit core.
    I use WinXP SP3 with AMD Phenom processor.

    nice release.

    --- EDIT --
    rename

    TrinityCore.conf.dist to TrinityCore.conf
    TrinityRealm.conf.dist to TrinityRealm.conf

    with that, server runs.
    Last edited by kurt94; 08-08-2009 at 05:35 PM.

  4. #4
    nik321's Avatar Member
    Reputation
    6
    Join Date
    Nov 2007
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks Awsome!!!!!! i Will write back if works and +Rep

    Shame wow is on 3.2.0 =/

  5. #5
    ignorant's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyway to fix the death knight talent points?? showing i have 3 talent points at 59 +rep
    Last edited by ignorant; 08-08-2009 at 06:42 PM.

  6. #6
    alj03's Avatar Contributor
    Reputation
    91
    Join Date
    Feb 2008
    Posts
    1,103
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Put some colour into it. :P
    Death to all but Metal.

  7. #7
    ignorant's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok I see, dk's must do quests to get talent points.

    Pryd. Where are the custom vendors? Is there an ID list?
    Last edited by P1raten; 04-10-2010 at 09:55 AM. Reason: No double posting allowed.

  8. #8
    nik321's Avatar Member
    Reputation
    6
    Join Date
    Nov 2007
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aggghhh help




    Nvm i fixed it, you must edit it in notepad and save it as TrinityCore.conf

  9. #9
    Kentrino's Avatar Member
    Reputation
    1
    Join Date
    Nov 2006
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If your running the 64-bit version, make sure to modify the trinitycore.. you have to replace "world" with trinity..
    also dont put maps, vmaps and dbc in data, just have it in the same folder as the core and realm

  10. #10
    ignorant's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I play on making an instant 80 server. Would it be possible to just make 1 deathknight quest that rewards 71 talent points?

  11. #11
    alj03's Avatar Contributor
    Reputation
    91
    Join Date
    Feb 2008
    Posts
    1,103
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nik321 did you save it to your C drive?
    Death to all but Metal.

  12. #12
    pryd's Avatar Member
    Reputation
    182
    Join Date
    Dec 2008
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    In response to these Forums

    Originally Posted by kurt94 View Post
    cannot execute the 32-bit core.
    I use WinXP SP3 with AMD Phenom processor.

    nice release.

    --- EDIT --
    rename

    TrinityCore.conf.dist to TrinityCore.conf
    TrinityRealm.conf.dist to TrinityRealm.conf

    with that, server runs.

    I play on making an instant 80 server. Would it be possible to just make 1 deathknight quest that rewards 71 talent points?
    Make sure to have your computer fully updated, MYSQL Community Server installed, 3.5 .net framework at the very minimum.

    Updated guide to relfect the changing of trinity.conf.dist files to trinity.conf

    You can customize this server as you see fit, just look under the Quest_Template and find the quest u want, change it accordingly.

    In the future refrain from asking database related questions on this post.
    Go to the source, or my personal forums and ask questions there.

    I would prefer we save the posts for relavant infomation pertaining to running my repack successfully. Thanks.




    Originally Posted by nik321 View Post
    Looks Awsome!!!!!! i Will write back if works and +Rep

    Shame wow is on 3.2.0 =/

    Indeed, in good time we'll have 3.2.. And thanks kindly for the comments.


    Originally Posted by alj03 View Post
    Put some colour into it. :P

    Posted as a rough draft to make sure it was approved, couldn't be wasting my time w/ color if it were deleted

    But advice is always welcome. Color added.




    Originally Posted by ignorant View Post
    Pryd. Where are the custom vendors? Is there an ID list?
    Search in creature_template, sort by entry number, last first. You can't miss all my vendors...
    You can also search my database ( custom ) for "PRYD" and you'll find most of the vendors.


    For example, on my custom server to find some of my custom mounts, try out these mounts / spells:

    Riding Nether Drake, Vengeful Nether Drake, Dark or Cobalt Riding Talbuk, Swift Purple Gryph, Swift Red Gryph, to name a few.

    Will try to add the custom mount info / items / amor / npc lists so all know where to look.



    Last Minute Update!

    Borgotech from PryDevServer Forums has created a Mangos to Trin2 Characters Converter!
    Repack and Guide updated to reflect changes.
    Last edited by pryd; 08-09-2009 at 01:00 AM.

  13. #13
    ignorant's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks and great repack! Think I may have found one of the dk quests to be broken.
    "Into the Realm of Shadows" Can't take a horse and it doesn't seem to have a turn in. This is for mount + trinket..
    If anyone would like to confirm this because I would rather not delete the quest.

    Some info: Quest In Service Of the Lich King, Located at dk starting area.
    You may want to respawn Instructor Razuvious with him not moveing, he bugs and becomes unclickable.
    Last edited by ignorant; 08-09-2009 at 05:06 AM.

  14. #14
    pryd's Avatar Member
    Reputation
    182
    Join Date
    Dec 2008
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ignorant View Post
    Thanks and great repack! Think I may have found one of the dk quests to be broken.
    "Into the Realm of Shadows" Can't take a horse and it doesn't seem to have a turn in. This is for mount + trinket..
    If anyone would like to confirm this because I would rather not delete the quest.

    Some info: Quest In Service Of the Lich King, Located at dk starting area.
    You may want to respawn Instructor Razuvious with him not moveing, he bugs and becomes unclickable.
    Will look into the bugging of npcs when they walk.

    Otherwise I ripped my post from my forums...


    Side Note- PDS Rev3b -

    I noticed the Death Knight Quest - Into the realm of Shadow -
    "http://www.wowhead.com/?quest=12687" was supposed to be set to 0 instead of 2.

    Because the quest doesn't work w/out GM intervention.
    I believe it still needs scripting, sigh.

    Anyhow to remedy the situation:

    Open up Hedidi SQL or your favorite SQL app

    PryDevServer Forums

    : )
    Btw, I don't make this database, I just use it, if you have questions about it ask it at the forums of the creator please, otherwise you can use my temporary fix.
    Last edited by pryd; 08-09-2009 at 05:41 AM.

  15. #15
    nik321's Avatar Member
    Reputation
    6
    Join Date
    Nov 2007
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey! quick question, when im gm i cannot loot anything :S

    And heres your cookie +rep

Page 1 of 164 1234551101 ... LastLast

Similar Threads

  1. [Trinity Core] Crashing
    By Synyster in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 08-02-2009, 04:42 PM
  2. Illidan fight bugged in Trinity Core
    By sirjason in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 07-14-2009, 11:07 AM
  3. Trinity Core Vendors [3.1.3]
    By ArcticdeathSR in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 07-07-2009, 04:18 PM
  4. Malls/Vendors for Trinity Core
    By MEC in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 07-05-2009, 01:28 PM
  5. Trinity Core Help
    By Illegalpie in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 06-26-2009, 09:01 AM
All times are GMT -5. The time now is 01:05 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search