09-09-2012, 08:32 PM
Hey i continue to working on a Tool for my Server , but i got a little Problem with MySql i created this Command
@"INSERT INTO `t_stash03`(`a_index`, `a_user_idx`, `a_item_idx`, `a_plus`, `a_wear_pos`, `a_flag`, `a_serial`, `a_count`, `a_used`, `a_item_option0`, `a_item_option1`, `a_item_option2`, `a_item_option3`, `a_item_option4`, `a_used_2`) VALUES (''," + user_id + ",'"+TitanHelm+"','25','-1','0','','1','-1','0','0','0','0','0','-1')";
I can insert the Command all works fine, i can find it in the DB , but only in the Warehouse the Item is missing.
I think its maybe the Serial but i havent no idea how to Calculate this Serial..^^

