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

Any way to disable the " Game joined, Resetting profile caches."

spaceitout

New Member
Joined
Apr 28, 2014
Messages
163
Reaction score
3
I see no point in have it ,

- it just seems to want to make the bot return to town when it changes areas for me ?

how to fix and or stop that , is it even possible ?

( ProfileOrderManager.OnGameJoined, Reloading profile. )
^ instead of reload profile - can it not just continue profile ?

i don't know guys , sometimes it doesnt do it , and it is smooth as butter ...
- perhaps I'm just doing too much tinkering ?

lol :D
 
Last edited:
It wouldn't be able to run a profile behavior more than once unless it resets the "profile caches" all private variables etc. that's used to determine if the behavior is completed or not.
 
Yea I'd say it is on my end , I constantly been clicking & messing with stuff - lol ... thanks Nesox !
 
I know what issue you're talking about.

Just add this code at the beginning of your profile. When you're in town and the profile gets reloaded it will just take the TP.
Code:
<If condition="Me.IsInTown and ActorExistsAt(191492, Me.Position.X, Me.Position.Y, Me.Position.Z, 50)">
<TakeTownPortal questId="1" stepId="1" />
</If>
 
Back
Top