[Release] RoM Bot Configuration Tool V1.4
[Release] RoM Bot Configuration Tool V1.4
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
(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
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
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
(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
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
- Attachments
-
- Rom Config1.4.zip
- (262.26 KiB) Downloaded 2083 times
-
- Rom Config1.3.zip
- (262.17 KiB) Downloaded 326 times
-
- Rom Config1.2.zip
- (262.08 KiB) Downloaded 258 times
-
- Rom Config1.1.zip
- (256.07 KiB) Downloaded 334 times
Last edited by elroy72 on Sun May 03, 2009 7:56 pm, edited 8 times in total.
Re: [Release] RoM Bot Configuration Tool
Looks nice, but is there any sourcecode available for this tool - As most of the ppl
do not truse plain binary files ,-)
do not truse plain binary files ,-)
Re: [Release] RoM Bot Configuration Tool
-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.
-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
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.
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
update and source code posted
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: [Release] RoM Bot Configuration Tool
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?
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
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
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.
Code: Select all
Dir$(Charname.Text)
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
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)
-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
Updated to V1.3
-No longer need to add '.xml' to character name, .xml removed on load aswell
-fixed LOOT_DISTANCE help button
-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
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...
why?
next update, maybe more skill places
syr my english is bad...
Re: [Release] RoM Bot Configuration Tool V1.3
maybe because the hotkeys are set wrong? Post a screenshot of hotkeys in game and the xml from your profile.
-
- Posts: 104
- Joined: Mon Jan 05, 2009 8:19 am
Re: [Release] RoM Bot Configuration Tool V1.3
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.elroy72 wrote:maybe because the hotkeys are set wrong? Post a screenshot of hotkeys in game and the xml from your profile.
Zilvermoon
-
- Posts: 3
- Joined: Thu Apr 30, 2009 2:50 pm
Re: [Release] RoM Bot Configuration Tool V1.3
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
was hab ich den da falsch gemacht das ich den bot von dem tool aus nicht starten kann
Re: [Release] RoM Bot Configuration Tool V1.3
jo geht mir auch so, aber würde eh nichts nützen da der bot keine skills mehr anwendet, warum auch immer...
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: [Release] RoM Bot Configuration Tool V1.3
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
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.
-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.
- 3cmSailorfuku
- Posts: 354
- Joined: Mon Jan 21, 2008 6:25 pm
Re: [Release] RoM Bot Configuration Tool V1.3
I admire your effort, but you have really overcomplicated things in the sourcecode.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
(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
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
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
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.
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
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
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
the Run bot button is still greyed out. i did updates and so on. could anyone help me pls.
Who is online
Users browsing this forum: No registered users and 7 guests