What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

getSkill(ANY FISHING SKILL) NOT WORKING

Status
Not open for further replies.

TripleT

New Member
Joined
Oct 9, 2014
Messages
9
Reaction score
0
The following code works with any skill except fishing skills. Am I missing something?

Thanks,
TripleT

Code:
uint skillId = castingSkillId(me);

Log("Trying to get skill with id:" + skillId.ToString()); 

Skill s = getSkill(skillId); 
     
if(s != null)
{
      Log("Skill Loaded"); 
}

Log("Got Skill");
Log("Skill Name is: " + s.name);
 
Hi, getSkills return not all skills, but only skills that you learn from abilities, or your mount\slaves have.
 
Status
Not open for further replies.
Back
Top