Page 1 of 1
new version of rom bot configuration tool
Posted: Sat Aug 08, 2009 2:40 pm
by brianr
Here is my latest build of the configuration tool..
Removed ENERGY_STORAGE_1 and ENERGY_STORAGE_2
Fixed the run bot button should work now.
added: LOOT_IN_COMBAT
LOOT_DISTANCE
LOOT_PAUSE_AFTER
LOGOUT_TIME
LOGOUT_SHUTDOWN
LOGOUT_WHEN_STUCK
TARGET_LEVELDIF_ABOVE
TARGET_LEVELDIF_BELOW
QUICK_TURN
LOGOUT_MACRO
Just a heads up this will mess up your old profile if you have special things programmed in it so use at your own risk.
Any feed back would be great for any ideas or errors.
I will be working on the skills next and help buttons.
Brian
Update again worked on skills added inbattle and hpper.
Re: new version of rom bot configuration tool
Posted: Mon Aug 10, 2009 7:42 pm
by brianr
I was thinking about adding a waypoint editor in the program that displayed the code and also would show a graphical line display of the waypoints connected that you could move around.
has anyone done this for rom bot yet?
Brian
Re: new version of rom bot configuration tool
Posted: Tue Aug 11, 2009 6:11 pm
by d003232
I take a look at your last version. Some remarks:
- The combat type is not anymore needed by default. It is determined by the class. Only if you want something special (like use your scout as meele) you have to define it
- max fight time should be 15, 30 is to long and will lead to more death
- key for MP potion should be + (because of standard keyboard settings)
- key for res macro should be 0
- Skills: inbattle option, default should be empty
- Mage Fireball with option hpper is a poor example
- good example for inbattle would be priest holy aura
- good example for hpper would be priest urgend heal
- ondeath pause should be a comment or completly deleted
At the time I began to use that bot, I would have really liked a graphical waypoint editing tool. Now I'm not anymore so sure about that. Perhaps if I want to edit a file after creating them it could be helpfull.
Re: new version of rom bot configuration tool
Posted: Tue Aug 11, 2009 6:25 pm
by d003232
And some more options:
Code: Select all
RES_AUTOMATIC_AFTER_DEATH = false, -- automatic resurrect after death true | false,
and here some hidden 'expert options':
Code: Select all
WAYPOINTS_REVERSE = false, -- use the waypoint file in reverse order
MAX_DEATHS = 10, -- maximal death if automatic resurrect befor logout
WAIT_TIME_AFTER_RES = 10000, -- time to wait after resurrection, needs more on slow PCs
RETURNPATH_SUFFIX = "_return", -- suffix for default naming of returnpath
HARVEST_SCAN_WIDTH = 10, -- steps horizontal
HARVEST_SCAN_HEIGHT = 8, -- steps vertical
HARVEST_SCAN_STEPSIZE = 35, -- wide of every step
HARVEST_SCAN_TOPDOWN = true, -- true = top->down false = botton->up
HARVEST_SCAN_XMULTIPLIER = 1.0, -- multiplier for scan width
HARVEST_SCAN_YMULTIPLIER = 1.1, -- multiplier for scan line height
HARVEST_SCAN_YREST = 10, -- scanspeed
USE_SLEEP_AFTER_RESUME = false, -- enter sleep mode afer pressing pause key