Hi Coders
If i Use GWToolbox and open the skill pane it shows me if the skill is unlocked on the account or not.
I use
To unlock skills with balthazar points by just looping through all skills from 1 to 3500 something. It would be much nicer and faster i bet to try only the locked skills.
Does someone know how GWToolbox is getting this information?
Thanks in advance.
If i Use GWToolbox and open the skill pane it shows me if the skill is unlocked on the account or not.
I use
Code:
Func UnlockSkillFromBalthDude($aSkillID)
Return Dialog("0x1" & Hex($aSkillID,7))
EndFunc
Does someone know how GWToolbox is getting this information?
Thanks in advance.