Enjayce's Ultimate 3.1.3 Trinity Repack menu

Shout-Out

User Tag List

Page 19 of 42 FirstFirst ... 151617181920212223 ... LastLast
Results 271 to 285 of 618
  1. #271
    elgarta's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spartEn5135 View Post
    Hello, new here! I've created a WoW private server before so I know how to setup hearthstone perfectly, is this similar? thanks! (btw never used arcEMU so this is first time)
    This is Trinity Core, a little bit different from HS/Arcemu as it is based off Mangos.

    Enjayce's Ultimate 3.1.3 Trinity Repack
  2. #272
    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)
    Looks good.
    Death to all but Metal.

  3. #273
    tiesmik's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    need help with the database :S

    I don't really often have to create a database. so i need some assistance with my issue here.
    SO this is what happenned when i tried to execute the query for the 'world' database


    So basically that is my problem, please answer fast

  4. #274
    Laniax's Avatar Active Member
    Reputation
    47
    Join Date
    Feb 2008
    Posts
    187
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tiesmik View Post
    I don't really often have to create a database. so i need some assistance with my issue here.
    SO this is what happenned when i tried to execute the query for the 'world' database

    So basically that is my problem, please answer fast

    Your connecting to a different private server, please delete any other private server you have installed. and remake a connection in navicat.

    (you can see u got a characters, world and realmd database: if you used this repack you would have trinncharacters, trinnrealm and ytdb, as soon as you get that.. execute the 2 sql's that are manually downloaded and execute them into the trinncharacters db)

  5. #275
    Appled's Avatar Contributor
    Reputation
    105
    Join Date
    Apr 2007
    Posts
    568
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've tested this out, looks good, started without no errors.
    +Rep 2 from here

  6. #276
    henkzen's Avatar Member
    Reputation
    3
    Join Date
    Oct 2006
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i fix it so my friends can connect now? do i need to change the 127.0.0.1 to my DynDNS ip adress or what do i do ?

    When i try to go to vitality.mine.nu

    it says " Error - Can\'t open the database ! (\'udbtrin\') "

    I cant find anything about any databse named udbtrin. Never heard of it before.. :/
    Last edited by henkzen; 07-08-2009 at 08:41 AM.

  7. #277
    tiesmik's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Laniax View Post

    Your connecting to a different private server, please delete any other private server you have installed. and remake a connection in navicat.

    (you can see u got a characters, world and realmd database: if you used this repack you would have trinncharacters, trinnrealm and ytdb, as soon as you get that.. execute the 2 sql's that are manually downloaded and execute them into the trinncharacters db)
    Im not stupid enough to connect to somewhere else. its hard to connect to anywhere exept my computer if i connect 'locahost'
    and i got this fixed for now, thanks anywas.
    btw i can name the databases as i wish :P

  8. #278
    Kalaucado's Avatar Member
    Reputation
    2
    Join Date
    Oct 2008
    Posts
    14
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi is there any tutorial out there that can help me with letting my friends create an account on a website for my server using hamachi?

  9. #279
    Laniax's Avatar Active Member
    Reputation
    47
    Join Date
    Feb 2008
    Posts
    187
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by henkzen View Post
    how do i fix it so my friends can connect now? do i need to change the 127.0.0.1 to my DynDNS ip adress or what do i do ?

    When i try to go to vitality.mine.nu

    it says " Error - Can\'t open the database ! (\'udbtrin\') "

    I cant find anything about any databse named udbtrin. Never heard of it before.. :/


    navigate to your config file (AC Web Ultimate Repack\Server\htdocs\scripts\config.php)

    Open it with any text editor,

    search for this part:
    Code:
    $world_db = Array(
    	1 => array(		//position in array must represent realmd ID
    			'id' => 1,					//Realm ID
    			'addr' => "127.0.0.1:3306",	//SQL server IP:port this DB located on
    			'user' => "root",			//SQL server login this DB located on
    			'pass' => "ascent",			//SQL server pass this DB located on
    			'name' => "udbtrin",			//World Database name
    			'encoding' => "utf8" 		//SQL connection encoding
    			),
    );

    change the "udbtrin" into "ytdb"

    save and your done!

  10. #280
    henkzen's Avatar Member
    Reputation
    3
    Join Date
    Oct 2006
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Laniax View Post


    navigate to your config file (AC Web Ultimate Repack\Server\htdocs\scripts\config.php)

    Open it with any text editor,

    search for this part:
    Code:
    $world_db = Array(
        1 => array(        //position in array must represent realmd ID
                'id' => 1,                    //Realm ID
                'addr' => "127.0.0.1:3306",    //SQL server IP:port this DB located on
                'user' => "root",            //SQL server login this DB located on
                'pass' => "ascent",            //SQL server pass this DB located on
                'name' => "udbtrin",            //World Database name
                'encoding' => "utf8"         //SQL connection encoding
                ),
    );
    change the "udbtrin" into "ytdb"

    save and your done!
    Thank you very much

  11. #281
    axebaine's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i keep getting this error when i try to sign in on the 127.0.0.1 server.
    Error - Can\'t open the database ! (\'udbtrin\') plz answer back dont know what to do

  12. #282
    henkzen's Avatar Member
    Reputation
    3
    Join Date
    Oct 2006
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok now i got another problem. When my friends try to connect. they get a message that says Login server down. even if its not. please

    When i changed my IP from 127.0.0.1 to my DynDNS ip adress. core and realm wont even start. same goes when i try with internal and external ip.
    Last edited by henkzen; 07-08-2009 at 02:49 PM.

  13. #283
    robotbear's Avatar Member
    Reputation
    15
    Join Date
    Feb 2009
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do DKs work on this ?

  14. #284
    Laniax's Avatar Active Member
    Reputation
    47
    Join Date
    Feb 2008
    Posts
    187
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by henkzen View Post
    ok now i got another problem. When my friends try to connect. they get a message that says Login server down. even if its not. please
    make sure you made it correctly public and that all your ports are forwarded.

  15. #285
    robotbear's Avatar Member
    Reputation
    15
    Join Date
    Feb 2009
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Deathknights.. do they work ? I used your 3.1.3 v1 repack of this enjayce, and DKS didnt work = (

Page 19 of 42 FirstFirst ... 151617181920212223 ... LastLast

Similar Threads

  1. [Release]sve3N's Trinity Repack
    By sve3nn in forum WoW EMU General Releases
    Replies: 12
    Last Post: 08-11-2009, 09:33 AM
  2. Question i cant find a mangos/trinity repack
    By eragol in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 08-02-2009, 02:36 AM
  3. [Project Retribution Release] Ultimate 3.0.8 PvP Repack
    By Ground Zero in forum WoW EMU General Releases
    Replies: 109
    Last Post: 04-25-2009, 12:06 AM
  4. Venice Ultimate 2.3.0.2 REPACK!
    By Balexgt in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 11-21-2007, 10:53 AM
All times are GMT -5. The time now is 12:48 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search