Code: Select all
:autoequip
/if (${Cursor.Name.Equal[Batwing]}) {
/itemnotify pack4 leftmouseup
} else /if (${Cursor.ID}!=NULL) {
/notify COMBW_CombineArea COMBW_AutoInvButton leftmouseup
/delay 1s i want the batwing to go in slot 4, and any other item to be auto inventoried.


