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!

how can i use orb on strongbox

stydno

New Member
Joined
Mar 15, 2017
Messages
10
hi, i want to add some logic in grind bot
have found this part in old versions of strongbox crafters, but it doesnt work now(
"LokiPoe.InGameState.InventoryPanel.UseItemOnObject(orb, chest);"
how can i use orb on strongbox in new version of buddy?
 
hi, i want to add some logic in grind bot
have found this part in old versions of strongbox crafters, but it doesnt work now(
"LokiPoe.InGameState.InventoryPanel.UseItemOnObject(orb, chest);"
how can i use orb on strongbox in new version of buddy?

InventoryControlWrapper.UseItem(orbLocalId) then Coroutines.InteractWith(chest)
 
Back
Top