Mikkahl wrote:
Agaxal@Unrest wrote:Yeah I had a bunch of macros using the single-line commands, mainly to do with my pet.
: ; pet ranged ; pet attack etc
and noticed none of them worked last night.
For those of you who want to stay old school - put each of those commands as a line in a text file.
pet attack
pet ranged
pet afk
pet eat sammich
save the file in your Everquest2 directory, and create a macro that does:
do_file_commands filename.txt
That should help.
agressiv
OMG, you're a genius!
I put the following lines in GetNaked.txt on my Everquest2 folder:
inven unequip 0
inven unequip 1
inven unequip 2
inven unequip 3
inven unequip 4
inven unequip 5
inven unequip 6
inven unequip 7
inven unequip 8
inven unequip 9
inven unequip 10
inven unequip 11
inven unequip 12
inven unequip 13
inven unequip 14
inven unequip 15
inven unequip 16
inven unequip 18
inven unequip 19
inven unequip 20
inven unequip 21
and then do_file_commands GetNaked.txt unequips all my stuff! Problem solved! 
My goodness... I'm going to create an "unequip all" command to put an end to this insanity!
LINK