We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Actually the icon is the item containing the anim number. In general it's boat part.
Sorry, something went wrong.
- Changed: Now CHARDEFs can read custom Item Resources as an ICON, th…
f295506
…e restriction of being TILEDATA value is removed. (Issue: Sphereserver#1301)
xwerswoodx
No branches or pull requests
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.
When we shrink c_custom_char it gives i_pet_llama shrink item, but it should give us back i_pet_custom_char
The text was updated successfully, but these errors were encountered: