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

NPC Shirk does not get icon id #1301

Open
canerksk opened this issue Oct 4, 2024 · 1 comment
Open

NPC Shirk does not get icon id #1301

canerksk opened this issue Oct 4, 2024 · 1 comment

Comments

@canerksk
Copy link
Contributor

canerksk commented Oct 4, 2024

When we shrink an entity, the baseid of the resulting figure is not the same as the ICON value of that entity.

When this entity is shrunk, it becomes an i pet llama, but if an ICON value is entered here, that ICON item must also be shrink.

[CHARDEF c_custom_char]
DEFNAME=c_custom_char
ID=C_LLAMA
ICON=i_pet_custom_char  <-- shrink must be the created item

[CHARDEF 0dc]
DEFNAME=c_llama
ICON=i_pet_llama 

When we shrink c_custom_char it gives i_pet_llama shrink item, but it should give us back i_pet_custom_char

@Jhobean
Copy link
Contributor

Jhobean commented Oct 4, 2024

Actually the icon is the item containing the anim number. In general it's boat part.

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

No branches or pull requests

3 participants