ningimbly Posted October 21, 2017 Share Posted October 21, 2017 can the number of active skills slots be reduced ? I'm designing a skill crafting moba inspired game with a meta game. and I need to take active slots down to 5. Link to comment Share on other sites More sharing options...
0 Gibier Posted October 21, 2017 Share Posted October 21, 2017 the hotbar ?  Yes, open the InGame.xml in the client resources folder -> gui  1) press ctrl + F and search "<HotbarWindow>" -> you will need to reduce the "384" in <Bounds>640,0,384,54</Bounds> of the <HotbarWindow> to don't have an empty space in the hotbar window.  2) search the <HotbarContainer5>, <HotbarContainer6>... until the <HotbarContainer9> (last one)  Each <HotbarContainer> have a line "<Disabled>False</Disabled>" and a line "<Hidden>False</Hidden>"  Change the False to true.    If you mean all the spell that the player can have:  Go in the config.xml of the server and search the line "<MaxSpells>20</MaxSpells>" and change the number by 5.      jcsnider 1 Link to comment Share on other sites More sharing options...
Question
ningimbly
can the number of active skills slots be reduced ? I'm designing a skill crafting moba inspired game with a meta game. and I need to take active slots down to 5.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts