Jump to content

bj6ck6text1

Beta Tester
  • Content Count

    170
  • Joined

  • Last visited

Posts posted by bj6ck6text1


  1. //oil 油瓶
    
    [Type] == "Clear Oil" # [StashItem] == "true"
    [Type] == "Sepia Oil" # [StashItem] == "true"
    [Type] == "Amber Oil" # [StashItem] == "true"
    [Type] == "Verdant Oil" # [StashItem] == "true"
    [Type] == "Teal Oil" # [StashItem] == "true"
    [Type] == "Azure Oil" # [StashItem] == "true"
    [Type] == "Violet Oil" # [StashItem] == "true"
    [Type] == "Crimson Oil" # [StashItem] == "true"
    [Type] == "Black Oil" # [StashItem] == "true"
    [Type] == "Opalescent Oil" # [StashItem] == "true"
    [Type] == "Silver Oil" # [StashItem] == "true"
    [Type] == "Golden Oil" # [StashItem] == "true"

    link


  2. 個人掛的流派野性打擊跟旋風斬 正常農貨中...

    無法攻擊? 可以將技能放滑鼠左右鍵,如果是引導式技能請記得勾選maintain press key/mouse => yes 

    光環就設置aura name的欄位 ,點開後可以看到全部的光環,依對應名稱放正確的光環即可

    其餘什麼最小最大範圍冷卻那些....都預設就行(也就是不更改)。

    • Like 1

  3. hi lion

    you need setting all use stash 

    or reference my setting 

    1. Main (version no change)

    image.png

    2.map

    image.png

    3.pickit

    use dafault (and add here https://www.exiled-bot.net/community/topic/12076-new-item-for-stashitem-新存倉物品/)

    stash tab need  add , ex: use 1 2 3 4 tab, so need add 1,2,3,4

    btw if you want use chaos mode (you need setting Unidentitfied or identify. i set tab 3)

    currencies: tab 4  => 4

    chaos:tab 3 => 3

    other(map、card、....):tab1 and 2  => 1,2

    image.png

    result

    image.png

    image.png

    image.png

    image.png

     

    • Like 1

  4. 請參考 pickit 預設(default) .ipd 檔 第2194行  有說明。以下簡單說明

    Weapons (武器)

    [Type] == "Imperial Staff" && [Rarity] == "Rare" # [DPS] >= "400" && [StashItem] == "true"  

    撿到 帝國長杖時若稀有度是稀有   DPS大於等於400   則存倉

    Armor(護甲類)

    [Type] == "Royal Burgonet" && [Rarity] == "Rare" # [Computed Armor] >= "500" && [base_maximum_life] >= "60" && [TotalResistances] >= "60" && [StashItem] == "true"

    撿到 皇室監盔時若稀有度是稀有,護甲+500以上 、生命+60以上、全部抗性+60以上 則 存倉

     

    當然部分裝備若沒有列上去,就不清楚會不會撿了,因為都農低等圖就使用預設值了。

    若想要列上去可以到透視鏡POEWIKI去撈這些物品的英文名子來加進去

    image.png

     

    而編輯器 建議使用Notepad ++ 來edit ,用EB的編輯有時好像會崩潰

    編輯器,語言配套改C# ,就會畫分醒目類別了。

    image.png

     

    順帶一提 ,建構詞綴要到EB資料夾內的ModsList 內看 ,依照左邊的ID來加入

     

    image.png

    image.png

    • Like 1
×
×
  • Create New...