Spell Error Versions
Posted: Wed Oct 11, 2017 6:24 am
I am updating the spell error version for live and created a \test command so that i could do /test 1 through /test 85 and make sure i got everything that changed
curious though so id 77-81
all display cannot mount now. how was the rest determined ie sitting,dead,climbing,form,water to deep
also there are a few that do not display the error text, does that mean those are no longer used, or do i actually have to be in that situation to see the error
if it does not exist, i was just going to change the value in the DB to 0 so we keep our index and name correct
curious though so id 77-81
Code: Select all
#define SPELL_ERROR_CANNOT_MOUNT_NOW_SITTING 77
#define SPELL_ERROR_CANNOT_MOUNT_NOW_DEAD 78
#define SPELL_ERROR_CANNOT_MOUNT_NOW_CLIMBING 79
#define SPELL_ERROR_CANNOT_MOUNT_NOW_FORM 80
#define SPELL_ERROR_CANNOT_MOUNT_NOW_WATER_TO_DEEP 81also there are a few that do not display the error text, does that mean those are no longer used, or do i actually have to be in that situation to see the error
if it does not exist, i was just going to change the value in the DB to 0 so we keep our index and name correct