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

Documentation of Inventory.Backpack

Tindal

New Member
Joined
Jan 24, 2013
Messages
135
Reaction score
0
Where can I read?

I add in reference demonbuddy.exe, but I can not find Inventory.Backpack :(

In Trinity I find this code:
Code:
transmuteGroup.AddRange(Inventory.GetStacksUpToQuantity(Inventory.Backpack.ArcaneDust, 50));
transmuteGroup.AddRange(Inventory.GetStacksUpToQuantity(Inventory.Backpack.VeiledCrystals, 50));
transmuteGroup.AddRange(Inventory.GetStacksUpToQuantity(Inventory.Backpack.ReusableParts, 50));
transmuteGroup.AddRange(Inventory.GetStacksUpToQuantity(Inventory.Backpack.DeathsBreath, 25));

I want to make is automatically Kanais Cube. Need insert in Cube other reagents.

Help.
Sory for my bad English (I use Google-translator)
 
TrinityCoroutines.Resources.Inventory

Coroutines\Resources\Inventory.cs

You might be able to do what you want in a profile too

<Transmute>
<Items>
<Item id="272056" name="Bovine Bardiche" />
</Items>
</Transmute>
 
Back
Top