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

Homunculus skills not working #3913

Open
Henrybk opened this issue Dec 23, 2024 · 1 comment · May be fixed by #3914
Open

Homunculus skills not working #3913

Henrybk opened this issue Dec 23, 2024 · 1 comment · May be fixed by #3914

Comments

@Henrybk
Copy link
Contributor

Henrybk commented Dec 23, 2024

The 'homun skills' command is not working as shown bellow.
73b504aad4a49c79aa383dfef93ae29c

It show no level or sp for the skills.
This is because $char->{skills} is not saving the slave skills, and $slave->{'slave_skillsID'} only saves the handles as shown bellow
db43550d3e0ec85c4a26d32054d12ed0

Also the sub that checks ownership of the skill is just empty.
460a2988a0cb81b9a676a5bc80239431

@Henrybk
Copy link
Contributor Author

Henrybk commented Dec 23, 2024

Editing the command to also check Skill::DynamicInfo::skills works but is a hack, the skill info should be saved in the char or the slave hash.
86ced76f824389d3e96317870ef09f6c

d1e398e69fb1937c5a1aaadb4d3d37ab

@Henrybk Henrybk changed the title Homunculus skills command error Homunculus skills not working Dec 23, 2024
@Henrybk Henrybk linked a pull request Dec 23, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant