thugface 0 Posted February 28, 2016 Share Posted February 28, 2016 I'm running a dungeon profile right now and it takes about 5 minutes to finish 1 cycle. What I would like it to do is wait 1 more minute before exiting the instance (so that it does 6 minute resets) and doesn't lock me out of the instance. Perhaps a command in the Profile Creator I don't know about? Link to comment Share on other sites More sharing options...
eeny 523 Posted February 28, 2016 Share Posted February 28, 2016 if you are using a quest profile to do the dungeon there is a wait step you can add. just add the step with actiontype:wait and i think the value is in milliseconds? so just add the step after you finish the dungeon and put a value of '60000'. Always helps if you post the profile tho Brian 1 Link to comment Share on other sites More sharing options...
thugface 0 Posted February 29, 2016 Author Share Posted February 29, 2016 When I try to open the xml with "Easy profiles creator" it says "Error, profile no loaded". Link to comment Share on other sites More sharing options...
thugface 0 Posted February 29, 2016 Author Share Posted February 29, 2016 Here is the profile btw. I run it in grinder just fine, and I can edit it in the "Profile Creator" but when i switch over to Questing it won't open in "Easy profiles creator" garbage.xml Link to comment Share on other sites More sharing options...
Droidz 2738 Posted February 29, 2016 Share Posted February 29, 2016 11 hours ago, thugface said: Here is the profile btw. I run it in grinder just fine, and I can edit it in the "Profile Creator" but when i switch over to Questing it won't open in "Easy profiles creator" garbage.xml It is grinder profile (edit this with grinder profile editor). You can add action at the last position (before exit instance), for 1 minute put this: c#: System.Threading.Thread.Sleep(1000 * 60); (more info about action... http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ ) Link to comment Share on other sites More sharing options...
thugface 0 Posted March 1, 2016 Author Share Posted March 1, 2016 Works fantastic, thank you. That list of action column commands is very useful! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now