If it doesnt finish cursed tower or heart, profile can no longer continue to core because core is not yet discovered. how can i make it leave game and restart profiles / order?
Can you implement leaves including trips from inactivity timer to go back to the profile starter?
I'm aware of this problem - should can be fixed within the profile with something like:
<if not condition="questStep==xx">
<leaveGame/>
</if>
(don't know how the syntax is exactly - have a look at other profiles)
I would like to raise a queastion here..
I have used the Giggarc's profile with Switcher Plugin, and when I reach the last profile of CoreOnly.xml and finish it, the DB will be stucked . here is the log information as below.
Can anybody help me, Thanks very much.
[18:18:31.807 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:31.830 N] [ProfileSwitcher] Loading profile:
[18:18:31.830 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:31.933 N] [ProfileSwitcher] Loading profile:
[18:18:31.933 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:32.038 N] [ProfileSwitcher] Loading profile:
[18:18:32.039 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:32.062 N] [ProfileSwitcher] Loading profile:
[18:18:32.062 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:32.169 N] [ProfileSwitcher] Loading profile:
[18:18:32.169 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:32.199 N] [ProfileSwitcher] Loading profile:
[18:18:32.200 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:32.298 N] [ProfileSwitcher] Loading profile:
[18:18:32.298 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:32.325 N] [ProfileSwitcher] Loading profile:
[18:18:32.325 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:32.426 N] [ProfileSwitcher] Loading profile:
[18:18:32.426 N] Failed to load profile: Object reference not set to an instance of an object.
I would like to raise a queastion here..
I have used the Giggarc's profile with Switcher Plugin, and when I reach the last profile of CoreOnly.xml and finish it, the DB will be stucked . here is the log information as below.
Can anybody help me, Thanks very much.
[18:18:31.807 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:31.830 N] [ProfileSwitcher] Loading profile:
[18:18:31.830 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:31.933 N] [ProfileSwitcher] Loading profile:
[18:18:31.933 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:32.038 N] [ProfileSwitcher] Loading profile:
[18:18:32.039 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:32.062 N] [ProfileSwitcher] Loading profile:
[18:18:32.062 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:32.169 N] [ProfileSwitcher] Loading profile:
[18:18:32.169 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:32.199 N] [ProfileSwitcher] Loading profile:
[18:18:32.200 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:32.298 N] [ProfileSwitcher] Loading profile:
[18:18:32.298 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:32.325 N] [ProfileSwitcher] Loading profile:
[18:18:32.325 N] Failed to load profile: Object reference not set to an instance of an object.
[18:18:32.426 N] [ProfileSwitcher] Loading profile:
[18:18:32.426 N] Failed to load profile: Object reference not set to an instance of an object.
That basically means that the profile switcher has done everything in the list and has no other profiles to run. **Profile switcher is working as intended.**
You need to manually go into that Coreonly.xml file and input a leave game command at the bottom, iirc if you look into one of the other profiles it will include it, just copy the lines after teleport to town, starting with "wait timer xxx" & ending with "<leave game - Thank you for using ciggarc etc etc > "and paste it into the coreonly.xml file. Dont forget the brackets...sorry if im not detailed enough its all at the top of my head.
That basically means that the profile switcher has done everything in the list and has no other profiles to run. **Profile switcher is working as intended.**
You need to manually go into that Coreonly.xml file and input a leave game command at the bottom, iirc if you look into one of the other profiles it will include it, just copy the lines after teleport to town, starting with "wait timer xxx" & ending with "<leave game - Thank you for using ciggarc etc etc > "and paste it into the coreonly.xml file. Dont forget the brackets...sorry if im not detailed enough its all at the top of my head.
1. A Keyrun XML tag like in RadsAtom, upon 5 stacks it runs a specific profile
2. A XML tag on a profile basis to disable death handling for certain profiles
I'm now member of the Ciggarc Collaboration so I'll stop developing on this plugin, but I'll implement all the nice stuff in this plugin into new Atom. The new randomization feature is already done and available for testing (>=Atom 2.0.15)
I'm now member of the Ciggarc Collaboration so I'll stop developing on this plugin, but I'll implement all the nice stuff in this plugin into new Atom. The new randomization feature is already done and available for testing (>=Atom 2.0.15)
Yea I had noticed that you were working with them now. I hope you can impart some of the stability into atom that has been in the switcher. I could run DB for days at a time with the switcher, something that atom could never come close to duplicating so far.