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

Profile developing help

CutePro

New Member
Joined
Nov 9, 2010
Messages
215
Reaction score
1
Hello,

how can I disabled taking Shrines + Chests?
Thanks for your help!

Finn
 
pretty sure you need a plugin to do it. I personally used GilesIgnoreStuff written for Act1 and modified it to act3 for the current profile im working on
 
Yea GilesIgnoreStuff is your way to go. In his code he made a bool that can be set easily so the bot wont use shrines at all

open the .cs and look for the following line:


private static bool bIgnoreAllShrines = false;

Set it to true and it should ignore all shrines

The chest might be a little harder since its distant dependent. But if you study it closer I think you can set the distance to something so close that the bot wont open anything. Might be some much easier way tho to do this...
 
Back
Top