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

LearnPassiveBuff() broken?

Status
Not open for further replies.

fritsjan

New Member
Joined
Oct 4, 2013
Messages
101
Reaction score
0
hello,

I think that LearnPassiveBuff() is broken. If i use getSkills() to get the skill.ids and then use these ids with LearnSkill() i am able to learn the skills. However if i try buff.ids retrieved with getBuffs() with the function LearnPassiveBuff() nothing is happening. I checked if i have enough skill points and if i can learn the skill. Is this function broken or am i using the wrong buff.ids (for example i am using 536 as buff.id for Mana Pool Increase).

greetings fritsjan
 
i did some more digging and found out that i am giving an invalid parameter. Thus, meaning that i am not using the correct ids. So how do it get the correct buff ids, any help in pointing me in the right direction is greatly appreciated.

Greetings fritsjan
 
I checked the buff id of mana pool increase on (archeagedatabase.net) and it is the same as i am getting. Out am i using the wrong function or is LearnPassiveBuff() broken?
 
. However if i try buff.ids retrieved with getBuffs() with the function LearnPassiveBuff() nothing is happening
You need passive buff id instead of buff id. (buff.dbPassiveBuff.id instead of buff.db.id)
 
Status
Not open for further replies.
Back
Top