Thread Tools Display Modes
09/05/16, 09:28 AM   #1
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Possible to up complete passive skill?

im re-spec quite often
is this possible by API or not - to levelup passive skill in one click, without clicking for each level of it?
  Reply With Quote
09/05/16, 09:54 AM   #2
Uesp
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 15
Yes, you can use the function:

Code:
PutPointIntoSkillAbility(skillType, skillIndex, abilityIndex, putPointInNextUpgrade)
with the following caveats:
  • putPointInNextUpgrade should be false for purchasing the initial passive (current level is 0) and then true for subsequent purchases.
  • There is a limit on how fast/often you can call this function before you get kicked for spamming. For example, when I'm mining skills and purchase one level of all passives I have to spread out the calls over around 30 seconds, and even then sometimes the game doesn't like it.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Possible to up complete passive skill?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off