Jump to content

[Python] How to fill a item with exp automatically


Recommended Posts

  • Developer

uiCharacter.py:

def RefreshStatus(self):

...

...

...

if unsigned32(player.GetStatus(player.EXP)) > your_limit_value_or_idk:

show_dialog_and_set_default_value(your_limit_value_or_idk - unsigned32(player.GetStatus(player.EXP)))

 

Something like that I think...

r

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.