February 28, 201610 yr 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?
February 28, 201610 yr 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
February 29, 201610 yr Author When I try to open the xml with "Easy profiles creator" it says "Error, profile no loaded".
February 29, 201610 yr Author 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
February 29, 201610 yr 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/ )
March 1, 201610 yr Author Works fantastic, thank you. That list of action column commands is very useful!
Create an account or sign in to comment