Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[0.3.21] - 2024-05-28
Bug Fixes
- Added log/status to remove weapons, added delay to looting routine.
(138ffd7) ~LisieDelay added to allow time for item to move from SList to PList
- Insure group member is in the zone before accesing member data
(e9f9ed4) ~Lisie
- Going backwards in steps will properly mark the following steps as completed in the outline
(2e44d32) ~Lisie
Features
- Version bump v0.3.21
(0278ab6) ~Lisie
- Added more trash forages to list
(a4fdc4d) ~Lisie
- Added REMOVE_WEAPONS direct call.
(b887324) ~Lisie
[0.3.20] - 2024-05-27
Bug Fixes
- Rogue 1.5 step 46
(d30bd6f) ~LisieFarm check did not have gotostep indicated.
- Updated outline for bard 1.5
(7999908) ~Lisie
- Renumbering for bard 1.5, fixes in Mage 1.5 and Cleric 2.0
(89280b7) ~LisieAdded pre_damage_until to bard 1.5
Fixed Mage 1.5 farming Ice Burrower Meat.
FIxed Cleric 2.0 not continuing to farm.
- Ranger speed skill.
(1325f3c) ~LisieWill target ranger before continuing.
- Removed Golanda Nut from forage_trash list and add check to forage
(d6672b6) ~LisieGolanda nut is required for ranger 1.5 so removed it from the trash list.
Forage function now delays until forage has been pressed to better handle items on cursor.
- Removed debug message
(e0221f5) ~Lisie
- Fixed use of Spirit of Eagle (ranger)
(0a7b364) ~Lisie
Features
- Version bump to v0.3.20
(0837762) ~Lisie
- Added log messages to pre_damage_until
(cb07449) ~Lisie
- Added pre_damage_until function
(4b3b4ec) ~LisieIf we need to lower a mob to a certain % hp memorize a lower level skill to not kill the mob.
- Moved cursor check for foraging to seperate function
(818deee) ~Lisie
- Added slow kill function.
(50faa0c) ~LisieNew handling for damaging lower level mobs without killing them.
- Added support for foraging multiples of same item.
(676783d) ~Lisie
- Added TS requirements for RNG 1.5
(066b0f4) ~Lisie
[0.3.19] - 2024-05-24
Bug Fixes
- Incorrect item listed in mage 1.5
(29d474f) ~Lisie
Features
- Version bump V0.3.19
(7e8f65f) ~Lisie
- Added Mage 2.0.
(6564f0e) ~Lisie
- Added Mage 2.0
(a9c8032) ~Lisie
- Added requirements for Mage 1.5 and Ranger Pre 1.5
(ec656fb) ~Lisie
- Added tradeskill requirements for Mage 1.5
(7a9a373) ~Lisie
- Added outlines for Mage 1.5 and Ranger Pre1.5.
(fbe1e3e) ~Lisie
[0.3.18] - 2024-05-22
Bug Fixes
- Modified some rgmercs lua commands
(f98b974) ~LisieChanged some commands after speaking with Derple.
- Removed xtarg check from relocate function
(035bf33) ~Lisie
- Rogue 1.5 step 806 Shapely Vegetation ground spawn
(816d410) ~LisieWill not look for the groundspawn in a way that is location dependant, since it can spawn randomly at several locations.
Features
- Version bump to v0.3.18
(a9aab04) ~LisieAdded Mage 1.5 and Ranger Pre1.5!
- Added Mage 1.5 and Ranger pre-1.5
(d7b3fb4) ~Lisie
- Added functions.
(3772a71) ~LisieElevator_check
click_switch
wait_z_loc
- Added calls for 4 new functions.
(a9062bc) ~LisieInv.clear_stored_items -- Clears list of stored items from equipitem
travel.click_switch -- Clicks switch identified by #
travel.elevator_check -- Checks Z location of elevator to see if it is up or down.
travel.wait_z_loc -- Waits until you are within 0.5 units of specified Z location.
- Added handling for equiping multiple items
(d2fa662) ~LisieIf multiple items need equiped it will store the original item and slot for each item it removes in order to reequip your normal items after.
[0.3.17] - 2024-05-19
Bug Fixes
- Rogue 744/745 ignore Kiliki
(b26febe) ~Lisie
- Rogue 1.5 step 756-760 invis flag
(93ea246) ~LisieWas missing invis flag on a few of these steps. Added them in.
- Added prechecks in bard 1.5
(94e388a) ~LisieAdded pre-checks for each of the dragon crystals before attempting to go farm them.
- Beast pre 1.5 step ~60
(85bdbab) ~LisieWill now use an enviromental Mixing Bowl rather than buying one and using it in inventory.
Features
- Version bump to v0.3.17
(e373419) ~Lisie
- Added dz_check to paladin 2.0 step ~200
(7dc1d7b) ~Lisie
- Added functions to check what dynamic zone we have
(def7305) ~LisieChecks dynamic zone against item.zone, this is for paladin 2.0 step 200 to insure Gersh gives the correct zone.
- Added checks for secondary_loot to farm_radius
(73b54f1) ~Lisie
- Added secondary_loot field to all tables
(3dd6781) ~LisieWill be used in farm_radius events to have a secondary loot item for the step without hindering progress if farming for that item is not complete.
- Added check to gate between zone
(3bbd35c) ~LisieIf you are already in your bound zone it will not attempt to gate you.
[0.3.16] - 2024-05-17
Bug Fixes
- Added level to speed skill check
(b77914b) ~LisieThis will only check the level required for the AA speed skill, it will not check the character actually has the AA purchased.
- Rogue gamble will look for trigger instead of chips.
(e25190c) ~Lisie
- Added check before starting farm loop to insure location is correct.
(d0df9b4) ~Lisie
Features
- Version bump v0.3.16
(c5b6980) ~Lisie
[0.3.15] - 2024-05-17
Bug Fixes
- Beastlord 1.5 Full Outline crash
(a38b00e) ~LisieRow misalignments
Features
- Version bump 0.3.15
(bc293ca) ~Lisie
[0.3.13] - 2024-05-13
Bug Fixes
- Rogue gambling function being called improperly
(cdabd7f) ~LisieCall was to rogue_gamble, function was rog_gamble.
- Fixed typo in campGroup function.
(1f717f7) ~LisieThis would cause a crash if the user was grouped in several steps.
- Bst pre-15 travel in step 33.
(e27f50d) ~LisieStep 33 will not trigger gating again after traveling to the nexus.
Features
- Version bump v0.3.13
(af0e587) ~Lisie
[0.3.12] - 2024-05-09
Bug Fixes
- Check if we are in the desired zone before gating.
(51c89b8) ~Lisie
- Will once again save when changing class automation.
(a26256e) ~Lisie
- Fixed crash on full outline when step is unknown.
(0009353) ~Lisie
- Crash in find_best_bag_slot when item is not a bag.
(62ab957) ~Lisie
Features
- Version bump 0.3.12
(ec6341a) ~Lisie
[0.3.11] - 2024-05-08
Bug Fixes
- Shaman 1.0 fixes
(d1c8eeb) ~Lisie
- Distance
(d43d54e) ~Lisie
- Shaman 1.0 save fix.
(8ec7e7d) ~Lisie
- Generate all parameters at execution time.
(16fd38d) ~Lisie
- Fixed crash after completing a tradeskill combine.
(a1a8e18) ~Lisie
- Combine container not emptying after placed in its slot.
(4963df5) ~Lisie
- Replaced printf with logger.
(60d8995) ~Lisie
- Sham 1.0 fix
(39eae2b) ~Lisie
- Fulloutline Shaman 1.0 and clr pre-1.5 crashes
(4b1f5da) ~Lisie
Features
- Version bump v0.3.11
(ed12b76) ~Lisie