Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
ji394su3xl3g

掛MAP要如何設定指定只掛同等級的地圖

Recommended Posts

想請問一下

MAP打開後要如何作設定

是要照他原本設定打去做更改嗎?

目前還不會設定開地圖

只會打原有的地圖

但最高也只能打到圖書館

能否有比較精通修改設定的大大

教學一下如何到實驗室開地圖

真是萬分感激

謝謝

Share this post


Link to post
Share on other sites

我想 改刷圖的機制應該是改以下的吧
 

// Example: Run rare maps level less than 69
// [MapLevel] < "69" && [Rarity] == "Rare" # [RunMap] == "true"
 
// Run any map between level 66 and 71
[MapLevel] >= "66" && [MapLevel] < "71" # [RunMap] == "true"
 
// If you want to enable automatic quality upgrading
// [MapLevel] >= "70" && [Quality] <= "16" && [Rarity] == "Normal" # [upgradeQuality] == "true"
 
// If you want to transmut maps before running them
// [Rarity] == "Normal" # [upgradeToMagic] == "true"
 
[Rarity] == "Unique" # [ignoreMap] == "true"
 
// If you wanna run Sacrifice at dusk, just uncomment following line (they will be considered as lvl 66 maps)
// [Type] == "Sacrifice at Dusk" # [RunMap] == "true"
 
我嘗試過修改下面的語言,但是都是地圖存了又領 一直重複動作
 
// Example: Run rare maps level less than 69
// [MapLevel] < "69" && [Rarity] == "Rare" # [RunMap] == "true"
 
// Run any map between level 66 and 71
[MapLevel] >= "66" && [MapLevel] < "71" # [RunMap] == "true"
 
覺得應該是從這兩樣下去改??
 
還是我改錯地方了@@?

Share this post


Link to post
Share on other sites

已經可以囉  一開始設定錯誤了導致不行 還有  地圖盡量放在倉庫的左半邊~~ 這樣才找的到地圖~

 

已經確定是改以下

 

// Run any map between level 66 and 71
[MapLevel] >= "66" && [MapLevel] < "71" # [RunMap] == "true"
 
改這邊可以改成自己想刷的等級~  再來要研究 改甚麼地圖不刷囉~

Share this post


Link to post
Share on other sites
Guest Guest

 

已經可以囉  一開始設定錯誤了導致不行 還有  地圖盡量放在倉庫的左半邊~~ 這樣才找的到地圖~

 

已經確定是改以下

 

// Run any map between level 66 and 71
[MapLevel] >= "66" && [MapLevel] < "71" # [RunMap] == "true"
 
改這邊可以改成自己想刷的等級~  再來要研究 改甚麼地圖不刷囉~

 

請教一下

[RerollMods] == "true"

[RunMap] == "true"

[ignoreMap] == "true"

[upgradeToMagic] == "true"

以上動作的意思是?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...