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.27] - 2024-06-01
Bug Fixes
- Added step to hand Child's Tear to Lord Rak`Ashiir
(c28ffcd) ~Lisie
Features
- Version bump to v0.3.27
(3623cbf) ~Lisie
[0.3.26] - 2024-06-01
Bug Fixes
- Driver will target door even if not the lockpicker
(3800271) ~LisieThis is in order to check if the door has opened or not.
- Fixed Cleric gating on the way to ssra after reaching the grey
(46723ac) ~Lisie
- Added search by item ID and step skip check to wait_cursor
(c445d9a) ~LisieItemID check for dealing with situations of duplicately named items.
- Changed ranger spell for low damage. FIxed missing () and log message
(0c2dc33) ~Lisie
- Check if container is quiver before trying to place item in it.
(1f1726d) ~Lisie
- Changed War 1.5 to purchase Gemming Mold in Katta instead of Rivervale
(79ace05) ~LisieFaction reasons whee
Features
- Version bump to v0.3.26
(2710e33) ~Lisie
- Updated navmesh hashes
(124abb3) ~Lisie
- Added xtarget ignore functionality to ignore certain targets
(7e50c77) ~Lisie
- Added handling for ignoring xtarget mobs of certain name.
(64e81e4) ~Lisie
- Added function calls for restore_weapons and wait_cursor
(055b10b) ~Lisie
- Added wait_cursor function
(8a70016) ~LisieWaits until a certain item is present on the cursor.
[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.