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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Hb699的问题,关于飞行。

SFiNG

New Member
Joined
Nov 1, 2013
Messages
14
Hb698,699,702的问题,关于自动坐飞机功能的开启和关闭。

其实这个问题698就存在,就是在设置界面没有打开/关闭自动坐NPC飞机的选项(之前旧版本一直包含的功能)
由于我的使用方式不需要自动找npc做飞机,无法关闭后反而会造成许多问题,
不知道这个选项在哪里找到?也或者是官方还在修补中?
特此求助
:cool:
 
今天更新到702了,问题依旧没解决啊,没有官方人员过来解释一下么?
 
请更新702
现在用的就是702,设置里压根没有取消?自动坐飞机?和?自动找npc修理?的选项

这些功能从698开始就消失了,到现在也没回来

而之前的版本一直拥有
 
官方在698的时候就取消你上述的两个功能 今后这些功能将需要脚本的支持
 
官方在698的时候就取消你上述的两个功能 今后这些功能将需要脚本的支持
了解了,那如何在打怪脚本里实现这个功能啊?要添加哪些语句?
还是目前版本尚未实装这项功能?(添加任何语句都没用)
要等hb以后更新?
 
等了几天了,一直没找到解决办法。。
下面是我用的打怪脚本
添加禁止使用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>
 
Back
Top