亲信副本捡箱子的问题

崩溃
X
 
  • 时间
  • 显示
清除所有
新帖子
  • a770304971
    初级会员
    • 06.20.22
    • 1

    亲信副本捡箱子的问题

    刷70~80级的亲信副本时自动捡箱,可是80以上的本时不会捡了,不知道是跟副本有关还是我rb出问题了
  • admin
    管理员
    • 05.24.20
    • 402

    #2
    最初发布者 a770304971
    刷70~80级的亲信副本时自动捡箱,可是80以上的本时不会捡了,不知道是跟副本有关还是我rb出问题了
    可以打开脚本编辑boss打完的加一行
    <LootTreasure/>
    --------------------------

    <If Condition="IsOnSubMap(3731)">
    <SetPlugins PluginNames="SideStep,回避" IsEnabled="true"/>
    <MoveTo XYZ="-333.4352, -180.9977, 88.76975"/>
    <LootTreasure/>
    <EquipRecommended/>
    <MoveTo XYZ="-240.6393, -172.0018, 68.73035"/>
    <LootTreasure/>
    <EquipRecommended/>
    <MoveTo XYZ="-257.6166, -169, -8.267162" Distance="0.5"/>
    </If>
    <If Condition="IsOnSubMap(3734)">
    <SetPlugins PluginNames="SideStep,回避" IsEnabled="true"/>
    <Grind GrindRef="Sanduruva" PostCombatDelay="2.0" While="ObjectExistsWithId(10257)"/>
    <LootTreasure/>
    <EquipRecommended/>
    <!-- Post Boss Movement to Next Area -->
    <MoveTo XYZ="-262.2831, -167.9562, -86.32867"/>
    <While Condition="IsOnSubMap(3731)">
    <RunCode Name="Transition2"/>
    </While>
    </If>
    <If Condition="IsOnSubMap(3732)">
    <MoveTo XYZ="23.56817, 534.9012, -21.68986"/>
    <LootTreasure/>
    <EquipRecommended/>
    <MoveTo XYZ="38.93001, 538.2892, -84.50268"/>
    <LootTreasure/>
    <EquipRecommended/>
    <MoveTo XYZ="-38.83713, 546.104, -38.20349" Distance="0.5"/>
    </If>

    评论

    工作中...