View Single Post
  #3  
Old 02-05-2010, 06:18 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

I think this requires a source code change, e.g. if you look in world/client.cpp line 1177 you will see:
Code:
pp.skills[SENSE_HEADING] = 200;
You would need to add:
Code:
pp.skills[FISHING] = 100;
and recompile.
Reply With Quote