Can the mop repack be played offline?

Medivh85

Verified Member
17
2020
0
Yes you can, you have to edit your realm file realmlist.wtf edit the file with note pad. and set your realm list log on infos to your local host number. example: set realmlist 127.0.0.1
Or here is a guide for you how ever this is from a diferent website:

Open the ‘ascent-logonserver.conf’ file with a text editor (Notepad should suffice). Search for a section with text that reads as follows:

<LogonDatabase Hostname = “127.0.0.1”
Username = “root”
Password = “ascent”
Name = “logon”
Port = “3306”
Type = “1”>

If this is exactly how the text looks in the config file on your system, then you’re good to go. Else, modify the values to match those shown above.

Step 5: Open the ‘ascent-realms.conf’ file with a text editor. Search for a section with text that reads as follows:

<LogonServer Address = “127.0.0.1”
Port = “8093”
Name = “Logon Server”
RealmCount = “1”>

If the values in the file differ from those given here, go ahead and modify them accordingly.

Similarly, search for:

<Realm1 Name = “Your Server Name”
Address = “127.0.0.1:8129”
Icon = “RP”
Colour = “1”
Population = “1.0”
TimeZone = “1”>

And change the values if required.

Step 6: Finally, you can play around with the ‘ascent-world.conf’ and configure various gameplay elements. Search for the section that starts with ‘<Rates Health=’ and modify the following values to suit your gameplay style:

XP=”5″
QuestXP=”5″
RestXP=”5″
DropGrey=”15″
DropWhite=”10″
DropGreen=”5″
DropBlue=”2″
DropPurple=”2″
DropOrange=”2″
DropArtifact=”2″
DropMoney=”5″

Step 7: Go back to the WoW directory and open ‘realm list.wtf’ with a text editor. Clear all the contents of the file and replace it with the following line:

set realmlist 127.0.0.1
 
Top