ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   General Authoring Discussion (https://www.esoui.com/forums/forumdisplay.php?f=174)
-   -   Possible to up complete passive skill? (https://www.esoui.com/forums/showthread.php?t=6499)

QuadroTony 09/05/16 09:28 AM

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?

Uesp 09/05/16 09:54 AM

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.


All times are GMT -6. The time now is 06:24 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI