Thread: Wardrobe
View Single Post
  #9  
Unread 09-04-2007, 03:46 PM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

Quote:
Originally Posted by Ashmodee View Post
Any way to save that macro for all my chars or do I have to make it again and again ?
I'm digging in the EQ2 directory, but can't seem to find anything related to macros
Sort of. You could use the /save_hotkeys and /load_hotkeys commands but it's probably easier to just use normal copy and paste.

My original 3-line style macro was:
: ;unequip head ;unequip chest ;unequip shoulders ;unequip forearms ;unequip hands ;unequip waist
: ;unequip legs ;unequip feet ;unequip primary ;unequip secondary ;unequip ranged ;unequip neck
: ;unequip ears ;unequip left_ring ;unequip right_ring ;unequip left_wrist ;unequip right_wrist

And after they added the two new slots I think it was something like:
: ;une head ; une cloak ;une chest ;une shoulders ;une forearms ;une hands ;une waist
: ;unequip legs ;unequip feet ;unequip primary ;unequip secondary ;unequip ranged ;unequip neck
: ;une ears ;une ears2 ;une left_ring ;une right_ring ;une left_wrist ;une right_wrist

And the charm slots I do manually as needed.
__________________

Visit Othesus World!
Reply With Quote