I think instead of trying to make gearswap swap in fishing/mining/logging type stuff when they happen i will jsut make a idle set with fishin gear and one with mining loggin harvesting stuff. I already have idle sets with normal stuff, and one with movement speed (my whm mule has no movement speed so i dont use my movement on me cause i dont want to leave him behind. So i made it toggle-able.). Only problem i had is sometimes i would go to idle and it would put the ammo item on from the normal set which unequips the fishin rod. So i did the following, will that "empty" work to keep my rod on (i jsut guessed thats what i use, i think i saw it somewhere before in this thread)?
Code:
sets.Idle.Fishing = set_combine(sets.Idle.Normal,
{range="Ebisu Fishing Rod",ammo="empty",
neck="Fisher's Torque",
body="Fisherman's Smock",hands="Fisherman's Gloves",lring="Puffin Ring",rring="Noddy Ring",
legs="Fisherman's Hose",feet="Fisherman's Boots"})