[1.12.1] Make Your Own Old-School Server menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 37
  1. #1
    WoWTech's Avatar Sergeant
    Reputation
    18
    Join Date
    Sep 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [1.12.1] Make Your Own Old-School Server

    Easy-To-Setup by Jesper Dietz [WoWTech@MMOwned] - 2008
    - This guide will simply help you making your very own World of Warcraft private server for patch 1.12.1.
    I hope my guide will help you, and I also hope you'll enjoy it :-)

    Contact:
    E-Mail

    Add [email protected] to your msn, if you want live support!

    Download:
    [1.12.1] MaNGOS
    - Uploaded on MegaUpload.com

    Pack Content:
    MaNGOS rev3462 + ScriptDev2
    Silvermoon Database 0.6.2 rev156
    Realm Database
    1.12.1 DBC Files
    Maps + DBC extractor
    MySQL 5.1 Installer
    SQLyog 6.13 Enterprise Installer + KeyGen
    Easy-To-Setup.txt Guide

    Others:
    I would like to make a 1.12.1 server with an experienced person, and with some one who's available to host with a f
    ine internet connection. Contact me for more information.

    Make it public with router by Jesper Dietz [WoWTech@MMOwned] - 2008
    - This guide will simply help you making your MaNGOS server public
    COMING UP SOON

    Coming up guides:
    Make a website with xampp
    Last edited by WoWTech; 05-08-2008 at 01:18 AM.

    [1.12.1] Make Your Own Old-School Server
  2. #2
    RoMyX's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How is this thing working? Any known bugs or other things that could lower the fun?

    RoMyX

  3. #3
    WoWTech's Avatar Sergeant
    Reputation
    18
    Join Date
    Sep 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RoMyX View Post
    How is this thing working? Any known bugs or other things that could lower the fun?

    RoMyX

    I've not found any bugs while I explored the world on a local server. The programs works perfectly, and almost nothing is missing in the database. All instances are up, and all 1.12.1 items are added. But please tell me if you find anything that needs to be worked on.

  4. #4
    RoMyX's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I found another Version on my Harddrive thats for 1.12.X :

    Click

    RoMyX

  5. #5
    Maikash2's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It would be awesome if you and a team or anyone could continue work in the DB or even in the core. And btw, Silvermoon database came out when fanatiks core came out so that was when MaNGOS first supported Burning Crusade, making it a BC database. So, why not use a modern database, and change it to have the same structure as 3462 then run these queries...
    Close Outlands...
    Code:
    DELETE FROM `areatrigger_teleport` WHERE id=4354;
    Remove spawned creatures from Outlands and all new instances...
    Code:
    DELETE FROM `creature` WHERE map>530;
    Remove the loot, entries from creature_template, and from creature_addon from the Outlands and new instances creatures...
    Code:
    DELETE FROM `creature_loot_template` WHERE `entry` NOT IN (SELECT `entry` FROM `creature_template`);
    DELETE FROM `creature_template` WHERE `entry` NOT IN (SELECT `id` FROM `creature`);
    DELETE FROM `creature_addon` WHERE `guid` NOT IN (SELECT `guid` FROM `creature`);

  6. #6
    Zason's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you, I will +REP even before I try, just the fact you did this = love

  7. #7
    WoWTech's Avatar Sergeant
    Reputation
    18
    Join Date
    Sep 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zason View Post
    Thank you, I will +REP even before I try, just the fact you did this = love

    Thank you so much

  8. #8
    LGB's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Your old shchool server

    Hey... um when i click at the download link and megaupload comes up it says: "The file you are trying to access is temporarily unavailable." please help.

  9. #9
    haxadin's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    NVM i found out... it works nicely

    But i found out some bugs.
    #1 My warlocks keep loosing mana. he is always on 10 mana. When i drink water i get to like 5k mana but than it starts to slowly disapear again so im always oom
    #2 When i made my first char (human warior) i had some robe on and all undead racials than, i could attack ally npcs and cant talk to them, but i couldnt attack horde npc's but they could atack me. in my reputation table i had all horde towns/hated. then i deleted my warior and remade it and it was ok.
    Last edited by haxadin; 04-08-2008 at 12:43 PM.

  10. #10
    WoWTech's Avatar Sergeant
    Reputation
    18
    Join Date
    Sep 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by haxadin View Post
    NVM i found out... it works nicely

    But i found out some bugs.
    #1 My warlocks keep loosing mana. he is always on 10 mana. When i drink water i get to like 5k mana but than it starts to slowly disapear again so im always oom
    #2 When i made my first char (human warior) i had some robe on and all undead racials than, i could attack ally npcs and cant talk to them, but i couldnt attack horde npc's but they could atack me. in my reputation table i had all horde towns/hated. then i deleted my warior and remade it and it was ok.
    I've seen that bug when you create a human warrior.. But it worked when I remaked the character.

  11. #11
    Zordin's Avatar Banned
    Reputation
    21
    Join Date
    Jan 2007
    Posts
    163
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweet dude! I've been wanting to make a old-school pre-tbc server for a long time just lost my hoster tho... would be cool if we made a public one and got a team together for mmowned

  12. #12
    Zason's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you explain the Updates in the sql folder and what are the three sql files in ScriptDev2? Please? >;+)

  13. #13
    haxadin's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hehe im still enjoying this repack
    thanks WoWTech for this +Rep

    Anyone knows how i can change my pvp rank to 14? i wanna use pvp items :P

  14. #14
    Zason's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by haxadin View Post
    hehe im still enjoying this repack
    thanks WoWTech for this +Rep

    Anyone knows how i can change my pvp rank to 14? i wanna use pvp items :P
    I don't know that, but what you could do is go into your item_template and scroll over to requiredhonorrank, sort descending and change all of those to 0 making no honor level required to wear it. To get the item you can either do the gm command .additem ##### or change the number 32768 (PVP Reward Item flag) under the Flags coulmn to 0 (most items are at) or 1 (soulbound).

    "Z"

  15. #15
    daser's Avatar Active Member
    Reputation
    21
    Join Date
    May 2007
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    do you have a website in this repack?? i want to create some Mangos website`s anyway +Rep
    +Rep the people who help you..


Page 1 of 3 123 LastLast

Similar Threads

  1. [Easy] How to Make Your Own WoW Forum Avatar!
    By Roflcopterzzz in forum Art & Graphic Design
    Replies: 21
    Last Post: 05-28-2007, 10:09 AM
  2. make your own item
    By the hunter of the hunted in forum Community Chat
    Replies: 5
    Last Post: 03-10-2007, 09:42 PM
  3. PROGRAM: Make your own NOAFK programs
    By Tromball in forum World of Warcraft General
    Replies: 0
    Last Post: 12-25-2006, 05:10 PM
  4. Make your own Bots for Wow/EQ2
    By HunterHero in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 10-19-2006, 10:05 AM
All times are GMT -5. The time now is 10:17 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