SHAMAN ONLY
I found some small exploit for obtaining an item which sells for a small 2 copper. This can probably be exploited by selling it to a nearby vendor (using Jeeves or the Guild Page companion). You can pretty much repeat this infinitely. It's in Orgrimmar near Garrosh Hellscream. Screenshot pretty much explains it all. I am not sure if a certain quest had to be completed for this.
It's not much but I thought it was worth sharing. Maybe someone can think of something.
I'm not sure if alliance has a similar thing, they should.
Hm it could be automated with:
and/target gotura Fourwinds
/script SelectGossipOption(1)
and binding "Interact with target"/tar Guild Page
/script for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"ff9d9d9d") then UseContainerItem(bag,slot) end; end; end;
but getting 2 copper per second would mean 72 silver per hour haha. fml
https://i.imgur.com/vt0vy.jpg
Attachment 10089