No. const.h is server-side, while SPR file is client-side. When a magic effect is to be shown on the client, the server sends a message containing the ID of what magic effect is that. That is where const.h enters, mapping names such as CONST_ME_HOLYAREA to the number to send to the client, in...