Discussion in   Suggestions   started     10 years ago   June 26, 2014, 02:49:58 PM   by   Fysen

Restore(?) Backpack Placement Data

Fysen
Offline
9 Posts
Topic :   Restore(?) Backpack Placement Data
10 years ago  June 26, 2014, 02:49:58 PM

Basically, here's one of the biggest time-sinks I have:


When I shrink a pet or dismount an ethy, I have to find it in my pack, and move it back to where it belongs. (I keep my inventory very readable!).


Is there any way to have the server recall backpack location data and restore it on shrunk pets/ethys (and other stuff that maybe I'm not thinking of!) so they go back to where they were before they were double-clicked?


This would be one of the biggest Quality of Life improvements for me. >.>

Allestaria
Offline
107 Posts
#1 Re :   Restore(?) Backpack Placement Data
10 years ago  June 26, 2014, 03:06:58 PM

You can make a macro..


It would work something like this.
useobject 0x9809d
pause 500
moveitem 0x20e1 'backpack' 44 86 0
pause 600


That assistuo macro  double clicks me to dismount  then moves my ethy to its correct holding spot






Fysen
Offline
9 Posts
#2 Re :   Restore(?) Backpack Placement Data
10 years ago  June 26, 2014, 03:10:04 PM

Oh lawdy, a player after my own heart! Thanks, Allestaria!