欢迎来到代码驿站!

当前位置:首页 >

魔兽世界魔兽模拟器2.2安装说明

时间:2021-07-09 08:28:46|栏目:|点击:

1、用记事本打开wowemu.key设置里的IP与服务器名,还是最重要的就是你的Computer Id
   打开你服务器目录下的WoWemu.exe 就会看到你自己的Computer ID


2、用记事本打开你的系统目录下X:/windows的安装目录/system32/drivers/etc/hosts
   在最后一行加上
   127.0.0.1 wad.eclub.lv (这是必要加的)
   如果想开外网就要加多一个如:
   127.0.0.1 xp81.vicp.net


3、右击loader.exe 选择属性-->兼容性-->用兼容性运行这个程序-->选择windows98/windows me-->确定
   右击WoWemu.exe 选择属性-->兼容性-->用兼容性运行这个程序-->选择windows98/windows me-->确定


4、关于解决2.18和2.20不能接任务和不能和NPC说话的方法
   使用GM进入游戏。
   输入 .cleanup等完成,(大概要几分钟)
   完成信息时提示如下:
   OK,59957 objects deleted 
   再输入.respawnall 
   完成,你可以接任务,和NPC说话了


5、关于win2000出45的原因,目前发现有一个确定的原因
   请先看以下1.9破解的说明
   If standard WoWemu.exe is loading fine, then crashes at any attempted connection it possibly is  
   Network related or HT/Multi CPU. You can fix HT simply by turning it off in your BIOS. Otherwise   
   we recommend you use WoWemu_9x.exe

   就是说wowemu是不支持 HT CPU 或多 CPU 系统的,

   你必须要在BIOS里关掉HT,多CPU的要只留下一个CPU.

   目前有2000用户试过开HT,没有一次能成功,关掉HT后正常启动。
   关于WoWemu45002.20解压地图问题,详解!


6、用记事本打开服务器目录下的maps文件夹里的map_extract.bat
   内容如下:
@echo off
set WoWdir=C:/Program Files/World of Warcraft/Data/ ----->注意把这里的路径改成你游戏客户端的路径就可以了!
if not exist "%WoWdir%terrain.MPQ" goto ERROR2
if not exist "%WoWdir%patch.MPQ" goto ERROR3
if not exist "../mpq.exe" goto ERROR4
if not exist "../maps.exe" goto ERROR5
if not exist "../zlib.dll" goto ERROR6
"../mpq.exe" e "%WoWdir%terrain.MPQ" *.adt
"../mpq.exe" e "%WoWdir%patch.MPQ" *.adt
cd ..
maps.exe
cd maps
rmdir /S World
echo All done.
set WoWdir=
rem exit
:ERROR2
echo ***************************** ERROR *********************************
echo Can't find %WoWdir%terrain.MPQ
echo *********************************************************************
set WoWdir=
exit
:ERROR3
echo ***************************** ERROR *********************************
echo Can't find %WoWdir%patch.MPQ
echo *********************************************************************
set WoWdir=
exit
:ERROR4
echo ***************************** ERROR *********************************
echo Can't find ../mpq.exe
echo *********************************************************************
set WoWdir=
exit
:ERROR5
echo ***************************** ERROR *********************************

上一篇:收藏大量的瑞星2006序列号!!!

栏    目:

下一篇:docker 容器上编译 go 程序提示找不到文件问题

本文标题:魔兽世界魔兽模拟器2.2安装说明

本文地址:http://www.codeinn.net/misctech/155035.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有