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

Trinity Compatible Combat Profiles

rrrix

New Member
Joined
Jul 11, 2010
Messages
3,449
Reaction score
61
Trinity "Blank" Profiles

These profiles will allow YOU, the user, to control your bot without the bot running a full "Profile". These are specifically designed to work with Trinity, since Trinity ignores some of the built-in conventions of profiles.

Trinity 'Combat' movement is NOT disabled when Combat is enabled - Trinity will still move to and attack targets.
Trinity 'Loot' movement is NOT disabled when Looting is enabled - Trinity will still move to and pickup loot.

[TABLE="class: grid, width: 500, align: center"]
[TR]
[TD]TrinityCombatLoot.xml[/TD]
[TD]Combat Enabled, Looting Enabled[/TD]
[/TR]
[TR]
[TD]TrinityOnlyCombat.xml[/TD]
[TD]Combat Enabled, Looting Disabled[/TD]
[/TR]
[TR]
[TD]TrinitOnlyLoot.xml[/TD]
[TD]Combat Disabled, Looting Enabled[/TD]
[/TR]
[TR]
[TD]TrinityNoCombatNoLoot.xml[/TD]
[TD]Combat Disabled, Looting Disabled[/TD]
[/TR]
[/TABLE]


How to use:


  1. Stop the bot
  2. Manually select the Act, Quest, Quest Sub-step, Difficulty and Monster Power level
  3. Click "Start Game"
  4. You should be in the game world now
  5. Load the combat profile of your choice
  6. Start the bot
Some background:


  • Trinity ignores the global profile <KillMonsters> and <PickupLoot> elements - since bad profile writers tend to leave these out which can confusion as to why their bot is not working.
  • Trinity honors the <ToggleTargeting> tag setting attributes combat="[True|False]" looting="[True|False]" - since by default they are "True" and are quite useful in disabling combat and looting in specific circumstances.

TrinityCombatLoot.xml:
Code:
<Profile>  <Name>Trinity Blank Profile: Combat Enabled ; Loot Enabled</Name>
  <KillMonsters>True</KillMonsters>
  <PickupLoot>True</PickupLoot>
  <GameParams quest="136656" step="-1" act="A1" difficulty="Inferno" resumeFromSave="False" isPrivate="True" numGames="-1" />


  <Order>
    <ToggleTargeting questId="1" combat="True" looting="True" />
    <While condition="True">
      <WaitTimer questId="1" waitTime="86400" />
    </While>
  </Order>
</Profile>

TrinityOnlyCombat.xml:
Code:
<Profile>  <Name>Trinity Blank Profile: Combat Enabled ; Loot Disabled</Name>
  <KillMonsters>True</KillMonsters>
  <PickupLoot>True</PickupLoot>
  <GameParams quest="136656" step="-1" act="A1" difficulty="Inferno" resumeFromSave="False" isPrivate="True" numGames="-1" />


  <Order>
    <ToggleTargeting questId="1" combat="True" looting="False" />
    <While condition="True">
      <WaitTimer questId="1" waitTime="86400" />
    </While>
  </Order>
</Profile>

TrinityOnlyLoot.xml:
Code:
<Profile>  <Name>Trinity Blank Profile: Combat Disabled ; Loot Enabled</Name>
  <KillMonsters>True</KillMonsters>
  <PickupLoot>True</PickupLoot>
  <GameParams quest="136656" step="-1" act="A1" difficulty="Inferno" resumeFromSave="False" isPrivate="True" numGames="-1" />


  <Order>
    <ToggleTargeting questId="1" combat="False" looting="True" />
    <While condition="True">
      <WaitTimer questId="1" waitTime="86400" />
    </While>
  </Order>
</Profile>

TrinityNoCombatNoLoot.xml:
Code:
<Profile>  <Name>Trinity Blank Profile: Combat Disabled ; Loot Disabled</Name>
  <KillMonsters>True</KillMonsters>
  <PickupLoot>True</PickupLoot>
  <GameParams quest="136656" step="-1" act="A1" difficulty="Inferno" resumeFromSave="False" isPrivate="True" numGames="-1" />


  <Order>
    <ToggleTargeting questId="1" combat="False" looting="False" />
    <While condition="True">
      <WaitTimer questId="1" waitTime="86400" />
    </While>
  </Order>
</Profile>
 

Attachments

Last edited:
I came on the forum just now to ask you how I can control one bot and let the other "Simply Follow", without the bot Im controlling going completely nuts in the demonbuddy log window. Now I just made this useless post, haha.

Thanks though!

** What is the easiest method of loading a new combat profile? Quite often it just automatically picks the one last used. ***Edit: I thought these were combat routines, but they're profiles that do the trick. You live, you learn ^^
 
I actually find that regardless of using these profiles while using only trinity and simplefollow, my character still occasionally move in the opposite direction for some reason. Also, he still uses warcry at every chance, which I guess is fine actually, but weird since Im using this no combat profile.
 
I actually find that regardless of using these profiles while using only trinity and simplefollow, my character still occasionally move in the opposite direction for some reason. Also, he still uses warcry at every chance, which I guess is fine actually, but weird since Im using this no combat profile.

Try the NoCombatNoLoot? It could be trying to pick something up.
 
I've tried using the NoCombat & NoCombatNoLoot, but with both profiles it still uses the skills and occasionally starts running on its own...
 
Hey rrrix,

is it possible to make a Profile really only for combat and movement completely turned off, like that the bot is only smashing my skills and i am doing all the movement? I am using right now your onlycombat Profile and my toon is still moving on his own when im infight, in some situations i just die because of it as example when i have to move out of shit, im trying to move away and the bot keeps moving back...
 
Why it keep going to a-1-1 when dced? cant it just resume where it stopped?
 
Why it keep going to a-1-1 when dced? cant it just resume where it stopped?

Are you referring to the questing profiles? The combat profiles have this quest set as a default.
 
Are you referring to the questing profiles? The combat profiles have this quest set as a default.
Can't leave it blank with resume on dc support? And yes, i mean this blank profile.
 
Does this mean I can use Trinity and move the character manually?
That's exactly what it does.


rrrix, I've noticed this doesn't kite that well on my wizard, just stands there. Unless there is any ground effects. (poison, molten etc)
This doesn't really happen with other profiles.
 
Is there anyways to "pause" the profile from a keyboard shortcut in game? I would love to use this for speed runs where I can run past most of the mobs and just engage stuff that is required.
 
can someone please tell me why when im using a noncombat no loot profile it still uses spirit walk and loots on my witchdoctor?
 
Awesome profiles Rixx - as is all your stuff for that matter. Thanks so much for creating these!

Has anyone found a fix for the "on death" issue?

And if I remove the <GameParams> stuff will it stop trying to create games?
 
Is there a reason my crusader wont use bombardment? I have it set to only needing 2 mobs around me for it go off.
 
EDIT: I deactivated "allow game resetting" works now wothout spamming

I want to use this for Uberbosses, it kills and loots but it keeps spamming:

Loaded profile Trinity Blank Profile: Combat Enabled ; Loot Enabled
Game joined, Resetting profile caches.
ToggleTargeting, new values: Looting:True LootRadius:50 Combat:True KillRadius:50
ProfileOrderManager.OnGameJoined, Reloading profile.
[Trinity] New Game - resetting everything

so the game fps drops to zero
 
Last edited:
EDIT: I deactivated "allow game resetting" works now wothout spamming

I want to use this for Uberbosses, it kills and loots but it keeps spamming:



so the game fps drops to zero
where you did that?
 
These are not working for me. My character still uses abilities and tries to loot.
 
Back
Top