11-05-2013, 07:30 AM
i want to fix thing in akan temple but in order to fix these i need to understand Objects? for a example ill show you here
INSERT INTO `newproject_data`.`t_raid_object_data` (`a_index`, `a_assign_zone`, `a_TodoOutput`, `a_object_type`, `a_object_index`, `a_object_name`, `a_object_data`, `a_description`, `a_flag`) VALUES
(3, 36, 1, 0, 2671, concourse_S1_A, 1, NULL, 0);
Here above you see that the table i am using. The question i have for anyone is where do these come from a_object_type, a_object_index, a_object_name and how do i get a list of them Our there index number ?

