Jump to content

[Cool] Disable Inactive Skills


steffan95
 Share

Recommended Posts

Preview :

 

b68994fbdeaa58494566e8cf30a841b3.gif

 

Tutorial :

 

 

#in uicharacter.py
# search 
              skillPage.DisableCoverButton(realSlotIndex)
# replace with 
              if constInfo.SHOW_INACTIVE_SKILL == 0:
                 skillPage.DisableCoverButton(realSlotIndex)
              else:
                 skillPage.ClearSlot(realSlotIndex)   

#in constInfo.py
SHOW_INACTIVE_SKILL = 0 #for disable
SHOW_INACTIVE_SKILL = 1 #for enable

 

 

 

 

 

Source: Unrivaled

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...