Heya Dulak.
Short: It can be done.
Long: Requirements are:
toons are on the same machine,
the looter runs a mac useing ninjadvloot.inc,
your new looter runs kissassist and
you use EQBC
You need to edit your ninjadvloot.inc,
search the sub:
Rich (BB code):
Sub Event_InventoryFull
/echo Your Inventory is full. Turning off looting functions.
/varset LootMobs FALSE
/varset InventoryFull 1
/return
and make it
Rich (BB code):
Sub Event_InventoryFull
/echo Your Inventory is full. Turning off looting functions.
/bct <ToonName> //looton
/varset LootMobs FALSE
/varset InventoryFull 1
/return
It does make the looter send a tell to your <ToonName> via EQBC, once inventory full, and makes the other toon use the alias to change the value of Looton, if the other toon has
Kissassist running.
You need to hardcode the name of your toon atm. To make it generic it requires a whole new sub to be writen to find a suitable grpmember (no merc, toon on eqbc).
But I got no time atm to do a whole new sub.
PS: This is untested code, but safe to use since its just a tell on eqbc. Please give feedback if it works as intended.
Crystane.