Compare commits

...

8 commits
v2.0 ... master

Author SHA1 Message Date
Zachary Dziura
61518e980e Finally fixed the Clarity spam bug
Hopefully for good this time!
2016-10-21 17:29:29 -04:00
Zachary Dziura
3d8f52e7d8 More updates to both the Combateering and Empathing systems
Now when you call TTAR <target> and GM for Combateering and Empathing
respectively, the actions queue is reset. This should hopefully help to
fix some deadlocking issues that arise.
2016-10-14 19:51:27 -04:00
Zachary Dziura
b9af3f297d Updating README to reflect new install method 2016-10-14 14:32:32 -04:00
Zachary Dziura
4b108b8270 Fixed Combateer firing bug
When you missed, the system wasn't unlocking. Thus, you'd go a while
without firing. Luckily, that's now fixed!
2016-09-22 21:02:56 -04:00
Zachary Dziura
e5cfb014de Migrated the Combateer scripts over to new Actions system
Also added a few quality-of-life aliases and triggers to the overall
system.
2016-09-18 13:25:32 -04:00
Zachary Dziura
69fff893ee Migrated Empathing over to new actions system
This new system shall run off of GMCP, rather than pulling information
from the prompt. Thus far, Empathing seems to work.
2016-09-12 15:29:13 -04:00
Zachary Dziura
7d42a777de Fixed Combateer targetting and Empath Clarity
Previously, the Combateer "fireTurret" function was being incorrectly
defined. Also, the Empath's Clarity skill was not being correctly
captured. That has been fixed.
2016-09-08 16:15:16 -04:00
Zach Dziura
07c9a24529 v2.0.1
Fixed a pretty awful bug in the autopilot fallback routines where they
weren't actually firing (and even worse, they were causing us to blow
up!). Also fixed an existing bug where the autopilot subsystem wouldn't
update its position once a karibidean flew out!
2016-03-03 00:43:34 -05:00
2 changed files with 1162 additions and 1146 deletions

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,8 @@ An automated aetherhunting system for Lusternia, written in Lua for the Mudlet c
Installation
----------
1. Click on the `releases` button above and download the latest `Source Code (zip)` file for the latest Dreadnought release.
0. Make sure that the GMCP is enabled before installing. You can double-check by clicking on the `Settings` button within Mudlet, and within the `General` tab there is a checkbox to "Enable GMCP". If not checked off, check that box, click "Save", then restart Mudlet.
1. Click on the green button above labeled `Clone or download`. From the dropdown that appears, click `Download ZIP`.
2. Extract the zip file somewhere on your computer (such as your Downloads folder).
3. Open Mudlet. On the Menu Bar, click on `Package Manager`.
4. Click on `Install`, navigate to the folder where you extracted the zip file, and select the `Dreadnought.xml` file.