Page 1 of 2

[Release] RoM Bot Configuration Tool V1.4

Posted: Mon Apr 27, 2009 11:45 pm
by elroy72
WARNING: This tool has not been updated in awhile and may not create "working" profiles.

Ok I'm finally done the first version of the config app.. ready for release!

FOR USE WITH THE MICROMACRO ROM BOT (not used on its own)

RoM Bot Configuration V1.4
Image

(you can see that the Run bot button is greyed out, just due to some stupid directory stuff.. should be fixed in the next version. for now just press the update bot button then when it is done run the bot like normal.)

Features:
-Configure your bot without ever loading an Xml file!
-Easy access for quick tweaks with a start menu link
-Load and save profiles
-Remembers folder paths so you don't have to re-enter them every time
-Don't know what something is? Help button for every feature!
-Update the bot, Create paths and even run the Runes of Magic client directly from the program!
-All the skill currently in the data base are in an easy to access drop down menu. No more need to open skills.xml to see what they are.

------------------------------------------

Change Log
V1.1:
-Now when you set your skill, if it doesn't use Mana the level field will automatically be blank.

V1.2
-Updated the skills lists
-Added the Loot Distance Field
-Changed the way the program loads the xml. (no visible difference)

V1.3
-No longer need to add '.xml' to character name, .xml removed on load aswell
-fixed LOOT_DISTANCE help button

V1.4
-Some spelling mistakes
-Now, when a skill doesn't require a level nothing is written (before it wrote level=""). This might fix some skill using errors.

------------------------------------------

This is the first version AND my first "Real" project, so there is bound to be some bugs. I tried my hardest to weed them all out, but if you find any feel free to post them here or pm me.

Also, I would love Suggestion, Idea, Criticism, Questions.. and maybe even some love :P

Enjoy!

------------------------------------------

Source:
http://rapidshare.com/files/226814472/XML2.zip
(file to big for attachment)


NOTE: .NET Framework 3.5 was used to make this. it should be included in the install, if you have any problems visit http://www.microsoft.com/downloads/deta ... laylang=en

Re: [Release] RoM Bot Configuration Tool

Posted: Tue Apr 28, 2009 2:25 am
by mh2000
Looks nice, but is there any sourcecode available for this tool - As most of the ppl
do not truse plain binary files ,-)

Re: [Release] RoM Bot Configuration Tool

Posted: Tue Apr 28, 2009 7:34 am
by Jovaras
-no setting for buff cooldowns.
-sets my shot skill's level to 15 and I cannot change it, since it's grey.
-ruined the profile i had before.

Re: [Release] RoM Bot Configuration Tool

Posted: Tue Apr 28, 2009 11:05 am
by elroy72
if you overwrite your profile of course it will be different. I will change the not being able to change level 15 on the textbox tho.
As for the buff cooldowns, that has nothing to do with my program. that's functionality of the bot.

Re: [Release] RoM Bot Configuration Tool

Posted: Tue Apr 28, 2009 12:32 pm
by elroy72
update and source code posted

Re: [Release] RoM Bot Configuration Tool

Posted: Tue Apr 28, 2009 1:17 pm
by Administrator
Nice job, Elroy. There are a few things I'd like to bring to your attention.

First, you have the user append .xml to the character name. I'm assuming this is just to make your job easier when saving the profile. However, you would probably be better off not having the user do this, and, instead, to concatenate strings when calling the save function. This also would allow you to have the user run rom/bot.lua with profile:charname (which does not take the .xml extension).

Next, is that I have just updated the skill database that the bot uses. It should currently contain all available skills (including all elites). I'm guessing that this will need to be fixed in your program to allow selecting of all those skills?

Re: [Release] RoM Bot Configuration Tool

Posted: Tue Apr 28, 2009 2:16 pm
by elroy72
Yea appending the .xml was purely because I ran into problems when loading the xml file (saving was fine just add ".xml" to the end). I could remove the C:\bla\bla\bla by simple putting

Code: Select all

Dir$(Charname.Text)
However I have yet to find a way to remove the extension.. version to come will have it tho.

as for the running the bot, I'm still working on getting it to run in the right directory. update and createpath work fine, just the bot itself doesn't want to work.. working on that aswell.

New skills and LOOT_Distance will come later today when I get it done. That part is just a time thing lol.

Just a note for the future;
If a new skill is added and I havn't updated the program it will still work if you simply type the skill in.

Re: [Release] RoM Bot Configuration Tool

Posted: Tue Apr 28, 2009 6:02 pm
by elroy72
Updated to version 1.2

-Updated the skills lists
-Added the Loot Distance Field
-Changed the way the program loads the xml. (no visible difference)

Re: [Release] RoM Bot Configuration Tool V1.3

Posted: Wed Apr 29, 2009 6:57 am
by elroy72
Updated to V1.3
-No longer need to add '.xml' to character name, .xml removed on load aswell
-fixed LOOT_DISTANCE help button

Re: [Release] RoM Bot Configuration Tool V1.3

Posted: Wed Apr 29, 2009 2:12 pm
by scagzopp
nice work! but... my bot dont use skills :S he run, he atack, but no skills...
why?

next update, maybe more skill places ;)


syr my english is bad...

Re: [Release] RoM Bot Configuration Tool V1.3

Posted: Wed Apr 29, 2009 2:51 pm
by elroy72
maybe because the hotkeys are set wrong? Post a screenshot of hotkeys in game and the xml from your profile.

