Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cculianu/gemuo
A CLI, Python-based scripting system for Ultima Online. Completely emulates a client.
https://github.com/cculianu/gemuo
Last synced: about 1 month ago
JSON representation
A CLI, Python-based scripting system for Ultima Online. Completely emulates a client.
- Host: GitHub
- URL: https://github.com/cculianu/gemuo
- Owner: cculianu
- License: gpl-2.0
- Created: 2010-05-06T22:24:31.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-05-06T22:25:31.000Z (over 14 years ago)
- Last Synced: 2023-03-11T02:24:22.437Z (over 1 year ago)
- Language: Python
- Homepage: http://max.kellermann.name/projects/gemuo/
- Size: 443 KB
- Stars: 19
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: COPYING
Awesome Lists containing this project
README
GemUO README
============(c) 2005-2010 Max Kellermann
What is GemUO?
--------------GemUO is an Ultima Online client written in the Python programming
language. It was written with unattended macroing in mind; it should
be possible to write complex bots for training skills, harvesting
resources or even fighting.Getting GemUO
-------------As of now, there are no releases. GemUO is work in progress, and the
source must be downloaded from the git repository:git clone git://git.berlios.de/gemuo
This is the project's home page:
http://max.kellermann.name/projects/gemuo/
Installation
------------GemUO is being developed on Linux, but it probably runs on Windows,
too. You need Python 2.5 to run it.Running
-------Type
python src/hiding.py the.server.com 2593 username password CharName
This connects to the specified shard, and trains the Hiding skill.
There are other example macros.It is recommended to run GemUO with uoproxy
(http://max.kellermann.name/projects/uoproxy/) so you can watch the
scripts while they run.Documentation
-------------So far, there has been little time to write documentation on the code.
This project is aimed at hackers who can read the source.Contributing
------------Contributions to GemUO are welcome. Send patches to [email protected]
Legal
-----Copyright 2005-2010 Max Kellermann
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.