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!

自己写了自动邮寄物品到另外一个号的脚本,为什么只能收一次信和发&#

g13812102886

New Member
Joined
May 30, 2013
Messages
14
自己写了自动邮寄物品到另外一个号的脚本,为什么只能收一次信和发&a

如题,自己写了一个转发物品的脚本
<?xml version="1.0"?>
<Professionbuddy>
<ChangeBotAction BotName="Combat Bot"/>
<If Condition="Me.FreeBagSlots &gt; 0" IgnoreCanRun="True">
<CallSubRoutine SubRoutineName="Mail"/>
</If>
<SubRoutine SubRoutineName="Mail">
...
</SubRoutine>
</Professionbuddy>

运行之后怎么都只能收一次信发一次信,论坛也没有找到其他可以这么转发的现成脚本,只有自己写了。能帮忙看看不能循环下去的原因在哪里吗?
 
Last edited:
Back
Top