Jump to content

Extending CLASS.IDS


temnix

Recommended Posts

I'm adding a new class, one of the monster classes. There is no limit to the number of entries in CLASS.IDS, is there? At least, it should go as high as 415, which is the number I decided to assign to the new class. When CLASS is edited by hand and this entry, 415 FISSION_SLIME, is selected for the monster, there seems to be no problem. But when I used APPEND in the tp2 and then WRITE_BYTE 0x273 415 for fission slimes, I saw an error. Is there some complication to this?

Link to comment
Quote

BYTE 0x273 415

BYTE's value is between 0 and 255(or 0x00 and 0xff). 256 reguires a SHORT. While the 415 is 0x019f, technically the class value is set to be 0x9f with the above command. Aka, 159.

Edited by Jarno Mikkola
Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...