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

Any way to full disable town runs?

Demolished

New Member
Joined
Aug 19, 2012
Messages
34
Reaction score
0
The profile I'm running doesn't leave games and never loots, but is forced to townrun often and I just really would rather fully disable it. (It's causing issues with other code I replaced)
 
If you're not filling up the inventory just set the free bag slot limit to 0? Otherwise it could be forced town runs in the profile itself, easy solution there would be to remove the tags from the profile.
 
It's not in the profile and I have no items in my inventory other than my leg potion. I'm not looting anything and after about 2 hours it tries to town run and gets stuck.
 
I can't help you with disabling town runs entirely. Only thing I could think would be to stop what is causing the town runs. If you aren't looting I'd imagine it is to repair?
 
I've got the shoulders that prevent me from needing to repair, the bot literally tries to repair, when there is nothing to repair...
 
I've got the shoulders that prevent me from needing to repair, the bot literally tries to repair, when there is nothing to repair...
Haven't tested this but try editing the townrun.cs at line 124, 141 & 162:
Code:
Trinity.IsReadyToTownRun = true;
to
Code:
Trinity.IsReadyToTownRun = false;

And other Trinity.IsReadyToTownRun entries you can find that are set to true.
 
Last edited:
I tried something similar to this, it's hard to test quickly because it happens after 2-3 hours :/ I'll test this out and see how it goes, thanks
 
Back
Top