[Release] RoM Bot Configuration Tool V1.4

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
elroy72
Posts: 36
Joined: Tue Apr 07, 2009 8:01 pm

[Release] RoM Bot Configuration Tool V1.4

#1 Post by elroy72 » Mon Apr 27, 2009 11:45 pm

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
Attachments
Rom Config1.4.zip
(262.26 KiB) Downloaded 2051 times
Rom Config1.3.zip
(262.17 KiB) Downloaded 295 times
Rom Config1.2.zip
(262.08 KiB) Downloaded 223 times
Rom Config1.1.zip
(256.07 KiB) Downloaded 285 times
Last edited by elroy72 on Sun May 03, 2009 7:56 pm, edited 8 times in total.

mh2000
Posts: 11
Joined: Mon Apr 20, 2009 5:00 pm

Re: [Release] RoM Bot Configuration Tool

#2 Post by mh2000 » Tue Apr 28, 2009 2:25 am

Looks nice, but is there any sourcecode available for this tool - As most of the ppl
do not truse plain binary files ,-)

Jovaras
Posts: 12
Joined: Fri Mar 27, 2009 7:59 am

Re: [Release] RoM Bot Configuration Tool

#3 Post by Jovaras » Tue Apr 28, 2009 7:34 am

-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.

elroy72
Posts: 36
Joined: Tue Apr 07, 2009 8:01 pm

Re: [Release] RoM Bot Configuration Tool

#4 Post by elroy72 » Tue Apr 28, 2009 11:05 am

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.

elroy72
Posts: 36
Joined: Tue Apr 07, 2009 8:01 pm

Re: [Release] RoM Bot Configuration Tool

#5 Post by elroy72 » Tue Apr 28, 2009 12:32 pm

update and source code posted

User avatar
Administrator
Site Admin
Posts: 5306
Joined: Sat Jan 05, 2008 4:21 pm

Re: [Release] RoM Bot Configuration Tool

#6 Post by Administrator » Tue Apr 28, 2009 1:17 pm

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?

elroy72
Posts: 36
Joined: Tue Apr 07, 2009 8:01 pm

Re: [Release] RoM Bot Configuration Tool

#7 Post by elroy72 » Tue Apr 28, 2009 2:16 pm

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.

elroy72
Posts: 36
Joined: Tue Apr 07, 2009 8:01 pm

Re: [Release] RoM Bot Configuration Tool

#8 Post by elroy72 » Tue Apr 28, 2009 6:02 pm

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)

elroy72
Posts: 36
Joined: Tue Apr 07, 2009 8:01 pm

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

#9 Post by elroy72 » Wed Apr 29, 2009 6:57 am

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

scagzopp
Posts: 2
Joined: Tue Mar 10, 2009 5:04 pm

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

#10 Post by scagzopp » Wed Apr 29, 2009 2:12 pm

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...

elroy72
Posts: 36
Joined: Tue Apr 07, 2009 8:01 pm

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

#11 Post by elroy72 » Wed Apr 29, 2009 2:51 pm

maybe because the hotkeys are set wrong? Post a screenshot of hotkeys in game and the xml from your profile.

Zilvermoon
Posts: 104
Joined: Mon Jan 05, 2009 8:19 am

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

#12 Post by Zilvermoon » Thu Apr 30, 2009 2:29 am

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

bmwmonster
Posts: 3
Joined: Thu Apr 30, 2009 2:50 pm

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

#13 Post by bmwmonster » Fri May 01, 2009 3:15 am

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:

scagzopp
Posts: 2
Joined: Tue Mar 10, 2009 5:04 pm

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

#14 Post by scagzopp » Fri May 01, 2009 6:23 am

jo geht mir auch so, aber würde eh nichts nützen da der bot keine skills mehr anwendet, warum auch immer...

User avatar
Administrator
Site Admin
Posts: 5306
Joined: Sat Jan 05, 2008 4:21 pm

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

#15 Post by Administrator » Fri May 01, 2009 12:26 pm

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."

elroy72
Posts: 36
Joined: Tue Apr 07, 2009 8:01 pm

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

#16 Post by elroy72 » Sat May 02, 2009 1:57 pm

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.

User avatar
3cmSailorfuku
Posts: 354
Joined: Mon Jan 21, 2008 6:25 pm

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

#17 Post by 3cmSailorfuku » Sat May 02, 2009 2:44 pm

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?

elroy72
Posts: 36
Joined: Tue Apr 07, 2009 8:01 pm

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

#18 Post by elroy72 » Sun May 03, 2009 8:01 pm

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.

kumpel100
Posts: 47
Joined: Sat May 09, 2009 11:12 am

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

#19 Post by kumpel100 » Sat May 09, 2009 11:52 am

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
Attachments
error.jpg

Jutasio
Posts: 2
Joined: Sat May 09, 2009 1:14 pm

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

#20 Post by Jutasio » Sat May 09, 2009 1:22 pm

the Run bot button is still greyed out. i did updates and so on. could anyone help me pls.

Post Reply

Who is online

Users browsing this forum: No registered users and 49 guests