• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - The Grey (1 Viewer)

Raidien1

CrankyPants
Joined
Oct 14, 2015
RedCents
1,347¢
I been using ${Me.FeetWet} to check for underwater and spawn on EB items. In The Grey that TLO doesn't work so I been using ${Zone.ID} == 171. Is there a better TLO to check if my toon can not breathe.
 
that's a good question. I don't know of anything.

I do see a function that might work in eqclasses, but i don't see any implementation of it - I'll give it a peak tonight and see if its something that can be made into a TLO
 
C++:
        Name = 1,
        ShortName = 2,
        Type = 3,
        Gravity = 4,
        SkyType = 5,
        SafeY = 6,
        SafeX = 7,
        SafeZ = 8,
        MinClip = 9,
        MaxClip = 10,
        ID = 11,
        SafeN = 12,
        SafeW = 13,
        SafeU = 14,
        Address = 15,
        ZoneType = 16,
        Dungeon = 17,
        Indoor = 18,
        Outdoor = 19,
        NoBind = 20,

Here's a list of ${Zone} members. You can check to see if any of these are relevant to your ability to breath in the grey.

${Zone.SkyType} ${Zone.Gravity} etc
 
Question - The Grey

Users who are viewing this thread

Back
Top
Cart