Author Topic: Gui skill asign  (Read 1518 times)

Offline Saumax

  • The one who challenges the sun
    • NRA Forum
Gui skill asign
« on: April 03, 2015, 02:37:14 pm »
Hello.
I have slight problem with assigning existing skill to SkillBox(aka SkillDex)

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?
Mr. T używa kastetów ponieważ siła uderzenia przeciwnika gołą pięścią jest zbyt duża.

Offline Wipe

  • Rotator
  • Random is god
Re: Gui skill asign
« Reply #1 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
Games are meant to be created, not played...