Hb698,699,702的问题,关于自动坐飞机功能的开启和关闭。 其实这个问题698就存在,就是在设置界面没有打开/关闭自动坐NPC飞机的选项(之前旧版本一直包含的功能) 由于我的使用方式不需要自动找npc做飞机,无法关闭后反而会造成许多问题, 不知道这个选项在哪里找到?也或者是官方还在修补中? 特此求助
等了几天了,一直没找到解决办法。。 下面是我用的打怪脚本 添加禁止使用NPC飞行点的命令??红字便是(当然不知道对不对),但是运行打怪模式的时候仍然会自动找NPC坐飞机 不知道到底应该添加什么字段,能不能帮我看看啊。。。快被这个问题逼疯了~~ Code: <HBProfile> [B][COLOR="#FF0000"] <CustomBehavior File="UserSettings" UseFlightPaths="False" />[/COLOR][/B] <Name>4444444</Name> <MinDurability>0.4</MinDurability> <MinFreeBagSlots>2</MinFreeBagSlots> <SellGrey>True</SellGrey> <SellWhite>False</SellWhite> <SellGreen>True</SellGreen> <SellBlue>False</SellBlue> <MailWhite>True</MailWhite> <MailGreen>True</MailGreen> <MailBlue>True</MailBlue> <MailPurple>True</MailPurple> <UseMount Value="false" /> <TargetingDistance Value="30" /> <LootMobs Value="true" /> [B][COLOR="#FF0000"] <UseFlightPaths Value="false" />[/COLOR][/B] <UseMount>false</UseMount> <TargetingDistance>30</TargetingDistance> <LootMobs>true</LootMobs> [COLOR="#FF0000"][B] <UseFlightPaths>false</UseFlightPaths>[/B][/COLOR] <ProtectedItems> <Item>88567</Item> </ProtectedItems> <SubProfile> <Blackspots> </Blackspots> <Vendors> <Vendor Name="******" Entry="67175" Type="Repair" X="2172.717" Y="1443.917" Z="487.8856" /> </Vendors> <Mailboxes> <Mailbox X="2156.289" Y="1456.479" Z="487.8858" /> </Mailboxes> <MinLevel>1</MinLevel> <MaxLevel>99</MaxLevel> <GrindArea> <TargetMinLevel>85</TargetMinLevel> <TargetMaxLevel>92</TargetMaxLevel> <Factions>2578 2479</Factions> <Hotspots> <Hotspot X="1377.945" Y="1763.066" Z="339.3874" /> <Hotspot X="1404.348" Y="1736.176" Z="342.1194" /> <Hotspot X="1390.57" Y="1765.878" Z="327.6704" /> <Hotspot X="1371.581" Y="1807.196" Z="313.644" /> </Hotspots> </GrindArea> </SubProfile> </HBProfile>