PhatLoots icon indicating copy to clipboard operation
PhatLoots copied to clipboard

Fishing loot table

Open tylerking opened this issue 8 years ago • 1 comments

I've looked everywhere and cant find any documentation on how to set up a fishing loot table. If anyone else has figured this out I would greatly appreciate some guidance. Thanks in advance.

tylerking avatar May 19 '16 08:05 tylerking

Well according to the coding:

    //Check if there is a PhatLoot for Fishing
    PhatLoot phatLoot = PhatLoots.getPhatLoot("Fishing");

You just have to define a phatloot called "Fishing", hope that helped :)

MWFIAE avatar May 27 '16 09:05 MWFIAE