Fishing Macro

lugnut

Member
Joined
Apr 1, 2009
Messages
70
Reaction score
9
Points
8
I've looked at fish.mac and hyperfish.mac. I've modified fish.mac to use the logic for fishermans companion and that's working fine. I'd like to see how hyperfish.mac works, but I can't really figure out how to modify the hyperfish.ini so that it keeps the stuff i catch.

It seems like hyper fish will do most everything, I'll have to use it to see if it does. Any guidance on how to configure the .ini file would be appreciated.

Thanks,
Lugnut
 
Last edited:
You should be able to put stuff to keep in HyperFish.ini in the [shortname] list, e.g.:


Code:
[PoKnowledge]
Loot1=Fish Scales
Loot2=Fresh Fish


The ini goes in the same dir as the macro (presumably, .\Macros\ if default). It only reads that info when you start the macro, so if you zone, you need to restart the macro so it loads for that new zone. Same is true if you edit the ini, it doesn't check it on the fly, it only reads it when you start the macro.


htw