ok so i try'd adding it and i tinkered with the map stuff so they could fish in aeven is there anything rong with my code or what?
# Location syntax;
# (int).map = (mapid)
# (int).x = (xloc)
# (int).y = (yloc)
# The weapon which the player uses to fish
Weapon = 22
// Set this to 1 to make the items you gain fake
FakeItems = 0
###########################Grazza's only######################
ItemID = 1
LocationAmount = 3
#############################################################
############################ Ananas only #####################
# Item ID First Item (Gets caught 9%)
Item1 = 1
# Item ID Second Item (Gets caught 2%)
Item2 = 1
# Item ID Third Item (Gets caught 2%)
Item3 = 1
# Item ID Fourth Item (Gets caught 2%)
Item4 = 1
# Item ID Fifth Item (Gets caught 2%)
Item5 = 1
# Item ID Sixth Item (Gets caught 1%)
Item6=200
#item ID Seventh Item (Gets caught 1%)
Item7=199
# The amount of tiles
TAmount = 3
###############################################################
# First location where a player stands on to fish.
1.map = 5
1.x = 41
1.y = 49
1.dir = 1
# Second location a player stands on to fish. (Etc)
2.map = 5
2.x = 39
2.y = 47
2.dir = 1