Request some coding help in the name of Balthazar

05/17/2019 14:50 schnoesel21#1
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

Code:
Func UnlockSkillFromBalthDude($aSkillID)
	Return Dialog("0x1" & Hex($aSkillID,7))
EndFunc
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.