Tiptoes: Smart Macro For Sneak/Invis

Eorzea Time
 
 
 
Language: JP EN FR DE
Ffxivpro Yellow Box
4546 users online

You must be logged in to do that.

Forum » Windower » General » Tiptoes: smart macro for Sneak/Invis
Tiptoes: smart macro for Sneak/Invis
VIP
Offline
Posts: 1223
By Lili 2026-01-04 09:03:40
Link | Quote | Reply
 

Tiptoes v1.1.0


This addon has been out for a while, but today I tweaked it some so I am making a post for it.

Tiptoes detects what Sneak/Invis actions you have access to, and uses them on demand.

Supports:
* Spectral Jig
* White magic Sneak/Invisible spells (WHM-RDM-SCH)
* Ninjutsu
* Items: pot of silent oil, pinch of prism powder, pinch of rainbow powder, bottle of evanessence.

Download:
https://github.com/lili-ffxi/FFXI-Addons/blob/master/tiptoes/tiptoes.lua

Usage:
//tt - attempts to apply both Sneak and Invisible
//tt sneak - attempts to only apply Sneak
//tt invisible - attempts to only apply Invisible

Commands can be shortened:
For both Sneak and Invisible: si, snin, sneakinv, sneakinvis, both
For just Sneak: s, sn
For just Invisible: i, in, invis


Tiptoes is SmortTM, so it tries to apply Sneak before Invisible, it will try to cancel Sneak it's using Spectral Jig or Evanessence, and it won't reapply a buff that you already have.

Enjoy and let me know if you can find bugs.
[+]
necroskull Necro Bump Detected! [91 days between previous and next post]
 Bahamut.Kaius
Offline
Server: Bahamut
Game: FFXI
Posts: 52
By Bahamut.Kaius 2026-04-04 23:53:03
Link | Quote | Reply
 
This looks great, thanks for putting it out there!
[+]
necroskull Necro Bump Detected! [72 days between previous and next post]
Offline
By Dodik 2026-06-16 06:04:41
Link | Quote | Reply
 
Nice addon, thank you.

One minor thing I've noticed, the addon will not use spectral jig if you are moving, though JAs cannot be interrupted.

If you do `tt` then start moving quickly expecting it to jig you, it won't until you stop. If you don't notice..

Also, if you cancel sneak intentionally to aggro things and then pause, it will re-sneak/invis you.

Cancelled sneak should not be re-applied, IMO. Probably should not be reapplying in any case without another `tt` command.

With nin spells.. they should just be ignored IMO. No one other than nin mains carry tools to cast momomi and tonko. Everyone else that happens to have them available would rather use oils/powders than have to carry extra tools around.
[+]
VIP
Offline
Posts: 1223
By Lili 2026-06-16 07:03:41
Link | Quote | Reply
 
Fair points.

The check for movement is transversal and agnostic to what action will be used, but I can think about an exception for Spectral Jig.

The re-applying of Sneak should not happen under normal circumstances - each action should only be attempted onceper each //tt invoke. If it's not doing so, there's a bug somewhere (which is not unlikely)

As for nin spells, as is the case for most of these single-button-macro addons, I made it to make my life easier when carrying mules around for missions etc, and at least in one case I had the mule on a low level NIN without access to other stuff outside of prism powders/silent oils, so I put it in there... I guess I could make it use a settings file that'd let you enable or disable each action. Until then you can just remove the entries for the nin spells in your own copy of the addon.
[+]
Offline
By Dodik 2026-06-16 07:55:22
Link | Quote | Reply
 
Lili said: »
The re-applying of Sneak should not happen under normal circumstances - each action should only be attempted onceper each //tt invoke.

To trigger it, use `tt`, pause for GCD. Cancel sneak on its own, wait without moving. It should see that you have invisible on and no sneak and attempt to re-apply sneak/invis.