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!

求助,还是不行啊,采集模式

sxyuqiao

New Member
Joined
Oct 27, 2014
Messages
14
抱歉上次的问题没有解决啊。。。我不想用序列模式我想用采集模式
采集模式的脚本好多我自己做了,现在不想重新做,可是就是用不了,出错,求CN客户端的support大大解决下吧

日志上传了,总的来说现在所有脚本都是这个错误,就是路径都是正常的,开始采集的时候提示item can't find in dictionary.


View attachment 6324 2014-10-25 22.25.txt

麻烦了,我真的折腾很久了这个,之前都可以用的
 
建议你还是转改序列模式吧,之后的版本会将采集模式和打怪模式整合替换到序列模式,然后就会删除采集和打怪这2个模式了
 
Code:
<Profile>
    <Name>采集</Name>
    <KillRadius>50</KillRadius>
    <Order>
	<Gather while="True">
            <GatherObject>矿的名字</GatherObject>
            <HotSpots>
        	<HotSpot Radius="90" XYZ="-376.1234, 51.0975, 13.07295" />
            </HotSpots>
            <Slot>6</Slot><!--这里的6是采集采集框里的第几个物品,从0开始算,6就是采集第7个-->
	    <GatheringSkillOrder>
		<GatheringSkill SpellName="Unearth" TimesToCast="1" /><!--这里是使用的采集技能,Unearth是技能名,1是使用次数,技能可以在刚打开RB的时候初始化会显示你当前职业的所有技能-->
	    </GatheringSkillOrder>
      	</Gather>
    </Order>
</Profile>
你可以试下自己做序列模式的脚本
序列模式里的坐标你无需添加太多,你只需要走到矿面前获取矿所在的坐标就可以了,其他所标都无需添加,序列模式会自动导航到矿点的
人物坐标可以通过这个帖子里获取
https://www.thebuddyforum.com/-and-...d-35770-and-21306-/rebornbuddy-/181369-a.html
 
另外你的脚本提示item can't find in dictionary.应该是你脚本的物品名错误了
<ItemName>Flax</ItemName>这里的Flax需要改成你要采集的物品名
<TargetName>Lush Vegetation Patch</TargetName>这里的Lush Vegetation Patch需要改成你要采集的矿名
 
另外你的脚本提示item can't find in dictionary.应该是你脚本的物品名错误了
<itemname>flax</itemname>这里的flax需要改成你要采集的物品名
<targetname>lush vegetation patch</targetname>这里的lush vegetation patch需要改成你要采集的矿名

多谢,还有想问一下rb可以用来制作吗
 
目前还不支持制作,rb无法自动从拍卖里购买物品,无法自动化制作
 
Back
Top