Re: [Release] RoM Bot Configuration Tool V1.3

Posted: Thu Apr 30, 2009 2:29 am
by Zilvermoon
elroy72 wrote:maybe because the hotkeys are set wrong? Post a screenshot of hotkeys in game and the xml from your profile.
I tried setting up the bot for my GF, (1.2) and I had the same exact issue ... the bot would use PRIEST_RISING_TIDE, PRIEST_REGENERATE & PRIEST_URGENT_HEAL (only the mana consuming skill's), but would not use any of her ROGUE skill's ... and yeah i checked the xml profile (I normally create it in hand my self, but thought it would be easy'er to let her use the confiog tool) ... and I couldn't find the problem in the profile ... I'll look further into it, since I don't want to create her profiles in hand if I can teach her to use this very nice tool.

Zilvermoon

Re: [Release] RoM Bot Configuration Tool V1.3

Posted: Fri May 01, 2009 3:15 am
by bmwmonster
Hy zusammen , hab alles installier und kann jetzt jedes profil auch laden in dem neuen Tool , bloß der runBot button ist bei mir hellgrau .
was hab ich den da falsch gemacht das ich den bot von dem tool aus nicht starten kann :cry:

Re: [Release] RoM Bot Configuration Tool V1.3

Posted: Fri May 01, 2009 6:23 am
by scagzopp
jo geht mir auch so, aber würde eh nichts nützen da der bot keine skills mehr anwendet, warum auch immer...

Re: [Release] RoM Bot Configuration Tool V1.3

Posted: Fri May 01, 2009 12:26 pm
by Administrator
Lets keep it in English if possible. You two will both need to provide your profiles and a copy of log.txt. It would also help if you describe the problem rather than just say "it doesn't work."

Re: [Release] RoM Bot Configuration Tool V1.3

Posted: Sat May 02, 2009 1:57 pm
by elroy72
Updated to V1.4
-Some spelling mistakes
-Now, when a skill doesn't require a level nothing is written (before it wrote level=""). This might fix some skill using errors.


On a side note, I made a completely new profile using my program and started botting with it. Skills work as normal.. not sure what the problem is for you guys.

Re: [Release] RoM Bot Configuration Tool V1.3

Posted: Sat May 02, 2009 2:44 pm
by 3cmSailorfuku
elroy72 wrote:Ok I'm finally done the first version of the config app.. ready for release!

FOR USE WITH THE MICROMACRO ROM BOT (not used on its own)

RoM Bot Configuration V1.3
Image

(you can see that the Run bot button is greyed out, just due to some stupid directory stuff.. should be fixed in the next version. for now just press the update bot button then when it is done run the bot like normal.)

Features:
-Configure your bot without ever loading an Xml file!
-Easy access for quick tweaks with a start menu link
-Load and save profiles
-Remembers folder paths so you don't have to re-enter them every time
-Don't know what something is? Help button for every feature!
-Update the bot, Create paths and even run the Runes of Magic client directly from the program!
-All the skill currently in the data base are in an easy to access drop down menu. No more need to open skills.xml to see what they are.

------------------------------------------

Change Log
V1.1:
-Now when you set your skill, if it doesn't use Mana the level field will automatically be blank.

V1.2
-Updated the skills lists
-Added the Loot Distance Field
-Changed the way the program loads the xml. (no visible difference)

V1.3
-No longer need to add '.xml' to character name, .xml removed on load aswell
-fixed LOOT_DISTANCE help button

V1.4
-Some spelling mistakes
-Now, when a skill doesn't require a level nothing is written (before it wrote level=""). This might fix some skill using errors.

------------------------------------------

This is the first version AND my first "Real" project, so there is bound to be some bugs. I tried my hardest to weed them all out, but if you find any feel free to post them here or pm me.

Also, I would love Suggestion, Idea, Criticism, Questions.. and maybe even some love :P

Enjoy!

------------------------------------------

Source:
http://rapidshare.com/files/226814472/XML2.zip
(file to big for attachment)


NOTE: .NET Framework 3.5 was used to make this. it should be included in the install, if you have any problems visit http://www.microsoft.com/downloads/deta ... laylang=en
I admire your effort, but you have really overcomplicated things in the sourcecode.
If I can give you one suggestion, it be that you do it a bit more OOP for your own good.
It will be way easier to update for you that way.

eg. Detecting new changes to the profile and create a new inputbox into the gui, so you can just use a config file for the tool to display the help to it.
Because of what you had added in the actual source is really insane, perhaps you are used to it?

Re: [Release] RoM Bot Configuration Tool V1.4

Posted: Sun May 03, 2009 8:01 pm
by elroy72
Truth is I'm not used to anything.

This is my first project outside of random letter generators and useless programs.
I knew the source would be nowhere near fine tuned or organized.

For right now I don't have the know-how to make it more OOP. I'm still learning and any in depth info or anything like that you want to share I will take with open arms and no complaints.

Re: [Release] RoM Bot Configuration Tool V1.4

Posted: Sat May 09, 2009 11:52 am
by kumpel100
anyone else get this error?
i run Vista Ultimate x64
with Netframework 3,5 sp1

i get this error when i run the setup.exe

Re: [Release] RoM Bot Configuration Tool V1.4

Posted: Sat May 09, 2009 1:22 pm
by Jutasio
the Run bot button is still greyed out. i did updates and so on. could anyone help me pls.