Thanks for your response. Yeah that just raises the amount of items you get per gathering session, rather than raising the ability points :/
I tried experimenting with adding the following code to the rates properties, and also under custom rates (which is at the bottom of rates.properties, not a separate file), still no joy there :)
Code:
# ----------------------------
# Crafting Skill point leveling rates:
# ----------------------------
# Regular
# Default: 1
gameserver.rate.regular.crafting. lvl = 1
# Premium
# Default: 2
gameserver.rate.premium.crafting.lvl = 2
# VIP
# Default: 3
gameserver.rate.vip.crafting.lvl = 3
# ----------------------------
# Gathering Skill point leveling rates:
# ----------------------------
# Regular
# Default: 1
gameserver.rate.regular.gathering. lvl = 1
# Premium
# Default: 2
gameserver.rate.premium.gathering.lvl = 2
# VIP
# Default: 3
gameserver.rate.vip.gathering.lvl = 3