T h e   b a c k u p   D B   i n c l u d e d   w a s   n o t   u s e d   t o   s e t   u p   t h e s e   f i l e s   a s   i   h a d   a l l r e a d y   c r e a t e d   a n   s q l   D B   a n d   c o n n e c t e d   t o   t h e   g a m e   u s i n g   m y     c o n n e c t i o n   . 
 
 
 
 D i s c l a i m e r *   t h e   m i r 2   d b   i n c l u d e d   w a s   n o t   t e s t e d   i n   t h e   s e t t i n g   u p   a n d   r u n n i n g   o f   t h e s e   f i l e s . 
 
 
 
 
 
 y o u   s h o u l d   d o   a   r e s t o r e   o n   t h i s   D B   a n d   n o t   a t t a c h   i t . 
 
 i   a m   t o l d   t h a t   t h e   D B   i s   f u l l y   u p d a t e d   f r o m   t h e   u p d a t e s . d o c   a n d   t h i s   i s   w h a t   h a s   b e e n   d o n e   t o   i t   s i n c e   i t s   f i r s t   r e l e a s e   a s   T D ' s     o l d   D B . 
 
 
 
 " 	 d b   u p d a t e :   i n   t b l _ c h a r i n f o   a d d   t h e   f o l l o w i n g   f i e l d : 
 
 	 	 F l d _ K i l l p o i n t s   ( b i g i n t ,   l e n g t h   8 ,   d e f a u l t   v a l u e   0 ,   a l l o w   n u l l   :   f a l s e ) 
 
 " 	 f o r g o t   t o   m e n t i o n   l a s t   u p d a t e   l o g :   y o u   n e e d   t o   a d d   a   n e w   t a b l e   t o   t h e   m s   s q l   ' c h a r '   d b   i n f o : 
 
 	 n a m e :   T B L _ G u i l d W a r L o g 
 
 	 f i e l d s : 
 
 	 	 F l d _ G u i l d N a m e 1 ,   v a r c h a r ,   l e n g t h   2 0 ,   a l l o w   n u l l   =   f a l s e 
 
 	 	 F l d _ G u i l d N a m e 2   ( s a m e   a s   a b o v e ) 
 
 	 	 F l d _ T i m e ,   i n t ,   l e n g t h   4 ,   a l l o w   n u l l   =   f a l s e ,   d e f a u l t   v a l u e   =   0 
 
 	 	 F l d _ D u r a t i o n   ( s a m e   a s   a b o v e 
 
 " 	 r e w o r k e d   t h e   d b s e r v e r ;   i n f o   b e l o w ( a f r a i d   i t   c a n   o n l y   r u n   m s s q l   n o w   n o t   m y s q l ) 
 
 	 d e l e t e d   f o l l o w i n g   d a t a   f r o m   t b l _ c h a r i n f o : ( a l l   p o i n t l e s s   r e a l l y ) 
 
 	 F l d _ A C , F l d _ m a c , F l d _ D C , F l d _ M C , F l d _ S C , F l d _ M a x H P , F l d _ M a x M P , F l d _ M a x E x p ,   F l d _ W e i g h t , F l d _ M a x W e i g h t , 
 
 	 F l d _ W e a r W e i g h t , F l d _ M a x W e a r W e i g h t , F l d _ H a n d W e i g h t ,   F l d _ M a x H a n d W e i g h t 
 
 	 c h a n g e s   t o   t b l _ C h a r L i s t : ( a l l o w   n u l l   i s   a l w a y s   f a l s e   : p ) 
 
 	 F l d _ I n d e x ( i n t ,   l e n g t h 4 ,   i n c r e m e n t   =   y e s ,   i d e n t i t y   i n c r e m e n t   =   1 ) 
 
 	 F l d _ A c c o u n t ( v a r c h a r , 1 6 ) 
 
 	 F l d _ C h a r N a m e ( v a r c h a r , 2 0 ) 
 
 	 F l d _ C r e a t e D a t e ( b i g i n t , 8 , d e f a u l t   0 ) 
 
 	 F l d _ M o d i f y d a t e ( b i g i n t , 8 ,   d e f a u l t   0 ) 
 
 	 F l d _ S e l e c t I D ( i n t , 4 , d e f a u l t   0 ) 
 
 	 F l d _ D e l e t e d ( b i t , 1 , d e f a u l t   0 ) 
 
 	 F l d _ S e l e c t e d ( b i t ,   1 ,   d e f a u l t   v a l u e   0 ) 
 
 " 	 y o u   n e e d   t o   a d d   F l d _ G u i l d P o i n t s   t o   t b l _ g u i l d l i s t ,   d a t a   t y p e :   i n t ,   l e n g t h :   4 ,   a l l o w   n u l l s :   f a l s e ,   d e f a u l t   v a l u e   0 
 
 " 	 n e e d   t o   a d d   a   n e w   f i e l d   t o   t b l _ g u i l d l i s t :   f i e l d n a m e :   F l d _ G u i l d L o g o   ,   d a t a   t y p e :   v a r c h a r ,   l e n g t h :   2 0 ,   a l l o w   n u l l   =   f a l s e ,   d e f a u l t   v a l u e   :   ' '   ( y e s   t h e   2   '   s i g n s ) 
 
 " 	 a d d e d   a   f e w   n e w   t a b l e s   t o   t h e   c h a r   d a t a b a s e 
 
 	 -   T b l _ G u i l d L i s t   ( c o n t a i n s   o n l y   o n e   f i e l d :   F l d _ G u i l d N a m e ,   d a t a   t y p e :   v a r c h a r ,   l e n g t h :   2 0 ,   a l l o w   n u l l s : f a l s e ) 
 
 	 -   T b l _ G u i l d I t e m s ( c o n t a i n s   t h e   s a m e   f i e l d s   a s   t b l _ u s e r i t e m s   e x c e p t   i n s t e a d   o f   F l d _ C h a r n a m e   i t ' s   F l d _ G u i l d n a m e   h e r e ) 
 
 	 -   T b l _ G u i l d M e m b e r L i s t ,   c o n t a i n s : 
 
 	 	 F l d _ G u i l d N a m e :   v a r c h a r ,   l e n g t h   2 0 ,   a l l o w   n u l l   :   f a l s e 
 
 	 	 F l d _ G u i l d R a n k :       i n t 	             ,   l e n g t h   4 	 ,   a l l o w   n u l l :   f a l s e 
 
 	 	 F l d _ C h a r N a m e :   v a r c h a r   ,   l e n g t h 2 0 ,     a l l o w   n u l l :   f a l s e 
 
 	 	 F l d _ L e v e l 	     :     i n t 	             ,   l e n g t h   4     ,   a l l o w   n u l l :   f a l s e 
 
 	 	 F l d _ R a n k N a m e :   v a r c h a r ,   l e n g t h   5 0 ,   a l l o w   n u l l :   f a l s e 