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

Editing profiles: how to make the bot move to next profile after x seconds?

roflcopter

New Member
Joined
Aug 16, 2012
Messages
137
Reaction score
0
Does anyone know how to do this?

This would be a great solution to the random dungeon profiles that backtrack over the whole dungeon after completing 80% of it. The idea is: you give the bot a certain amount of time to do whatever it can do in the dungeon, then after that time, move on to the next profile, RATHER than looking for the specific exit point.

Should I put the entire profile in a for loop or something?

help needed :)
 
would be a nice addition indeed...have been contemplating removing random dungeon completely but this is a better solution imo.
 
okay well.. where can we make the suggestion? I mean, isn't this just a matter of coding it? someone must know how to code this
 
Don't really know if you could do that from a profile (with a plugin maybe). When exploring random dungeons you use ExploreArea tag and you set a condition, it could be until fully explored, until you find a mob or until you find the exit, but you can't set a timer to override the tag. With a plugin you can run a separate thread with a timer (the seconds you want to keep exploring) and when the timer reaches 0, you could teleport back to town and load next profile.
 
Back
Top