老外搞的任务导航插件

一些相关攻略都可以发到这里

版主: 花希来了

版面规则
本版只能发攻略相关的帖子,无关帖子一律删除
leyan
帖子: 1
注册时间: 2022-12-06 07:31:47

老外搞的任务导航插件

帖子 leyan »

任务导航插件,英文的,没有汉化。虽然是英文的但是不影响使用,需要的自取。

https://wwxt.lanzout.com/i9NBr0hxgsvg
附件
1.docx-word-media-image1.png
1.docx-word-media-image1.png (985.61 KiB) 查看 14018 次
hzy_456
帖子: 1
注册时间: 2022-12-06 10:16:33

Re: 老外搞的任务导航插件

帖子 hzy_456 »

3.3.5 的吗
kissnancy02
帖子: 3
注册时间: 2022-09-15 18:33:13

Re: 老外搞的任务导航插件

帖子 kissnancy02 »

Place your builds in files Build01.lua, Build02.lua, ... in this directory, to have them auto-loaded and startup.
You may place multiple builds in one file.
The syntax of a build file is as follows:

if not ZygorTalentAdvisor then return end
ZygorTalentAdvisor:RegisterBuild(class,name,talents)
ZygorTalentAdvisor:RegisterBuild(class,name,talents)
ZygorTalentAdvisor:RegisterBuild(class,name,talents)

with:
class - one of "HUNTER","MAGE","PALADIN","DRUID","WARRIOR","ROGUE","DEATHKNIGHT" for character builds,
or one of "PET Tenacity","PET Ferocity","PET Cunning" for pets.
name - the title of the build.
talents - the list of talents, in the format:
{"Talent","Talent","Next Talent","Yet another talent", .....}
- named talents, to be taken in proper order, you can put each on a new line if you want

Talents can also be supplied as a string of digits, "532122030000000000000225100202001312..."
- this is the Blizzard talent calculator format; talents are applied left-to-right, with no manual tweaking possible, though.

Example build file:

if not ZygorTalentAdvisor then return end

ZygorTalentAdvisor:RegisterBuild("DEATHKNIGHT","Blood with bits of Frost and Unholy",{
"Anticipation",
"Anticipation",
"Anticipation",

"Runic Power Mastery",
"Runic Power Mastery",
"Toughness",
"Toughness",

"Blade Barrier",
"Blade Barrier",
"Blade Barrier",
"Blade Barrier",
"Blade Barrier",
"Two-Handed Weapon Specialization",
"Two-Handed Weapon Specialization"
}

ZygorTalentAdvisor:RegisterBuild("DEATHKNIGHT","Frostie","00000000000000000000000000002250005105003101000000000000000000000000000000000000000000")
a1235200
帖子: 1
注册时间: 2022-12-08 11:30:46

Re: 老外搞的任务导航插件

帖子 a1235200 »

可以用吗?会不会被封
wcn1231
帖子: 7
注册时间: 2022-08-16 14:39:34

Re: 老外搞的任务导航插件

帖子 wcn1231 »

是仿的Restxp guide吧,不过没汉化用着还是很蛋疼的
qinghui
帖子: 1
注册时间: 2023-05-03 23:30:36

Re: 老外搞的任务导航插件

帖子 qinghui »

有没有汉化版的啊 求
xsclean
帖子: 5
注册时间: 2023-04-02 09:49:27

Re: 老外搞的任务导航插件

帖子 xsclean »

刚用还可以,然后1分钟后重新上线发现TomTom过期了,咋整
回复