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

[Plugin] Profile Switcher - keep your Nephalem Buffs!

Hi, i have problem with looping, i use act3 champion farm profile, this profile have something at the end like that:
<Continue profile="Act3Elite1.xml" exitgame="true" />

but after the Act3Elite5.xml, when bot come back to town, he start doing Act3Elite1.xml again, withogut exitgame, i use DB221, but got the same problem on DB220....
Any one know how to fix this??
 
Hi, i have problem with looping, i use act3 champion farm profile, this profile have something at the end like that:
<Continue profile="Act3Elite1.xml" exitgame="true" />

but after the Act3Elite5.xml, when bot come back to town, he start doing Act3Elite1.xml again, withogut exitgame, i use DB221, but got the same problem on DB220....
Any one know how to fix this??

exitgame attribute is ignored by our plugin. it loads after the last profile the first one and should then also logout. Also had an issue with Act3 profile - witch of the act 3 profile do you use?

Can you please upload a full log so i can debug that?

New Version will be out soon :)
 
Last edited:
I think a killer feature would be to integrate anti-idling. Move a bit and if it doesn't unstuck in 2 minutes, then switch to the next profile. With the other unstuckers, they would reset the current profile which wastes a lot of time running over an area they have already been.

I'm aware of this problem - we'll how we solve it!
 
Just uploaded our latest version with profile randomization!
 
Hi, i have problem with looping, i use act3 champion farm profile, this profile have something at the end like that:
<Continue profile="Act3Elite1.xml" exitgame="true" />

but after the Act3Elite5.xml, when bot come back to town, he start doing Act3Elite1.xml again, withogut exitgame, i use DB221, but got the same problem on DB220....
Any one know how to fix this??

I have the same problem, only with Act 1 mess...
 
I have the same problem, only with Act 1 mess...

Have you updated to the latest release?

Not have any of this issues - testet ACT 1/2/3 - post logs if you are on the latest version 1.1 beta 5!
 
Which relogger are you guys currently using in conjunction with this Plugin?

I've been having problems with DRelog not being able to load the profiles (yes, the paths are correct, ive tested it in DB without using the relogger, within the DemonbuddyBase folder). the issue i see is that Drelog creates a new folder which basically copies what was in the DemonbuddyBase folder. However when i run DRelog it tries to load the profiles from a different directory and I get the following error "Profile Switcher Loading c:\xxx\xxx\Drelog\Demonbuddy\Name\lootrules.xlm profiles cannot be found." dont know why its searching for the lootrules.xlm

Arelog works with this but the issue is it doesnt work with DB (doesnt close out and reopen DB it if d3 crashes). ive tried iplugin but it would freeze D3.

The previous version seemed to work fine since i get to set the directory within the config gui. probably because it overrides what the relogger does, anyway i can manually set the path myself with the newest version?
 
Last edited:
we've discussed exactly the same problem not more then 5 minutes ago. DBRelog copies the used profiles in another folder.

Seems we've to add a setting to override the DBRelog behaviour.

Thanks for the input and the details!
 
edit: figured out, don't rename the plugin folder lol
 
Last edited:
we've discussed exactly the same problem not more then 5 minutes ago. DBRelog copies the used profiles in another folder.

Seems we've to add a setting to override the DBRelog behaviour.

Thanks for the input and the details!

can you possibly just add the directory path back as a quick fix?
 
I must say this is a great plugin. Simplifies alot when it comes to profile creation. Tackle one project per file and perfect it! Currently I am running file A, B, C, D. When I reach D how do I get it to start from A again? Because Right now all it is running is D once it reaches file D.
 
Excellent work! Profile randomization was just what i was expecting for a loooong time.
 
Quick Q:
I have all my profiles in one folder (Acts' 1 - 4) and they are all named very inconsistently. When one finishes the next begins without leaving the act.
Does it always read the tag: <Continue profile="blah.xml"/>
I am asking because I do like the death support but I do not want profile randomisation
Apologies if this has been asked already!

Also having trouble with the exitgame tag like other people seem to
 
Last edited:
Quick Q:
I have all my profiles in one folder (Acts' 1 - 4) and they are all named very inconsistently. When one finishes the next begins without leaving the act.
Does it always read the tag: <Continue profile="blah.xml"/>
I am asking because I do like the death support but I do not want profile randomisation
Apologies if this has been asked already!

Also having trouble with the exitgame tag like other people seem to

The exitgame tag is completely ignored by our plugin - the plugin will automaticly leave the game when the last profile was reached.

Put your profiles in different folders (for different acts). Automaticly change to the next act isn't possible with the plugin at the moment!

For you naming problem -> You can just rename the profiles or you can put a random.txt in this folder and give the profiles all different a different priority (first line for first profile, secend line for second and so on)
 
I must say this is a great plugin. Simplifies alot when it comes to profile creation. Tackle one project per file and perfect it! Currently I am running file A, B, C, D. When I reach D how do I get it to start from A again? Because Right now all it is running is D once it reaches file D.

At the end of profile D should be a <nextProfile/> or <Continue/> tag. Also in the profiles folder should be no foreign profile!
 
At the end of profile D should be a <nextProfile/> or <Continue/> tag. Also in the profiles folder should be no foreign profile!

On profiles A I have <nextProfile name="exampleB.xml" />
profile B I have <nextProfile name="exampleC.xml" />
profile C I have <nextProfile name="exampleD.xml" />
profile D I have <LeaveGame reason="Run is done" />
<nextProfile name="exampleA.xml" />
is the <continue/> tag the tag I am suppose to use to exit the game and load the starting profile? If so what is the syntax? <continue name="xxxx.xml" /> ?

Edit: Yes I have a dedicated folder for linked profile switcher xml files.
 
Last edited:
On profiles A I have <nextProfile name="exampleB.xml" />
profile B I have <nextProfile name="exampleC.xml" />
profile C I have <nextProfile name="exampleD.xml" />
profile D I have <LeaveGame reason="Run is done" />
<nextProfile name="exampleA.xml" />
is the <continue/> tag the tag I am suppose to use to exit the game and load the starting profile? If so what is the syntax? <continue name="xxxx.xml" /> ?

Edit: Yes I have a dedicated folder for linked profile switcher xml files.
in xml, all xml elements should always begin with a capital letter and all the attributes should use small letters.
This is good to think of when you are making profiles so you get everything properly done :)
 
Back
Top