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

Actabilities

Raigar Amarthalion

New Member
Joined
Apr 29, 2015
Messages
45
Reaction score
0
Hi,

Is there any method to level up an actability ?
I've found how to get the actability level, the actability points, but nothing to accept the level up when it reaches 10K points

Regards
 
still interested if someone know a workaround

We can compare the actability level before and after using CraftItem, thus determines that it level raised, but I couldn't find a way to click on the actability level up button

Did someone ever tryed to do it, or should I try to code something using an external program (like autoit)
 
Hi. Within few days i will add this.
Its in beta test stage now.
 
Actability.IncreaseLevel() - Improve the level of actability.
Actability.ReduceLevel() - Reduce the level of actability.

Code:
me.getActabilities().Find(a => a.name == "ActabilityName").IncreaseLevel();
me.getActabilities().Find(a => a.name == "ActabilityName").ReduceLevel();
 
thank you very much, I'll try it asap ^^

In the future, you may consider adding an event for when an actability reach the end of the level (the moment you get the pop up telling you that it won't xp until you raise the level)
because a lot of plugin would benefit from it (grinding bot, when they open coinpurse, or mine ore, etc)
 
Back
Top