3.2更新以后 收藏品NPC位置换了,现在很多自动提交收藏品的脚本都不能提交了,在脚本里面没有找到坐标,请问下论坛里面的各位大神,坐标在哪里 怎么更新新的NPC坐标。 下面是截取的脚本范例片段。 Code: <If Condition="&TurnInFunction; and (FreeItemSlots() < &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>