naming unknown effect

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

naming unknown effect

#1 Post by ever_boy_ »

I got a halloween hat which has a hidden bonus, increasing atk power when it activates (the visual effect is identical to berserk potion's).
whenever it happens, the console shows:
You use effect: unknown #220

I thought of adding its corresponding hexa number to status_id_handle, but it already exists (0xdc EFST_REINCARNATION).
what should I do to name this unknown effect:
hakore
Super Moderators
Super Moderators
Posts: 200
Joined: 16 May 2008, 08:28
Noob?: No

Re: naming unknown effect

#2 Post by hakore »

Visual Effect is not the same as status effect.

See packet 01F3 (misc_effect).

Also, see effects.txt (which seem to currently exist only in twRO table subfolder).
Whatever...