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

how can i use orb on strongbox

stydno

New Member
Joined
Mar 15, 2017
Messages
10
Reaction score
0
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