Page 1 of 1

Spell Error Versions

Posted: Wed Oct 11, 2017 6:24 am
by Ememjr
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

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			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

Re: Spell Error Versions

Posted: Wed Oct 11, 2017 3:34 pm
by Jabantiz
I believe for the mounts it use to say in chat why you couldn't mount while the pop up only ever said could not mount.

For those that are not displaying anymore I am not sure, never seen them remove any in the past only add or rearrange.

Re: Spell Error Versions

Posted: Wed Oct 11, 2017 5:01 pm
by Ememjr
ok i am just going to put 0 for the index of the ones that dont work any more
ok i see it now on live had to add more option to the chat window, screen pop up cannot mount now, chat you cannot do that while sitting.
now i am wanderign since the popup is client based text, if the chat window is as well
i will return with that answer

Re: Spell Error Versions

Posted: Wed Oct 11, 2017 5:06 pm
by Ememjr
Perfect its client based text in chat window, bak to testign them all again and modifying lol