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

Wanted-Relog settings (personal info removed)

Thecamel

Community Developer
Joined
Aug 8, 2012
Messages
2,027
Reaction score
46
Hi Guys,

Looking for a template to use to setup my bot to logon my alts and run garrison buddy and move to the next toon ( I have 8 alt)

If any one has already done this- id love a copy (with your account/toon details removed)..

Would be more then happy to buy you a coffee (paypal) for your efforts.

Cheers.
 
Code:
<CharacterProfile>     
        <Settings>
        <ProfileName>PROFILE NAME</ProfileName>
        <IsEnabled>true</IsEnabled>
        <WowSettings>
          <LoginData>ACCOUNT EMAIL WHICH YOU ADD INSIDE HBRELOG DUE TO ENCRYPTION</LoginData>
          <PasswordData>ACCOUNT PASSWORD WHICH YOU ADD INSIDE HBRELOG DUE TO ENCRYPTION</PasswordData>
          <AcountName>ACCOUNT NUMBER</AcountName>
          <CharacterName>FIRST CHARACTER NAME</CharacterName>
          <ServerName>CHARACTER SERVER</ServerName>
          <Region>Auto</Region>
          <WowPath>WOW PATH</WowPath>
          <WowArgs>-noautolaunch64bit</WowArgs>
          <WowWindowWidth></WowWindowWidth>
          <WowWindowHeight></WowWindowHeight>
          <WowWindowX></WowWindowX>
          <WowWindowY></WowWindowY>
        </WowSettings>
        <HonorbuddySettings>
          <HonorbuddyKeyData>HONORBUDDY KEY WHICH YOU ADD INSIDE HBRELOG DUE TO ENCRYPTION</HonorbuddyKeyData>
          <CustomClass>Singular</CustomClass>
          <BotBase>GarrisonBuddy</BotBase>
          <HonorbuddyProfile></HonorbuddyProfile>
          <HonorbuddyPath>HONORBUDDY PATH</HonorbuddyPath>
          <UseHBBeta>false</UseHBBeta>
        </HonorbuddySettings>
      </Settings>
      <Tasks>
        <WaitTask Minutes="20" RandomMinutes="2" />
        <LogonTask CharacterName="SECOND CHARACTER NAME" Server="" BotBase="" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="" />
        <WaitTask Minutes="20" RandomMinutes="2" />
        <LogonTask CharacterName="THIRD CHARACTER NAME" Server="" BotBase="" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="" />
        <WaitTask Minutes="20" RandomMinutes="2" />
        <LogonTask CharacterName="FOURTH CHARACTER NAME" Server="" BotBase="" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="" />
        <WaitTask Minutes="20" RandomMinutes="2" />
        <LogonTask CharacterName="FIFTH CHARACTER NAME" Server="" BotBase="" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="" />
        <WaitTask Minutes="20" RandomMinutes="2" />
        <LogonTask CharacterName="SIXTH CHARACTER NAME" Server="" BotBase="" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="" />
        <WaitTask Minutes="20" RandomMinutes="2" />
        <LogonTask CharacterName="SEVENTH CHARACTER NAME" Server="" BotBase="" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="" />
        <WaitTask Minutes="20" RandomMinutes="2" />
        <LogonTask CharacterName="EIGHT CHARACTER NAME" Server="" BotBase="" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="" />
        <WaitTask Minutes="20" RandomMinutes="2" />
        <LogonTask CharacterName="" Server="" BotBase="" CustomClass="" ProfilePath="" HonorbuddyPath="" HonorbuddyArgs="" />
      </Tasks>
    </CharacterProfile>

This is what the character settings section will look like. The settings file is located here: %APPDATA%\HighVoltz\HBRelog\Setting.xml

Anything in caps needs changing.

To be honest I suspect this might not be enough to help you. You are probably better off fiddling with hbrelog to create your own.
 
Last edited:
Hi Guys,

Looking for a template to use to setup my bot to logon my alts and run garrison buddy and move to the next toon ( I have 8 alt)

If any one has already done this- id love a copy (with your account/toon details removed)..

Would be more then happy to buy you a coffee (paypal) for your efforts.

Cheers.

Dude its probably as far away from rocket science as you can get. Just start Hbrelog and set it up yourself.
 
Back
Top