Adding m_abHideCoat

09/21/2020 21:31 IFlyffMc#1
Hello can anyone knows how to add m_abHideCoat in the database?
09/21/2020 22:51 FIorist#2
Quote:
Originally Posted by IFlyffMc View Post
Hello can anyone knows how to add m_abHideCoat in the database?
I think you mean m_nHideCoat (not sure, it may have a different name in your system).

1) Add m_nHideCoat column on CHARACTER_TBL
[Only registered and activated users can see links. Click Here To Register...]

2) Add on CHARACTER_STR:
, @im_nHideCoat int = 0
, A.m_nHideCoat
, m_nHideCoat = @im_nHideCoat
, m_nHideCoat
, 0

Where exactly to add think for yourself. A small tip: if you already have similar systems, you can find a hint in them. And, of course, dont forget - all these lines are added in different parts of code, not together.
09/22/2020 19:11 IFlyffMc#3
Quote:
Originally Posted by FIorist View Post
I think you mean m_nHideCoat (not sure, it may have a different name in your system).

1) Add m_nHideCoat column on CHARACTER_TBL
[Only registered and activated users can see links. Click Here To Register...]

2) Add on CHARACTER_STR:
, @im_nHideCoat int = 0
, A.m_nHideCoat
, m_nHideCoat = @im_nHideCoat
, m_nHideCoat
, 0

Where exactly to add think for yourself. A small tip: if you already have similar systems, you can find a hint in them. And, of course, dont forget - all these lines are added in different parts of code, not together.
Thanks for helping sir, but can i know specifically where to put those (Addons) here in this sql database code?
[Only registered and activated users can see links. Click Here To Register...]
09/22/2020 21:18 LookAtTheFlower#4
Quote:
Originally Posted by IFlyffMc View Post
Thanks for helping sir, but can i know specifically where to put those (Addons) here in this sql database code?
[Only registered and activated users can see links. Click Here To Register...]
1. Add m_nHideCoat column on CHARACTER_TBL already mentioned.
2. The rest needs to be modified on CHARACTER_01_TBL > Programmabilty > Stored Procedure > CHARACTER_STR