Jump to content
  • 0

How to limit the skill bar


rodney2255

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  01/16/19
  • Last Seen:  

Hello, I wanted to know if there is any way to limit the skill bar to just one and eventually leave only 5 skill slots available

untitled.bmp

Edited by rodney2255
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

adjust the max hotkey value might work, but the  UI still showing unless you have custom mod for the client to hide it

src/common/mmo.hpp#L25-L34

#define MAX_HOTKEYS 5

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  01/16/19
  • Last Seen:  

4 hours ago, Emistry said:

adjust the max hotkey value might work, but the  UI still showing unless you have custom mod for the client to hide it

src/common/mmo.hpp#L25-L34

#define MAX_HOTKEYS 5

 

HAPPY NEw YEAR!!!

By limiting it, I can still use the other skill bars, however, when disconnecting and connecting the skills in the game they disappear, leaving only the number of skills at the value I defined. I would like to be able to disable the other slots, so the idea was to only use the slots that were defined.

Example:
I defined 5 slots, only 5 slots can have skills, the others cannot

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  896
  • Reputation:   117
  • Joined:  05/23/12
  • Last Seen:  

This may help u:

Rynbef~

Edited by Rynbef
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...