-
Notifications
You must be signed in to change notification settings - Fork 36
Meridian59.Bot.Spell
SpellBot is a stand-alone miniclient, which acts as a spell training bot. It will connect to a M59 server and automatically perform tasks such as casting spells and others. You do NOT need any other client to use this.
MeridianNext (105/112/200)
|
Meridian59 (101/102/115)
|
Adjust the file "configuration.xml" to your needs. There is a detailed explanation of all the values in it. Make sure to replace my default admin-entry "Sha'Krune".
The bot requires an update-to-date 'rsc0000.rsb' string-dictionary file for the server it is connecting to. Therefore it is recommended to manually update the according '.rsb' file in bot folder 'resource/strings/' with each server-update. Replace the bot's 'rsc0000-XYZ.rsb' file with the one you can get from your gameclient's 'resource' folder.
2.0.0.0 (GIT)
- ...
1.9.0.0
- Compatibility updates for 103/112
1.8.0.0
- Minor changes
1.7.0.0
- WARNING: Changed configfile. New first sections 'resources' and 'connections' are equal to OgreClient config. You can copy&paste content of your old 'bot' tag, but you can not just continue to use your old bot configuration.xml
- Allows adding 'ignore' entries to a connectionprofile in configuration.xml, this will ignore chat from the player.
- Fixed an issue handling a gamemssage twice (duplicated chat)
- Changed directory structure a bit (.rsb files to go new folder shared between x86 & x64: 'resources/strings'). You can add more resources like rooms in these folders, they will be recognized by the bot (but not yet used for anything).
1.6.0.0
- Compatible with Update18 on 103
- Different versions for 101/102 (Meridian59) and 103 (OpenMeridian).
1.5.0.0
- Bot can be run as a windows-service now (see WINSERVICE.TXT)
- Updated core-library (Merdian59.dll)
- Updated .RSB files for latest 103 updates
- Available in 64-Bit
- Configuration is compatible with 1.4!
1.4.0.0
- Tried to fix a bug when targetting inventory objects with spells
- Adjusted resourcefile and versions to Update8 on 103
1.3.0.0
- Use-task now also includes unusing items which are in use.
- Adjusted resourecfile and versions to Update6 on 103
1.2.0.0
- Fixed a bug which prevented casting on roomobjects
- New templatesystem. Instead of having a single tasks-list you have to replace, you now can store multiple templates in the configuration.xml and just set the active one in the template attribute of bot tag.
1.1.0.0
- Adjusted configuration.xml and rsc0000-103.rsb for Update5 on 103.
- New task 'say', useful for botting potions etc.
- New XML attribute 'onmax' for task 'cast' in configuration.xml . This allows you to specify an additional action in case the spell has 99%. You can either 'skip' this task then or 'quit' the bot, or just ignore it (default ""). The existance of this attribute is not optional, keep that in mind if you possibly copy&paste already created templates.
1.0.0.0
- First version