[Help]Model bug

11/26/2014 16:31 Wezzy_Dev#1
how to fix this [Only registered and activated users can see links. Click Here To Register...] The model is right and good and also the codes in Model but if the item is from the code the texture of items is ok but if i create a new character the free vagrant set and wooden sword look like this [Only registered and activated users can see links. Click Here To Register...] and im using v19 parameters
11/26/2014 18:11 Kiseku#2
Code:
BEGIN TRAN

USE [CHARACTER_01_DBF]

UPDATE [BASE_VALUE_TBL] SET [m_Inventory] = '0,502,0,0,,1,0,9000000,0,0,0,0,0,0,0,0,0,-1/1,2801,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,-1/2,4805,0,0,,5,0,0,0,0,0,0,0,0,0,0,0,-1/42,506,0,0,,1,0,5850000,0,0,0,0,0,0,0,0,0,-1/43,510,0,0,,1,0,4500000,0,0,0,0,0,0,0,0,0,-1/44,21,0,0,,1,0,7200000,0,0,0,0,0,0,0,0,0,-1/45,2800,0,0,,3,0,0,0,0,0,0,0,0,0,0,0,-1/$' WHERE g_nSex = '0'
UPDATE [BASE_VALUE_TBL] SET [m_Inventory] = '0,504,0,0,,1,0,9000000,0,0,0,0,0,0,0,0,0,-1/1,2801,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,-1/2,4805,0,0,,5,0,0,0,0,0,0,0,0,0,0,0,-1/42,508,0,0,,1,0,5850000,0,0,0,0,0,0,0,0,0,-1/43,512,0,0,,1,0,4500000,0,0,0,0,0,0,0,0,0,-1/44,21,0,0,,1,0,7200000,0,0,0,0,0,0,0,0,0,-1/45,2800,0,0,,3,0,0,0,0,0,0,0,0,0,0,0,-1/$' WHERE g_nSex = '1'

ROLLBACK