kravitz
New Member
- Joined
- Dec 9, 2011
- Messages
- 376
You may want to consider going over:
EclipseDataManager.cs,
EclipseDataManagerDesigner.cs,
QuestingMode.cs
Both are attempting to load data files from directories that are only available on your personal system therefore the bot calls an error since its hard coded, instead it ought to display an opendialog.
I fixed questing mode, but don't have time to look at the data management files. Otherwise great bot!
EclipseDataManager.cs,
EclipseDataManagerDesigner.cs,
QuestingMode.cs
Both are attempting to load data files from directories that are only available on your personal system therefore the bot calls an error since its hard coded, instead it ought to display an opendialog.
PHP:
C:\\Users\\Twist\\Documents\\Honorbuddy\\Bots\\SkinbotV2\\SkinbotV2\\Data\\EclipseWoWDB.ed
C:\Users\Twist\Documents\Honorbuddy\Default Profiles\Cava\Scripts\
I fixed questing mode, but don't have time to look at the data management files. Otherwise great bot!
Last edited: