• 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 - How to see all access days left in a macro?

Joined
Jun 1, 2016
RedCents
546¢
Hi,

what I want is to ask for All Access days left on all my chars.

The eqbc command is easy when I know how the variable is called... Is there a variable for that at all ?

Regards
eqtrader63
 
If there was a way to tell the exact time (up to the minute) on the day all-access expires that would be very valuable info.
 
Not sure about days left but you can check the level

Rich (BB code):
            /if (${Me.Subscription.Equal[gold]})
 
can't say I have seen a TLO that gives days left, and nothing turned up on a search of the source boards off hand.

I do not believe there is a "by the second" timer for account either, and that is pretty much only checked as you log an account in as I understand it. I know the "remaining days" will not change so long as you are ingame... and if your account does expire, you retain gold status so long as the account stays ingame. I think Razle and others posted about this... extended their kronos usage by keeping accounts ingame past their expiration date before using another krono.
 
The Problem for me on a progression server is that I cannot log my chars in and need to log into a non Progression Server to give my char a krono...
so I have to check on each char how long he has access...

But oh well there are worse things in life :)

Thx for your answers
 
I donno about macros.. but the information has to be there. My Sparxx UI shows me my days remaining
 
The Problem for me on a progression server is that I cannot log my chars in and need to log into a non Progression Server to give my char a krono...
so I have to check on each char how long he has access...

But oh well there are worse things in life :)

Thx for your answers


here is to do a check using eqbc

Rich (BB code):
/noparse /bca //bca  =======      ${MacroQuest.LoginName} = ${Me.Subscription}
 
Obviously if i'm logged into Ragefire, I know I'm set as gold status. I still gave you a *thanks* because its a cool snippet that works.

- - - Updated - - -

If we could expand on this somehow, and make it say like "Person ======== Accountname = GOLD (15 days left)" That would be the most awesome ever.
 
Obviously if i'm logged into Ragefire, I know I'm set as gold status. I still gave you a *thanks* because its a cool snippet that works.

- - - Updated - - -

If we could expand on this somehow, and make it say like "Person ======== Accountname = GOLD (15 days left)" That would be the most awesome ever.

Well the EQType for that data is 334, not sure if there is a way to /echo an EQType outside of using MQ2Hud
 
This command will display your all access days left text in the MQ2 window... not sure how it will work over EQBC

Rich (BB code):
/echo ${Window[InventoryWindow].Child[IW_SubscriptionTime].Text}

NOTE: it appears you do need to open the inventory window for it to display correctly.
 
Wish there was some way to check amount of time left (in minutes, even within hours would work) on the 0 day.
 
Question - How to see all access days left in a macro?

Users who are viewing this thread

Back
Top
Cart