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!

任务模式下刷副本,源质宝箱无法邮寄。

itni

New Member
Joined
Oct 7, 2012
Messages
36
任务模式下刷副本的时候,设置保留了布料和源质宝箱。包满邮寄的时候只邮寄了布料,源质宝箱还在包里。希望能解决。
 
邮寄物品是通过你的脚本来控制的,不了是白色物品,源质宝箱是绿色物品,应该是你的脚本里没将绿色物品设置为True
Code:
  <MailWhite>True</MailWhite>
  <MailGreen>True</MailGreen>
 
<MinLevel>85</MinLevel>
<MaxLevel>91</MaxLevel>

<MailGrey>True</MailGrey>
<MailWhite>True</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>

<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>True</SellGreen>
<SellBlue>True</SellBlue>
<SellPurple>True</SellPurple>

<ProtectedItems>
<Item Name="烬丝布" Entry="53010" />
<Item Name="烬丝背包" Entry="54443" />
<Item Name="源质宝箱" Entry="68729" />
</ProtectedItems>

确实是这样设置的,但邮寄还是没有邮寄源质宝箱。另外每次售卖都会将身上的烬丝背包取下来卖掉,这个为何?我都将背包加保留名单了还是依然被卖。
 
邮寄的问题再加入强制邮寄代码后解决了,但包被卖到问题依然存在,这次我换了个包,还是一样被卖掉。后来我手动将包买回来了。
 

Attachments

Last edited:
建议你将背包物品过滤这个插件关掉再试
另外背包换了你需要将对应的脚本里的物品保护将新背包添加进去
 
背包物品过滤这个插件关闭了还是一样。老背包加物品保护后一样会被卖掉,新背包估计也是一样。晚点我回去试试。
 
Back
Top