wow文件处理trinitycore的文件处理

在查看trinitycore手册的时候看到这个链接:World of Warcraft | Arctium

点开后发现有三个下载文件:

Arctium:在一个地方为魔兽世界组装所有基本Arctium工具(不适用于定制服务器)的应用程序。

Sandbox:用于Midnight Public Beta的最小单机服务器。在您自己的本地沙箱服务器中进行探索、测试和实验。

看了一下Sandbox的安装说明:

Arctium Sandbox for Midnight Public Beta.

Please read carefully before starting.

###########

NOTE: DELETE YOUR OLD ALPHA JSON FILES!!!

###########

Bnet Game Installer

  1. Start your Battle.net client.
  2. Run Bnet Game Installer.exe.
  3. In the dropdown, choose World of Warcraft Beta.
  4. Click Install.

Client Launcher

  1. Copy "Arctium Game Launcher.exe" into your WoW game folder.
  2. Start the sandbox.
  3. Run "Arctium Game Launcher.exe".
  4. Login with:
    • Email: arctium@arctium
    • Password: arctium

Have fun!

Known Issues

  • !level command might not fully update until relog.
  • Clicking the housing icon crashes the client.
  • Adding objects might not show them at correct locations.
  • Equipping items other than 'normal' do not display correctly until relog.
  • Some spells/items won't work or may crash.
  • No Hotfixes

Restrictions

  • Login is only possible on localhost (127.0.0.1:8000).
    (You can change the port using the SANDBOX_BNET_PORT environment variable and the --port parameter on the launcher.)
  • Multiplayer is not possible -- singleplayer only.

Commands

✅ Working Commands

  • !tele #x #y #z #o #mapId (Teleport -- #o is optional)
  • !morph #displayId
  • !mount #displayId (Use !mount with no id to remove)
  • !fly on/off
  • !runspeed #value (1--1000)
  • !flightspeed #value (1--1000)
  • !swimspeed #value (1--1000)
  • !scale #size
  • !loc #name (Shows current location, saves to locations.txt if named)
  • !addnpc #creatureId
  • !delnpc #currentSelection
  • !addobj #gameobjectId
  • !level #level (1--90)
  • !addspell #spellId (Partially working -- visuals like Winning Hand work)
  • !commentator on/off (Free camera; change speed with /script C_Commentator.SetMoveSpeed(40))
  • !ctime #hours (Change client time ±)
  • !additem #itemIds (Multiple IDs space-separated)
  • !additem #itemId,#version (normal / heroic / mythic / lfr)
  • !race #raceId (Change your current race, for example 86`

❓ Untested Commands

  • !emote #emoteId
  • !anim id #animId
  • !anim name #animName
  • !addequip #itemId (Adds equip to selected NPC, max 3)
  • !clearequip
  • !aura #spellId #enable
    Example:
    • Enable Dracthyr dragon form → !aura 97709 1
    • Disable form → !aura 97709 0

Login Info

  • Email: arctium@arctium
  • Password: arctium

Enjoy exploring!

中文安装说明

#Arctium Sandbox的午夜公开测试版。

开始前请仔细阅读。

###########

注意:删除旧的ALPHA JSON文件!!!

###########

##Bnet游戏安装程序

1.启动您的**Battle.net客户端**。

2.运行**Bnet游戏安装程序.exe**。

3.在下拉列表中,选择**魔兽世界测试版**。

4.单击**安装**。

##客户端启动器

1.将**"Arctium Game Launcher.exe"**复制到您的魔兽世界游戏文件夹中。

2.启动**沙盒**。

好了,现在就可以开始游戏了!

按照安装说明安装好后,启动Arctium Game Launcher.exe还是报错:

The required instruction sets are not supported by the current CPU.

看来这台机器的cpu还是不行啊,这就没法了。

相关推荐
海寻山7 分钟前
Java枚举(Enum):基础语法+高级用法+实战场景+面试避坑
java·开发语言·面试
t***54411 分钟前
能否给出更多现代C++设计模式的示例
开发语言·c++·设计模式
神仙别闹13 分钟前
基于 MATLAB 实现的流载体的LSB隐藏项目
开发语言·matlab
网域小星球20 分钟前
C语言从0入门(二十三)|预处理:#define、#include、条件编译详解
c语言·开发语言
石榴树下的七彩鱼23 分钟前
身份证 OCR 识别 API 接入详解(Python / Java 示例)
java·开发语言·人工智能·后端·python·ocr·api
马士兵教育35 分钟前
AI工作岗位的就业分层?
开发语言·人工智能·学习·面试·职场和发展
时寒的笔记42 分钟前
js逆向_webpack讲解加载器&酷某音乐案例
开发语言·javascript·webpack
t***54444 分钟前
能否给出更多现代C++架构设计模式?
java·开发语言·c++
励志的小陈1 小时前
数据结构--队列(C语言实现)
c语言·开发语言·数据结构