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

录制了打怪模式的脚本,但是由于怪是中立的,所以不打怪,怎么办?

jkljkljkl123

Community Developer
Joined
Feb 11, 2016
Messages
18
Reaction score
0
如题,求助,如果是红名(敌对)的怪就ok,但是我需要击杀的怪是中立的,怎么才能让他击杀?


Code:
<?xml version="1.0" encoding="UTF-8"?>
<HBProfile>
  <Name>我的脚本</Name>
  <MinDurability>0.4</MinDurability>
  <MinFreeBagSlots>2</MinFreeBagSlots>
  <SellGrey>True</SellGrey>
  <SellWhite>False</SellWhite>
  <SellGreen>False</SellGreen>
  <SellBlue>False</SellBlue>
  <MailWhite>True</MailWhite>
  <MailGreen>True</MailGreen>
  <MailBlue>True</MailBlue>
  <MailPurple>True</MailPurple>
  <SubProfile>
    <Blackspots>
    </Blackspots>
	<AvoidMobs>
		<Mob Name="深海巨人" Entry="108521" />
	</AvoidMobs>
    <Vendors>
    </Vendors>
    <Mailboxes>
    </Mailboxes>
    <MinLevel>1</MinLevel>
    <MaxLevel>999</MaxLevel>
    <GrindArea>
      <TargetMinLevel>105</TargetMinLevel>
      <TargetMaxLevel>112</TargetMaxLevel>
      <Factions>7</Factions>
	  <MobIds>107667</MobIds>
      <Hotspots>
		  <Hotspot X="4757.016" Y="-229.7021" Z="3.499898" />
		  <Hotspot X="4723.696" Y="-212.4743" Z="1.847162" />
		  <Hotspot X="4677.792" Y="-198.8581" Z="3.739284" />
		  <Hotspot X="4633.621" Y="-204.6874" Z="1.245219" />
		  <Hotspot X="4671.567" Y="-227.4557" Z="0.3146089" />
		  <Hotspot X="4715.908" Y="-220.174" Z="1.733254" />
		  <Hotspot X="4756.339" Y="-235.9893" Z="1.550586" />
		  <Hotspot X="4802.181" Y="-252.5774" Z="0.7002172" />
		  <Hotspot X="4849.941" Y="-249.2991" Z="0.7386866" />
		  <Hotspot X="4894.099" Y="-230.7705" Z="0.1067021" />
		  <Hotspot X="4845.604" Y="-224.2202" Z="8.675991" />
		  <Hotspot X="4804.551" Y="-243.0195" Z="3.343013" />
      </Hotspots>
    </GrindArea>
  </SubProfile>
</HBProfile>
 
试了一下还是不行,我现在的解决方法是写了个插件,插件里面加了一段搜索怪物然后自动攻击的代码。
 
Back
Top