What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

大神请过来~ 3.2更新以后收藏品npc位置怎么更新?

tspleo

New Member
Joined
Jul 25, 2016
Messages
2
Reaction score
0
3.2更新以后 收藏品NPC位置换了,现在很多自动提交收藏品的脚本都不能提交了,在脚本里面没有找到坐标,请问下论坛里面的各位大神,坐标在哪里 怎么更新新的NPC坐标。
下面是截取的脚本范例片段。

Code:
<If Condition="&TurnInFunction; and (FreeItemSlots() &lt; &FreeItemSlots; or not HasAtLeast(12711, 50))">
        <If Condition="not IsOnMap(478)">
          <LogMessage Message="传送至田园郡,提交收藏品,购买鱼饵!" />
          <TeleportTo Name="Idyllshire" AetheryteId="75"/>
        </If>
        <TurnInCollectables Location="Idyllshire" ForcePurchase="True" >
          <Collectables>
            <CollectableTurnIn Name="Illuminati Perch" value="826"/>
          </Collectables>
          <ShopPurchases>
            <ShopPurchase ShopItem="BruteLeech" MaxCount="&BruteLeech_Count;"/>
            <ShopPurchase ShopItem="CraneFly" MaxCount="&CraneFly_Count;"/>
          </ShopPurchases>
        </TurnInCollectables>
      </If>
 
你这个是第三方脚本,需要借助第三方插件才可以使用这个脚本,估计这个坐标也是在插件里才能修改的
 
Back
Top