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

how to force go repair when bag full with GB2 ?

decerte1

New Member
Joined
Dec 17, 2011
Messages
46
Reaction score
0
im trying write a profile , my profile same as

<MinDurability>0.1</MinDurability>
<MinFreeBagSlots>3</MinFreeBagSlots>

<MailGrey>false</MailGrey>
<MailWhite>true</MailWhite>
<MailGreen>true</MailGreen>
<MailBlue>true</MailBlue>
<MailPurple>true</MailPurple>

<SellGrey>true</SellGrey>
<SellWhite>true</SellWhite>
<SellGreen>true</SellGreen>
<SellBlue>false</SellBlue>
<SellPurple>false</SellPurple>
<Vendors>
<Vendor Name="..." Entry="..." Type="Repair" X="..." Y="..." Z="..." />
</Vendors>

<Mailboxes>
<Mailbox X="..." Y="..." Z="..." />
</Mailboxes>

<Blackspots>
<Blackspot X="..." Y="..." Z="..." Radius="10" />
</Blackspots>

<Hotspots>
</Hotspots>

with this type , bot just go repair when it reach min durability . but i need bot go repair whenever bag full . ( if bag full , go repair , then go to mail )

someone please tell me how to force go repair when bags full ?

thank alot
 
from what i know such a plugin does not exist


you can request under requests section
 
from what i know such a plugin does not exist


you can request under requests section

thank again , but could you please help me 30s more ? please !

if (Me.LowestDurabilityPercent &lt;= 0.15)
{
go repair
}

i dont know how to force it go repair ( with vendor in profile )
and how to force it go mail ?
please help me , i really need it T_T
 
make a post on devs section about it plz :)
 
Back
Top