fodev.net

FOnline Development => Questions and Answers => Topic started by: Saumax on April 03, 2015, 02:37:14 pm

Title: Gui skill asign
Post by: Saumax on April 03, 2015, 02:37:14 pm
Hello.
I have slight problem with assigning existing skill to SkillBox(aka SkillDex)
(https://i.imgur.com/A3cAzE2.png)
The problem is that gui configuration file (default.ini) is reading variable Sbox* which i cannot find anywhere except this file.
im currently using 2238 sdk.
Anybody can put me on the right track?
Title: Re: Gui skill asign
Post by: Wipe on April 04, 2015, 07:35:08 am
It's hardcoded screen, so everything is handled by client itself not scripts. If you want to add new skill to that screen, you have to inject button there and provide a logic behind it. Plus drawing skill value of course.

There are 2 places where such thing is done in 2238 - character screen ["online" button] and loot screen [free container space], search for "Inject" in client*.fos