Entree Rep: 0 Joined: 16 Dec 2006 Posts: 1 OFFLINE | So, da anscheinend ne menge Leute Emulatoren und so weiter suchen, hier mal ein paar Links (zum teil mit Anleitung, die meisten funktionieren eh gleich)
World of Warcraft auf die Standard version zurücksetzen (bei update fehlern, oder ähnlichem)
1) Lösche die patch.mpq Datei im data Ordner
2) http://rapidshare.de/files/6800609/WoW.exe.html laden und mit der WoW.exe aus dem WoW Ordner austauschen.
— -> Jetzt hast du wieder das Original World of Warcraft und kannst jeden patch installieren.
— -> Zum Beispiel 1.2.4
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
http://rotebirne.ro.ohost.de/phpBB2/
Emu für Burning Crusade (glaub ich)
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
http://www.help4wowemu.de.vu/
Der Emu ist auf Deutsch
Er benötigt die Clientversion 1.11
und hat Naxx items
unt TIERSET III
Eine Anleitung ist auch auf http://www.help4wowemu.de.vu/
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
Anderer World of WarCraft Emulator
http://www.thegamersnet.de/wbb2/thread.php?threadid=487
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
http://rapidshare.com/files/5818784/Kobold2_incl_ger_DB_ver2_1.rar
Das ist nen link zur neuesten Ludmilla Version incl Deutscher DB ....
Spielbar mit 1.12.2 OHNE HACKPATCH ......
Ihr braucht nur MYSQL5 und NAVICAT ... beides per Google schnell zu finden .
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
http://rapidshare.de/files/35891155/AAK_Repack_V1.01.rar
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
http://rapidshare.de/users/7QIAWE
PW: blade
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
http://rapidshare.de/files/36784363/ludmilla.rar
Hier ist mal ein Tutorial für die Ludmilla install ....
Installation Guide: (version 0.1)
1. Run the Kobold setup program (nothing more to it)
2. Tell the install where you want to install the game server e.g. C:\Kobold
3. Once setup has finished you need to perform serveral tasks:
Make sure you are using client 1.12.1 (the latest version of wow) - I am not 100% sure if this is a requirement however the client worked fine for me
Perform the post install tasks:
Go to the Kobold root folder and into the folder labeled Tools
Copy the file MapExtractor.exe into your wow client folder
Go to your client folder and create a new folder in there called maps
double-click MapExtractor.exe and wait for it to finish extracting the maps
When finished, move the mps folder into your Kobold server’s root (where the readme.txt file is)
Go into the Tools folder again and double-click the file named DBCextractor.exe - when prompted extract the contents into the \KoboldServerLite\WS\ folder in the Kobold server directory
go to the above folder and edit the file ExtractDBC.bat
Modify the line set WoWdir=r\Data\ to point to your client’s data foler e.g. [b]C:\Program Files\World of Warcraft\Data
Save the file and then double-click to run it, make sure there are no errors
4. Now you need to setup the database, I will use Navicat as my example as thats what most people on this board seem to use.
Start Navicat and then create a new database (if you don’t know how to do this, go to Google and search for Navicat creating a new database
Make sure the database format is utf-8 and call the database kobold
Now before you import the sql file you need to fix it as it has a bug (probably more but not found them yet):
Open up the file wow_server.sql using a text editor like conTEXT, don’t try using Windows notepad as it can’t handle the size of the sql file and will just crash
Locate the following line: `reputation` text NOT NULL (line number 325) and change it to the following:
Code:
`reputation` text NOT NULL default '',
Save the SQL file
Now go to Navicat and select your database called kobold
right-click the database and choose Execute Batch File..
When prompted locate the wow_server.sql file and run it
Confirm there were no errors
5. Okay now you need to edit two tables in the database so in Navicat double-click your database kobold to display the list of tables in the right hand side of the program.
Find the table called accounts and double-click it to open it
change the username and password to whatever you want it to be and then click on the small tick icon to save the changes and then close that edit window
There is another table to edit but we cannot do that until we have the kobold server running (step 6)
6. Now we need to setup the game server so it will run correctly and connect to the MySQL database to populate it with the initial settings.
Go to the kobold root folder and then into the folder called LS and then into the folder called conf
Open the file first config file called login_server.conf and edit the values as follows:
Code:
LoginServerListenIp = #change this to your server’s LAN ip addressLoginServerPort = 3724DefaultRealmName = Kobold Test Realm # leave it as is or change it to whatever you want to call your realmDefaultRealmAddr = # again change to your servers LAN ip addressDefaultRealmPort = 3725DefaultRealmType = “Normal”
Save the file and then open the sql.conf and edit as follows:
Code:
DatabaseName = koboldDatabaseHost = localhostDatabasePort = 3306DatabaseUser = DatabasePassword =
save the file and then go back to the root kobold folder
6.1 You need to perform the above steps two the conf files in the RS folder and the WS folder (e.g. \RS\conf\realm_server.conf)
* DO NOT SIMPLY CUT AND PASTE THE ABOVE LIKE AN IDIOT, ACTUALLY OPEN EACH FILE AND EDIT THE RELEVANT SETTINGS AS EACH FILE IS SLIGHTLY DIFFERENT *
7. Now you need to fire up the server initially to get the database populated with some values. Start the server in the following order:
double-click WS_Server_Alive.bat (wait until it has loaded fully)
double-click RS_Server_Alive.bat
double-clickLS_Server_Alive.bat
8. Once the server has loaded up fully, the login server screen will say “Ready to accept connections” or something similar. You need to close down each window as we need to shutdown the game server now
9. Start Navicat again and do the following:
Locate the table realm_list and double-click to edit the data
change the filed address to whatever you have your server LAN ip as (e.g. 192.168.0.1)
Save the changes by clicking on the small tick icon and close the edit window
10. Finally you can restart the server in the order shown above to confirm it is able to connect to the database and everything is okay (takes about 3 minutes to load up fully)
11. You now need to edit your realmlist.wtf file in your client folder to point it to your local server.
Go to the client folder and edit the file realmlist.wtf and then change the line set realm list to point to your kobold server e.g. set realmlist mylocalserver
12. You also need to make sure Windows knows about your server, we need to edit the hosts file to do this.
start Windows Notepad and open the file hosts located in C:\windows\system32\drivers\etc\
Add a new line at the end to look something like:
Code:
e.g.
Code:
192.168.0.1 kobold.localserver.com
Save the file an then exit Notepad
13. Okay if you have got this far and had no problems then you are ready to log into the game world.
Start your wow client and then log in with the username and password you put in the database (Step 5)
If all is well you should get prompted to choose your realm and then you can create a new character
— — — — — -
Thats it really, seems two files are missing that would let you import the game world (or I just haven’t tested the import feature properly). Also there is an error during the startup of the WS_Server_Alive.bat script however as I mentioned earlier I have no idea what it relates to. If the author(s) of Kobold could be kind enough to post some feedback on this forum it would be greatly appreciated as its useless to post a release and then disappear without replying to comments.
Appendix:
a. Obtaining your servers IP address:
click on START > Run.. > type cmd to start the Windows Command Prompt
Type ipconfig /all to display your servers ip address
locate the line that says host name to get your servers hostname
locate the line ip address to locate the lan address of your server
Revisions:
0.2 - Missed out a database setup step:
Open Navicat and find the table worldserver_list
change the field IP to your servers LAN ip address and save the record (click on the tick icon) and close the edit window
0.3 - Added final setup steps (Thanks to Devincean for the info):
Server is supplied with empty World in MySQL, to import it from world_spawns.txt and world_gameobj.txt
enter the Game through WoW client onto your Server. Being GM, use GM command:
.import wo
to import World creatures, and then:
.import gameobj
to import Gameobjects
For reference to supported GM commands type:
.commands
5) Restart server after World is imported.
6) Have fun !
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
http://rapidshare.de/files/35891155/AAK_Repack_V1.01.rar
Funktioniert mit 1.11.X
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
http://www.thegamersnet.de/phpBB2/
Ist auch ganz informativ
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
http://rapidshare.de/files/10301290/wow_private_1.8.0_ger_setup.rar.html
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
Man kann nur mit der WoW-Version 1.8.0-1.8.2 den unten beschriebenen Server benutzen.
http://world-of-warcraft-forum.de/wowserver.rar
- Schritt 1: Löschen der WTB und WTF Ordner ( optional )
Gehen sie in den World of Warcraft Ordner und löschen sie den Inhalt der WTB und WTF Ordner.
- Schritt 2: Realmliste Konfiguieren
Öffnen sie die Datei realmlist.wtf in ihrem World of Warcraft Ordner und ersetzen sie den Inhalt durch folgendes
set realmlist localhost
- Schritt 3: Server Konfiguieren
Entpacken sie die soeben heruntergeladene Datei. Öffnen sie den Ordner.
Account anlegen:
Öffnen sie das Programm DButil.exe. Wählen sie Exclusive Mode, drücken sie im erscheinenden Fenster auf [ok]. Jetzt klicken sie auf Edit Accounts, tragen links neben FIND ihren gewünschten Accountnamen ein, bei Password ihr gewünschtes Passwort und bei plevel tragen sie entweder [7] für Admin ein oder [6] für <GM>. Dabach können sie einfach das Programm DBUtil.exe schließen.
- Schritt 4: Server starten:
Bitte beachten sie das hierfür das Programm MicrosoftNETFramworks 2.0 oder höher benötigt wird.
Download:
MicrosoftNETFrameworks 2.0
Nachdem sie MicrosoftNETFrameworks 2.0 installiert haben starten sie die Datei
SmartEmulatedWoWEmu.exe
Dann startet eine MS-DOS Console wo der Server gestartet wird. Nachdem die PP-text geladen wurde ist der Server bereit und sie können sich bei World of Warcraft mit ihren Accountdaten einloggen.
Wenn sie keine lust mehr haben gehen sie in die Serverkonsole und drücken die Taste “q”. Dann warten sie bis der Server alles abgespeichert hat und sie können die Console schließen.
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
Für Leute die zu faul sind um sich nen Server einzurichten, ist hier mal ne seite, wo man auf anderen Servern kostenlos zocken kann
http://wowstatus.net/serverlist.php
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — - |