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

Default Honorbuddy/Gatherbuddy Relogger Open Beta v0.2.0

go into dos and type mklink /j "c:\users\Will\Music\iTunes\iTunes Music" d:\Music\ but instead of the itunes the wow folder info ?

and would this work on the same hard drive if i wanted to do this on my other PC aswell that only has 1 hard drive
 
go into dos and type mklink /j "c:\users\Will\Music\iTunes\iTunes Music" d:\Music\ but instead of the itunes the wow folder info ?

and would this work on the same hard drive if i wanted to do this on my other PC aswell that only has 1 hard drive

What you would want to do is follow these steps:

1) Make a new folder where you want your new copy of WoW to go
2) Copy everything except for the Data and Interface folders from the original folder into the new folder - You can also ignore the "Errors", "Logs", "Screenshots", "Backup" and "Cache" folders if you'd like, those folders aren't really important, the new copy of WoW will generate these as needed, but copying them won't hurt anything
3) Open up a new command prompt (dos) and type the following:

mklink /D "<Path to original WoW folder Here>\Data" "<Path to NEW WoW folder here>\Data"
mklink /D "<Path to original WoW folder Here>\Interface" "<Path to NEW WoW folder here>\Interface"

Don't forget the quotes and make sure you enter the proper paths. :)

Now any data files and interface files will automatically be shared between your original WoW folder and the new one and will not take up extra space - This also makes updating interface addons extremely easy, change it in one folder and it updates ALL copies of WoW. :D


EDIT: Yes, it works just fine with one hard drive, no need to use multiple.
 
/d or /j ? because seen /j in the tutorial thingy :) and thanks for the step by step instructions made it look a lot easier
 
seems to take just as long because of the updates folder =/

Edit - Nevermind went down to 60 seconds ^_^
 
Hmm,

Doesn't get past the login screen. So atm useless for me.

Also for HB how do u make sure it chooses the right CC to use? Can't see an option there.
 
why you dont add the same wow folder, for every instance?

Oo

Cuz it States you need Wow/gb/hb folder Per Account. and when i tryed to do it with 1 it just didnt work at all........all it did was make the other wows dissconnect.
 
I have the same problem that it only starts one GB, so I made one instance of automator for every of my wow instance, and try keeping it up as much as it can.

But I have two problems, when it disconnects (wow session) it simply doesnt do anything. Can I have any kind of relogger, that logs back in, or is it something to be added to the automator?
The other problem is.. Where can I fing eAuction, or any good and reliable auction bot? I have NO idea how to make it, and even tho I have the auction option on the automator, I wonder how will it be done if I cant even find it. And it would be nice to have some AH automated, so I would only be there for the fun things (buying and reselling :D)
 
so how do I get to to run for 24 hours? it stopps after 21 even tho i set it to 24 and then i can't even get to it start again, + i have to redo all the accounts since I can't edit them once i've started.
 
Hey guys. New version 0.2.0 is crashing every time i try to bring it up. I don't have any specifics other than it wont load WoW, GB, or HB. Also, it wont allow me to attach to the HB server to refresh my list of profiles. All credentials are correct.

Figured i'd give you a heads up.
 
Hey guys. New version 0.2.0 is crashing every time i try to bring it up. I don't have any specifics other than it wont load WoW, GB, or HB. Also, it wont allow me to attach to the HB server to refresh my list of profiles. All credentials are correct.

Figured i'd give you a heads up.

Yep its non functional atm, he will probably fix sooner or later tho :D
 
Having a problem with the trial sessions. When using test/t3st as account it will also use that for Honorbuddy. It should use my main account instead. Otherwise it stops working after a few seconds.
 
i have a problem, when i select eauction configuration it tell me come to later. i want know if eauction working now?
 
is there any way to script hit on "start"-button with .bat(batch)-files? maybe any parameters?
 
i have a problem, when i select eauction configuration it tell me come to later. i want know if eauction working now?

I have the same issue,

After installing this should Eauction be under plugins in HB to configure?
I cant seem to find Eauction anywhere and it wont sell anything just runs whatever profile it has loaded at the time?
 
i like this starter but it needs some work. i would like it to be stable, to stop crashing when trying to login more than 3 accounts. i have a few suggestions also:
I would like to select what accounts to start or stop with a checkbox form. also some Buttons:
1. KILL - exists wow and hb/gb for selected acc
2.STOP - stops gb/hb for selected acc
3.KILL ALL - exists all wow and gb sessions
4.Switch to FARM/LEVEL/AUCTION button

Name suggestion: Magic Starter, Voodoo Magic. Since gets the magic going ;P.
THx for ur awsome programs guys. keep it up
 
I get this errormessage everytime I try to set up automator.
Especially I realised, that automator crashes after selecting the path ti HB/GB.

EDIT: works in win7 / not in XP as before...

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Data.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SQLite.SQLiteException: SQLite error
no such table: GeneralSettings
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
at System.Data.Mapping.Update.Internal.DynamicUpdateCommand.Execute(UpdateTranslator translator, EntityConnection connection, Dictionary`2 identifierValues, List`1 generatedValues)
at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter)
--- End of inner exception stack trace ---
at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter)
at System.Data.EntityClient.EntityAdapter.Update(IEntityStateManager entityCache)
at System.Data.Objects.ObjectContext.SaveChanges(SaveOptions options)
at (Object )
at ..(Object , EventArgs )
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
wowAutomator
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Programme/automator/automator.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Data.Entity
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Data.Entity/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Entity.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Transactions
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Web
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Numerics
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
System.Data.OracleClient
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data.OracleClient/v4.0_4.0.0.0__b77a5c561934e089/System.Data.OracleClient.dll
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.66.0
Win32 Version: 1.0.66.0
CodeBase: file:///C:/Programme/automator/System.Data.SQLite.DLL
----------------------------------------
System.Xml.Linq
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
System.Runtime.Serialization
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
System.Data.SQLite.Linq
Assembly Version: 2.0.38.0
Win32 Version: 2.0.38.0
CodeBase: file:///C:/Programme/automator/System.Data.SQLite.Linq.DLL
----------------------------------------
Anonymously Hosted DynamicMethods Assembly
Assembly Version: 0.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
 
Last edited:
Back
Top