Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I change the increase value of Haste? #9

Closed
MongMikng opened this issue Feb 11, 2023 · 2 comments
Closed

How do I change the increase value of Haste? #9

MongMikng opened this issue Feb 11, 2023 · 2 comments

Comments

@MongMikng
Copy link

i want change the Haste increase value 999 -> 100% or 200%

How can find value?

@AUSTIN2526
Copy link
Owner

AUSTIN2526 commented Feb 11, 2023

you can use this code convert the value

import numpy as np
while(1):
    data = float(input('Enter:'))
    b = np.array([data])
    b.dtype = 'int'
    print(b[1])

and paste the value in self.modify_data

 self.modify_data = {
                             #if you want to add a row modify here(format func_name_ + "num" + _ + "name")
                             'func_name_1_hP':[self.ui.func_group_1[0], paste here, 0x00A1EFD8,[0x70,0x18,0x170,0x98,0x48,0x10,0x1F70,0x04]],
                             'func_name_1_range':[self.ui.func_group_1[1], paste here, 0x00A1EFD8,[0x70,0x18,0x170,0x98,0x48,0x10,0x1670,0x04]],
                             'func_name_1_atk':[self.ui.func_group_1[2], paste here, 0x00A1EFD8,[0x70,0x18,0x170,0x98,0x48,0x10,0x480,0x04]],
                             'func_name_1_haste':[self.ui.func_group_1[3], paste here, 0x00A1EFD8,[0x70,0x18,0x170,0x98,0x48,0x10,0x1F0,0x04]],

                             'func_name_2_ex':[self.ui.func_group_2[0], paste here, 0x00A1EFD8,[0x70,0x18,0x170,0x98,0x48,0x10,0x1B30,0x04]],
                             'func_name_2_ex_ame':[self.ui.func_group_2[1], paste here, 0x00A1EFD8,[0x70,0x18,0x170,0x98,0x48,0x10,0x1B50,0x04]],
                             
                             'func_name_3_level_up':[self.ui.func_group_3[0], paste here, 0x00800B60, [0x48,0x10,0x1840,0x4]],
                             'func_name_3_stop_level_up':[self.ui.func_group_3[1], paste here, 0x00800B60, [0x48,0x10,0x1840,0x4]],
                             
                             'func_name_4_coin_1':[self.ui.func_group_4[0], paste here, 0x00A1EFC8, [0x1A8, 0x0, 0x0, 0x280, 0x34]],
                             
                             #this data not in QCheckBox this data will enable in modify function
                             'func_name_4_coin_2':[self.ui.func_group_4[0], paste here, 0x007D37E0, [0x148,0x18B4]],
                             
        }

@MongMikng
Copy link
Author

Thank you very much. It works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants