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.41] - 2024-06-15
Bug Fixes
- Added check for distance to ground spawn.
(1ab9462) ~LisieThis should fix the issue with not traveling all the way to the ground spawn if interrupted by combat in some cases.
- Added small delay to combine_do and combine_done
(74718e7) ~Lisie
- Added spawn check to npc_give
(47a9dd4) ~LisieIn some rare cases the npc we needed to hand into would not be spawned, will now wait for them.
- Added small delay before trying to put item on cursor into inventory
(d4486fa) ~Lisie
- Fixed distance check to enviro container
(30a7bf9) ~Lisie
- Added a check for Spirit of Eagle in remove lev function
(2fcc5ed) ~LisieWill not remove levitate if the character has Spirit of Eagle applied.
- Added Ranger to class longname -> shortname table
(99aeba8) ~Lisie
- Removed debug statements.
(3f5161d) ~Lisie
- Corrected spelling of Anson McBale's name in rogue 1.5
(856b109) ~Lisie
- Updated rog 1.5 outline after adding new step to quest.
(f060617) ~Lisie
- Added logger settings to class definition
(1482011) ~Lisie
- Added missing checks for autosize state that could lead to crash
(3e6fe6e) ~Lisie
Features
- Version bump to v0.3.41
(fc5e2a4) ~Lisie
- Added parameters to enviro_combine_container for travelLoop
(284c1db) ~LisieTraveling to a tradeskill station will not make use of the travelLoop function.
- Added function call to exclude mobs by criteria other than name
(0d79c8e) ~Lisie
- Added function to ignore NPC based on search strings other than name
(b5457ec) ~Lisie
- Added class translation (longname to shortname) table
(e6dcee9) ~LisieAdded class selection for internal testing commands.
- Minor changes to support internal testing commands.
(e4b09c6) ~Lisie
- Added item.count to full outline text for farm_check
(ce88503) ~Lisie
- Added internal command for testing.
(c270dba) ~Lisie
[0.3.39] - 2024-06-12
Bug Fixes
- Updated steps indicated for charasis lockpicker.
(46d4377) ~Lisie
- More fixes for travel to torigran mines.
(d7581e0) ~Lisie
Features
- Version bump v0.3.39
(4a11f7b) ~Lisie
[0.3.38] - 2024-06-12
Bug Fixes
- Small changes to improve travel to torigran mines (rng pre1.5 #43)
(d828e91) ~Lisie
Features
- Version bump v0.3.38
(bbddd0e) ~Lisie
[0.3.37] - 2024-06-12
Bug Fixes
- Changed spell mem command for low damage spell.
(0e43161) ~Lisie
- Logging message for findNearest step change
(a6730d3) ~Lisie
- Added additional step change handeling.
(b5968c7) ~Lisie
- Check for corpse in npc_wait
(9e85e5e) ~Lisie
Features
- Version bump to v0.3.37
(50aa5bf) ~Lisie
- Added skills for ranger 1.5 steps 201-209 and 230-236
(fb367e1) ~Lisie
- Added information for 2nd spell to ranger 1.5 damage steps
(952cba9) ~Lisie
Commits
- Added code to use two spells when damaging npc
(a874704) ~LisieAllows the script to memorize two spells, using the higher level one until the HP gets within 20% of the desired health #, then switching to use the lower one to plink it down lower.
[0.3.35] - 2024-06-10
Bug Fixes
- Paladin 2.0 step 136, 47 and 150
(c3c9b2c) ~LisieFixed errors in paladin 2.0.
Step 47 - Added check to insure all players are within the zone before progressing.
Step 136 - Added check to insure combine succeeded, loops back to requiring items if it did not.
Step150 - Added messaging to indicate the quiver should be emptied.
Updated step outline
- Update on distance check when arriving at a location via nav.
(c37dab4) ~LisieChanged it to measure 3d distance rather than 2d.
- Paladin 1.5 not looting Potamide Seaweed.
(ec68db1) ~Lisie
- Updated Paladin 1.5 step ~175
(55ab99b) ~LisieCorrected an error with looting the blood.
Added PHs to kill list for this section.
Features
- Version bump to v.0.3.35
(200a31f) ~Lisie
- Added functionality to check if group members are in zone
(10117f8) ~LisieAdded bool parameter to group_size_check that will check if the required number of group members are in the zone.
- Added tradeskill requirements for Monk 1.5
(865b807) ~Lisie
[0.3.34] - 2024-06-05
Features
- Version bump to v0.3.34
(2c8e667) ~Lisie
- Added Ranger 2.0
(85f3d95) ~Lisie
- Finished Ranger 2.0. Monk 1.5 65%
(79ea169) ~Lisie
- Completed Ranger 2.0
(33569dd) ~Lisie
- Removed /squelch from commands to provide more commit # [feedbac](https://github.com/yb-f/epiclaziness/commit/feedbac)k and info
(9d4a3ae) ~LisieFor troubleshooting, may be readded at a later point.
- Moved controls above tabs
(25017de) ~LisieControls will now be visible regardless of what tab you have selected.
[0.3.33] - 2024-06-03
Bug Fixes
- Typo fix
(065fed6) ~Lisie
- Pre damage until steps memorize spell indicated in db
(332883e) ~LisiePopulated db for those entries with desired spell.
- Rogue Pre 1.5 gambling should now properly wait for event phrase
(a64a690) ~Lisie
- Changed 'Brewing Barrel' to 'Brew Barrel' in Rivervale Rogue 1.5
(9cd76ef) ~LisieBecause let's call them 'Brewing Barrel' in POK and 'Brew Barrel' in Rivervale just to make my life more difficult.
Features
- Version bump to v0.3.33
(0f3a294) ~Lisie
- Added Ranger 1.5 to available quests.
(09a9c1b) ~Lisie
- Ranger 1.5 completed.
(cefc0ac) ~Lisie
- Changed low damage skill to be configured via DB instead of static
(d5b880c) ~Lisie
[0.3.32] - 2024-06-02
Bug Fixes
- Removed - 1 from setting step on bad id
(4efafd0) ~LisieIf count == 1 then goto item.gotostep instead
- Removed debug print strings
(43f4ecb) ~Lisie
- Changes for ranger speed skill
(d0ec1cb) ~Lisie
- Check distance to enviromental combine container before traveling
(3bf7ce3) ~Lisie
Features
- Version bump to v0.3.32 -- Added Monk Pre 1.5
(ff967eb) ~Lisie
- Monk Pre 1.5
(a6f639f) ~Lisie
- Added Monk Pre-1.5
(225c9ce) ~Lisie
- Work on Monk pre-1.5 and rng 1.5
(3de354f) ~Lisie
- Added ability to target self in order for non-npc speech triggers
(dd677b2) ~Lisie
- Updated settings for v0.3.31 to use proper ranger speed skill
(8dcd847) ~Lisie
[0.3.31] - 2024-06-02
Bug Fixes
- Cleric2.0 and pre1.5 fixes
(dd825a3) ~LisieCleric pre-15 step 24 failing to set step
Cleric 2.0 step 87-89 failing to loot Soulshard of Zordak
Features
- Version bump to v0.3.31
(ec1373f) ~Lisie
[0.3.30] - 2024-06-02
Bug Fixes
- Used /itemnotify # instead of finding slot info
(860dbeb) ~LisieFor when itemID is set
- Bard 1.5 tradeskill combines should resume properly.
(cdb7096) ~LisieSteps 156-211
- Lowered level of ranger low damage skill (again)
(d5c5380) ~Lisie
Features
- Version bump v0.3.30
(72e53e2) ~Lisie
- Added check to insure all characters are in the current zone
(56dee17) ~LisieChecks if everyone is in zone before dealing with xtarget list, invis, or speed.
- Added check for DS before attempting to damage npc to % health
(b1f2821) ~LisieRemove any damage shields before engaging a mob that we do not want to kill.
- Added averaging for velocity for more stable ETA/Velocity in display
(22a3a7b) ~LisieVelocity averaged over ~20 seconds.
[0.3.29] - 2024-06-02
Bug Fixes
- Updated version to v0.3.29
(8d2dfcd) ~LisieTypo in version led to issue with launching script.