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!

好吧,再次求助,研究了好久还是不成功~

rainy229

New Member
Joined
Nov 25, 2014
Messages
36
EP大神,采集的序列模式我差不多会做了!
现在在研究在一个区域打怪的序列模式,看了那个1-50级的战斗序列,然后结合自己研究的想法,编写了一个脚本,可是一直不成功,怎么调整都不行,求助该怎么改啊~
以下是脚本内容:

<Profile>
<Name>shanyangpi</Name>
<KillRadius>50</KillRadius>
<Order>
<If Condition="not IsOnMap(145)">
<TeleportTo Name="Camp Drybone" AetheryteId="18" />
</If>
<GrindAreas>
<Hotspots>
<Hotspot Radius="95" XYZ="-181.7914, -35.86165, 26.1311" />
</Hotspots>
<TargetMobs>
<TargetMob name="Myotragus Nanny" />
<TargetMob name="Myotragus Billy" />
</TargetMobs>
</GrindAreas>
</Order>
</Profile>

View attachment ???.xml
 
Last edited:
因为你的满级了再去打的,所以你的脚本应该设置为最高51级,这样就可以继续打了
 
好的,谢谢ep大大,已经成功了!
还有一个问题想问下:攻击半径和杀怪区域半径有什么区别呢?
 
攻击半径是已人物来计算半径,杀怪区域是以坐标点来计算半径
 
这个我也不清楚,应该是看你游戏里的任务技能距离的吧
 
Back
Top