[Guide]How to setup a 3.0.3 server using Ultimate 3.0.3 Repack menu

User Tag List

Page 6 of 14 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 197
  1. #76
    guido110's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    also, i cant Intall Net framework 3.5, ive tryed 8 different sources and aparentally "the page can not be found", again, im lookin for someone who can help me out

    [Guide]How to setup a 3.0.3 server using Ultimate 3.0.3 Repack
  2. #77
    Fenjal776's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okey, so everthing is fine except the login. When i type: admin and pw: admin it says it's not valid. Then I made a new account called: root and pw: ascent, still it said it was not valid. What can be the problem?

  3. #78
    carlsson's Avatar Member
    Reputation
    3
    Join Date
    Nov 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Want Northrend?

    Replace you worldmap_info with this SQL code.

    -- MySQL Administrator dump 1.4
    --
    -- ------------------------------------------------------
    -- Server version 5.0.51b-community-nt


    /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    /*!40101 SET NAMES utf8 */;

    /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
    /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
    /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;


    --
    -- Create schema world
    --

    CREATE DATABASE IF NOT EXISTS world;
    USE world;

    --
    -- Definition of table `worldmap_info`
    --

    DROP TABLE IF EXISTS `worldmap_info`;
    CREATE TABLE `worldmap_info` (
    `entry` int(10) unsigned NOT NULL default '0',
    `screenid` int(10) unsigned default '0',
    `type` int(10) unsigned default '0',
    `maxplayers` int(10) unsigned default '0',
    `minlevel` int(10) unsigned default '1',
    `repopx` float default '0',
    `repopy` float default '0',
    `repopz` float default '0',
    `repopentry` int(10) unsigned default '0',
    `area_name` varchar(100) character set utf8 collate utf8_unicode_ci default '0',
    `flags` int(10) unsigned NOT NULL default '0',
    `cooldown` int(10) unsigned NOT NULL default '0',
    `lvl_mod_a` int(10) unsigned NOT NULL default '0',
    `required_quest` int(10) unsigned NOT NULL default '0',
    `required_item` int(10) unsigned NOT NULL default '0',
    `heroic_keyid_1` int(30) NOT NULL default '0',
    `heroic_keyid_2` int(30) NOT NULL default '0',
    `viewingDistance` float NOT NULL default '80',
    `required_checkpoint` int(30) NOT NULL default '0',
    PRIMARY KEY (`entry`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='World System';

    --
    -- Dumping data for table `worldmap_info`
    --

    /*!40000 ALTER TABLE `worldmap_info` DISABLE KEYS */;
    INSERT INTO `worldmap_info` (`entry`,`screenid`,`type`,`maxplayers`,`minlevel`,`repopx`,`repopy`,`repopz`,`r epopentry`,`area_name`,`flags`,`cooldown`,`lvl_mod_a`,`required_quest`,`required _item`,`heroic_keyid_1`,`heroic_keyid_2`,`viewingDistance`,`required_checkpoint` ) VALUES
    (0,0,0,0,1,0,0,0,0,'Eastern Kingdoms',1,0,0,0,0,0,0,80,0),
    (1,1,0,0,1,0,0,0,1,'Kalimdor',1,0,0,0,0,0,0,80,0),
    (30,30,3,80,51,0,0,0,0,'Alterac Valley',3,0,0,0,0,0,0,80,0),
    (33,204,2,5,14,-229.49,1576.35,78.8909,0,'Shadowfang Keep',3,7200,0,0,0,0,0,80,0),
    (34,34,2,5,15,-8769.86,842.181,89.8765,0,'The Stockades',3,7200,0,0,0,0,0,80,0),
    (35,194,2,5,1,0,0,0,0,'Stormwind Vault - UNUSED',0,0,0,0,0,0,0,80,0),
    (36,36,2,5,13,-11208.4,1673.85,24.6245,0,'The Deadmines',3,7200,0,0,0,0,0,80,0),
    (43,143,2,5,13,-753.596,-2212.78,21.5403,1,'Wailing Caverns',3,7200,0,0,0,0,0,80,0),
    (47,188,2,5,19,-4456.7,-1655.99,86.1095,1,'Razorfen Kraul',3,7200,0,0,0,0,0,80,0),
    (48,196,2,5,19,4252.37,756.974,-23.0632,1,'Blackfathom Deeps',3,7200,0,0,0,0,0,80,0),
    (70,144,2,5,29,-6606.48,-3762.19,266.91,0,'Uldaman',3,7200,0,0,0,0,0,80,0),
    (90,193,2,5,23,-5081.82,719.549,260.554,0,'Gnomeregan',3,7200,0,0,0,0,0,80,0),
    (109,109,2,5,45,-10184.9,-3992.84,-109.194,0,'The Sunken Temple',3,7200,0,0,0,0,0,80,0),
    (129,145,2,5,30,-4666.52,-2536.82,86.9671,1,'Razorfen Downs',3,7200,0,0,0,0,0,80,0),
    (169,169,0,0,1,-2128.12,-1005.89,132.213,169,'EmeraldDream',1,0,0,0,0,0,0,800,0),
    (189,42,2,5,25,2870.97,-759.845,160.333,0,'The Scarlet Monastery',3,7200,0,0,0,0,0,80,0),
    (209,146,2,5,35,-6773.49,-2889.77,15.1063,1,'Zul\'Farrak',3,7200,0,0,0,0,0,80,0),
    (229,189,1,10,55,-7518.19,-1239.13,287.243,0,'Blackrock Spire',3,120000,0,0,0,0,0,80,0),
    (230,103,2,5,48,-7176.63,-937.667,170.206,0,'Blackrock Depths',3,7200,0,0,0,0,0,80,0),
    (249,61,1,40,60,-4768.61,-3752.11,53.4317,1,'Onyxia\'s Lair',3,432000,0,0,16309,0,0,80,0),
    (269,269,4,5,68,-8770.08,-4171.7,-210.158,1,'Opening of the Dark Portal',9,7200,0,0,0,30635,0,80,0),
    (289,102,2,5,53,1282.05,-2548.73,85.3994,0,'Scholomance',3,7200,0,0,0,0,0,80,0),
    (309,161,1,20,51,-11915.8,-1236.43,96.1502,0,'Zul\'Gurub',3,259200,0,0,0,0,0,80,0),
    (329,101,2,5,53,3237.46,-4060.6,112.01,0,'Stratholme',3,7200,0,0,0,0,0,80,0),
    (349,81,2,5,36,-1443.48,1973.36,85.491,1,'Maraudon',3,7200,0,0,0,0,0,80,0),
    (369,369,0,0,1,0,0,0,0,'Deeprun Tram',1,0,0,0,0,0,0,80,0),
    (389,195,2,5,8,1818.4,-4427.26,-10.4478,1,'Ragefire Chasm',3,7200,0,0,0,0,0,80,0),
    (409,192,1,40,58,-7510.31,-1041.63,180.912,0,'Molten Core',3,604800,0,7848,0,0,0,80,0),
    (429,82,2,5,50,-4278.76,1332.49,161.214,1,'Dire Maul',3,7200,0,0,0,0,0,80,0),
    (449,181,0,0,1,-8761.85,848.557,87.8052,0,'Alliance Military Barracks',1,0,0,0,0,0,0,80,0),
    (450,182,0,0,1,1643.36,-4233.6,56.1557,1,'Horde Military Barracks',1,0,0,0,0,0,0,80,0),
    (469,141,1,40,60,-7655.63,-1221.93,287.798,0,'Blackwing Lair',3,604800,0,7761,0,0,0,80,0),
    (489,489,3,20,10,0,0,0,0,'Warsong Gulch',0,0,0,0,0,0,0,120,0),
    (509,184,1,20,60,-8134.79,1525.9,6.1904,1,'Ruins of Ahn\'Qiraj',3,259200,0,0,0,0,0,80,0),
    (529,529,3,30,20,0,0,0,0,'Arathi Basin ',0,0,0,0,0,0,0,120,0),
    (530,530,0,0,58,0,0,0,530,'Outlands',9,0,0,0,0,0,0,80,0),
    (531,531,1,40,60,-8231.33,2010.6,129.861,1,'Temple of Ahn\'Qiraj',3,604800,0,0,0,0,0,80,0),
    (532,532,1,10,70,-11112.9,-2005.89,49.3307,0,'Karazhan',3,604800,0,0,0,0,0,80,0),
    (533,533,1,40,60,3005.87,-3435.01,293.882,533,'Naxxramas',3,604800,0,9122,0,0,0,80,0),
    (534,534,1,25,70,-8178.25,-4184.74,-168.4,1,'The Battle for Mount Hyjal',3,604800,0,0,0,0,0,80,0),
    (540,540,4,5,67,-310.402,3082.47,-3.73108,530,'The Shattered Halls',3,7200,0,0,0,30637,30622,80,0),
    (542,542,4,5,58,-301.116,3161.07,31.7029,530,'The Blood Furnace',3,7200,9,0,0,30637,30622,80,0),
    (543,543,4,5,58,-362.679,3076.29,-15.0364,530,'Hellfire Ramparts',3,7200,10,0,0,30637,30622,80,0),
    (544,544,1,25,70,-313.679,3088.35,-116.502,530,'Magtheridon\'s Lair',3,604800,0,0,0,0,0,80,0),
    (545,545,4,5,62,816.87,6935.02,-80.5606,530,'The Steam Vaults',3,7200,0,0,0,30623,0,80,0),
    (546,546,4,5,60,777.089,6763.45,-72.0662,530,'The Underbog',3,7200,7,0,0,30623,0,80,0),
    (547,547,4,5,60,719.508,6999.34,-73.0743,530,'The Slave Pens',3,7200,8,0,0,30623,0,80,0),
    (548,548,1,25,70,783.103,6866.53,-65.9414,530,'Serpentshrine Cavern',3,604800,0,0,0,0,0,80,0),
    (550,550,1,25,70,3087.31,1373.79,184.643,530,'Tempest Keep',3,604800,0,0,0,0,0,80,0),
    (552,552,4,5,68,3312.09,1331.89,505.559,530,'The Arcatraz',3,7200,0,0,0,30634,0,80,0),
    (553,553,4,5,68,3365.84,1519.15,179.541,530,'The Botanica',3,7200,0,0,0,30634,0,80,0),
    (554,554,4,5,68,2863.4,1546.33,252.159,530,'The Mechanar',3,7200,0,0,0,30634,0,80,0),
    (555,555,4,5,65,-3637.51,4940.85,-101.047,530,'Shadow Labyrinth',3,7200,0,0,0,30633,0,80,0),
    (556,556,4,5,64,-3361.9,4666.01,-101.048,530,'Sethekk Halls',3,7200,3,0,0,30633,0,80,0),
    (557,557,4,5,62,-3083.3,4942.84,-101.048,530,'Mana-Tombs',3,7200,6,0,0,30633,0,80,0),
    (558,558,4,5,60,-3361.87,5220.98,-101.048,530,'Auchenai Crypts',3,7200,5,0,0,30633,0,80,0),
    (560,560,4,5,62,-8343.69,-4057.43,207.924,1,'Escape from Durnholde',3,7200,0,0,0,30635,0,80,0),
    (562,562,3,10,10,0,0,0,0,'Blade\'s Edge Arena',0,0,0,0,0,0,0,120,0),
    (564,564,1,25,70,-3653.51,317.493,36.1671,530,'Black Temple',3,604800,0,0,0,0,0,80,0),
    (565,565,1,25,70,3549.8,5085.97,2.46332,530,'Gruul\'s Lair',3,604800,0,0,0,0,0,80,0),
    (568,568,1,10,70,119.152,1761.11,42.8081,568,'Zul\'Aman',3,259200,0,0,0,0,0,80,0 ),
    (13,13,0,0,1,0,0,0,0,'Testing',1,0,0,0,0,0,0,80,0),
    (25,25,0,0,1,0,0,0,0,'Scott Test',1,0,0,0,0,0,0,80,0),
    (29,29,0,0,1,0,0,0,0,'CashTest',1,0,0,0,0,0,0,80,0),
    (37,37,0,0,1,0,0,0,0,'Azshara Crater',1,0,0,0,0,0,0,80,0),
    (42,42,0,0,1,0,0,0,0,'Collins Test',1,0,0,0,0,0,0,80,0),
    (44,44,0,0,1,0,0,0,0,'<unused> Monastery',1,0,0,0,0,0,0,80,0),
    (451,451,0,0,1,0,0,0,0,'Development Land',1,0,0,0,0,0,0,80,0),
    (566,566,3,30,61,0,0,0,0,'Eye of the Storm',0,0,0,0,0,0,0,120,0),
    (580,580,2,25,70,0,0,0,0,'Sunwell Plateau',3,0,0,0,0,0,0,80,0),
    (585,585,2,5,70,12885,-7335.97,65.48,530,'Magisters\' Terrace',3,0,0,0,0,0,0,80,0),
    (572,572,3,10,10,0,0,0,0,'Arena 2',0,0,0,0,0,0,0,120,0),
    (559,559,3,10,10,0,0,0,0,'Arena 3',0,0,0,0,0,0,0,120,0),
    (571,216,0,0,1,0,0,0,571,'Northrend',1,0,0,0,0,0,0,120,0);
    /*!40000 ALTER TABLE `worldmap_info` ENABLE KEYS */;




    /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
    /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
    /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
    /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
    /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
    /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
    /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;

  4. #79
    carlsson's Avatar Member
    Reputation
    3
    Join Date
    Nov 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To get to nortrend after replacing the worldmap_info you type

    .worldport 571 1000 1000 100

    Then you will be somewhere in the ocean but just speed hack in to land.

  5. #80
    thunder2121's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    'Unknown database arcemu_logon'

    'Unknown database arcemu_world'


    Please help!

  6. #81
    thunder2121's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    'Unknown database arcemu_logon'

    'Unknown database arcemu_world'


    Please help!


    *****Edit, New problem

    Is there anyway to bypass using the allow ips? cuz im trying to get mmy friends on but by using allow ip, only i can go on!*****
    Last edited by thunder2121; 11-23-2008 at 01:42 AM.

  7. #82
    drpanda's Avatar Member
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thankyou was very useful

  8. #83
    Fenjal776's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Omg help me ffs, stop ignoring. What shall I do when it says my account info is not valid?! I've made 100000000 accounts and it says: not valid when I log in to my server. Come on, help me and stop postin other shit things.

  9. #84
    Moaradin's Avatar Contributor
    Reputation
    163
    Join Date
    Feb 2008
    Posts
    439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually follow the guide and it should work fine. If you dont know what these programs are then I dont know know what to say, but than find a guide thats more basic on how to run a server.

    +rep people who help you

  10. #85
    thunder2121's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fenjal776 View Post
    Omg help me ffs, stop ignoring. What shall I do when it says my account info is not valid?! I've made 100000000 accounts and it says: not valid when I log in to my server. Come on, help me and stop postin other shit things.
    same here, many people are getting this problem, please help!

  11. #86
    guitardude2434's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    every time i try to set up mysql i get an error saying "access denied 'root'@'localhost' (using password yes). how do i fix it?

  12. #87
    graverm's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i can't create a new database

  13. #88
    Gorehowlhax's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is any part of WOTLC sopposed to work?? i cnat make deathnights or go to northrend

  14. #89
    lawl123's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice guide mate :P +rep for that

  15. #90
    Gorehowlhax's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice guide but crappy repack, instances dont work, DKs dont work, cant go to northrend, and level cap is at 70, class trainers are bugged, npcs dont have wepons or have cubes as wepons, pets dont work etc....

Page 6 of 14 FirstFirst ... 2345678910 ... LastLast

Similar Threads

  1. [Guide]How To Setup a Private Server - Ascent Rev 38XX Branch (Stable)
    By frostblaze in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 03-20-2008, 12:47 PM
  2. [Guide]How to setup up your mysql [picutre]
    By Chrispee in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 11-14-2007, 01:49 AM
  3. [GUIDE] How to setup MGT-Web ADVANCED repack!
    By Eepi in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 11-03-2007, 03:50 AM
All times are GMT -5. The time now is 06:28 PM. 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