Rested XP [ADDON]

Post Reply
Hazlema
Posts: 7
Location: NH - USA
Contact:

Rested XP [ADDON]

Post by Hazlema » Tue Mar 30, 2021 7:15 am

Facts about being rested:
  • Being Rested boosts XP gains!
  • Sitting under a tent for 20 min gets you 20% rested
  • Sitting under five tents (aka. Tent Party) for 20 min gets you 100% rested
  • You can also get rested sitting in the inn, sitting by a camp fire (But at much slower rates)
  • The best addon to track your rested status is Rested XP (see below)
========================================================================================

Rested XP for Turtle Wow

Console Version

To install:
Unzip the file to interface/addons

Usage:
  • /rested -- View your rested status
  • /rested set smartmode true -- Turn on or off SmartMode
  • /rested set autostart true -- Turn on or off RefreshMode automatically when you start
  • /rested set refresh 60 -- Change the refresh time (in seconds)
  • /rested start -- Start (RefreshMode) your status every nn seconds
  • /rested stop -- Stop (RefreshMode) refreshing
  • /rested help -- Display the help
Modes:
  • SmartMode -- This mode monitors your rested status and alerts you when it changes
  • RefreshMode -- This mode updates you every nn seconds
SmartMode is on by default and recommended.

Image

Download Link:
https://github.com/hazlema/Rested
or
http://hazlema.us/dist/Rested.zip


Fancy Titan Panel Version

To install:
  • Unzip the file to interface/addons
  • Enable it on titan panel (right click the titan bar) Information->Turtle: Rested XP
Image

Download Link:
http://hazlema.us/dist/TitanRested.zip
Last edited by Hazlema on Mon May 10, 2021 2:05 am, edited 14 times in total.

User avatar
Bazou
Posts: 34

Re: Rested XP [ADDON]

Post by Bazou » Tue Mar 30, 2021 12:09 pm

Thanks! I love this so much!

Hazlema
Posts: 7
Location: NH - USA
Contact:

Re: Rested XP [ADDON]

Post by Hazlema » Tue Mar 30, 2021 3:23 pm

Bazou wrote:
Tue Mar 30, 2021 12:09 pm
Thanks! I love this so much!
I'm glad you like it!

Hazlema
Posts: 7
Location: NH - USA
Contact:

Re: Rested XP [ADDON]

Post by Hazlema » Tue Mar 30, 2021 9:11 pm

Updated the console version of the Rested addon, now supports slash commands and displays a loading message that reminds you of the slash commands

/rested or /exp will display your rested status

Hazlema
Posts: 7
Location: NH - USA
Contact:

Re: Rested XP [ADDON]

Post by Hazlema » Wed Mar 31, 2021 5:38 pm

Rested XP (Console version), Big Update
- Now can automatically refresh your status every xx seconds
- Saves configuration settings (set it and forget it)
- Added help system... /rested help
- Read the README.txt for more info

Hazlema
Posts: 7
Location: NH - USA
Contact:

Re: Rested XP [ADDON]

Post by Hazlema » Mon Apr 05, 2021 7:11 pm

Fixed error where sometimes rested would give you a gmatch error.
The changes are live on the site, sorry for the inconvenience

User avatar
Hont
Posts: 4

Re: Rested XP [ADDON]

Post by Hont » Mon Sep 04, 2023 6:48 pm

update 2023 ?

Jemix
Posts: 1

Re: Rested XP [ADDON]

Post by Jemix » Sun Sep 17, 2023 6:34 pm

Hi, for everyone who may be interested...use this macro to check your rested XP bubbles.

/script p="player";x=UnitXP(p);m=UnitXPMax(p);r=GetXPExhaustion();if -1==(r or -1)then t="No rest."else t="Rest: "..(math.floor(20*r/m+0.5)).." bubbles ("if r+x<m then t=t..r else t=t.."level +"..(r+x-m)end t=t.."XP)"end;DEFAULT_CHAT_FRAME:AddMessage(t)

Tschau Kakao ;)

Post Reply