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

[Plugin] Profile Switcher - keep your Nephalem Buffs!

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 :)
I'm just going by the example given on the first page. Have no idea if the syntax is case sensitive. I would assume it's not but I haven't tried. What tag and what is the syntax for it that would loop back to profile A? If I use <nextProfile /> it will just loop back to profile A and start running the empty zone in the same game. I see no reference to the syntax as an example on post one. Do you know Radonic?
 
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.

<nextProfile/> or <Continue/> at the end of each profile is enogth when u use our plugin :)
 
<nextProfile/> or <Continue/> at the end of each profile is enogth when u use our plugin :)
I tried that but it doesn't leave the game and just continues to Profile A clearing the area it already cleared. How do I get it to leave the game and load profile A? I had <LeaveGame/> before <nextProfile/> and it would not load Profile A. It would just repeat Profile D.
 
I tried that but it doesn't leave the game and just continues to Profile A clearing the area it already cleared. How do I get it to leave the game and load profile A? I had <LeaveGame/> before <nextProfile/> and it would not load Profile A. It would just repeat Profile D.

Can you please upload a full log of this? Also running log would be helpful :)
 
Can you please upload a full log of this? Also running log would be helpful :)
Ok I am letting it run clean slate. So I can just report the log with The profiles I am using with profile changer. I will post it once it is complete.
 
Hi, can the priority be ZERO (0) ????
usefull for ignoring certain profile for questing etc... also useful so we may not delete a profile from a folder...
 
Hi, can the priority be ZERO (0) ????
usefull for ignoring certain profile for questing etc... also useful so we may not delete a profile from a folder...

At the moment don't use 0 - but will implement it for ignoring in upcoming versions. Thanks for your input!
 

I had a look at your log - it seems you are not using the actual Version 1.1.5 - are u using 1.0? Have you maybe installed radonic's profile manager (installed & disabled can also cause bugs because of the profile tag)?

I wasn't able to reproduce this bug.
 
i cant configure the plugin =/, just installed, but just seen to work
 
yeah its not reading exitgame at all - just runs through empty maps

Demonbuddy v1.0.950.221
Profileswitcher public Version Version { get { return new Version(1, 1, 5); } }
 
<Name>[A2 - Inferno] Champion-Hunting w/ Death Support: Mine</Name>
 
yeah its not reading exitgame at all - just runs through empty maps

Demonbuddy v1.0.950.221
Profileswitcher public Version Version { get { return new Version(1, 1, 5); } }

Thats normal! We ignore extigame=true! We log out if we have finished (or died to often) the last profile. In this folder should only be xml files witch belong to the profile pack.

Witch settings you are using? Advanced deathhandling? Randomization?

Also a DB log and the running log would be helpful for debugging
 
seems to be act2 by gardettos? your bot clears all different profiles one time and then begins from the first one without logging out?
 
yeah but ive got heaps of profiles in one directory - ill try separating them all now
 
i cant configure the plugin =/, just installed, but just seen to work

you're sure that you installed it right and it the plugin loads correctly?

Perhaps try to delete the plugin in the plugins folder - download it new and copy it to your plugin folder.
If it loads - u should be able to hit the config button and change your settings
 
its doing an act II run now - thanks for the help guys ill update the post in just an hour
 
yeah but ive got heaps of profiles in one directory - ill try separating them all now

yes this is exactly the problem. Our plugin doesn't need a defined entry and leavepoint (which causes stucks and makes randomization impossible) - it just reloggs when ALL profiles within a folder are done.

Try to seperate and it should work!
 
Back
Top