![]() |
|
Objects and there Index Numbers ? - Printable Version +- LCKB (https://lckb.dev/forum) +-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109) +--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193) +---- Forum: Help & Support (https://lckb.dev/forum/forumdisplay.php?fid=157) +----- Forum: Ep2 Support (https://lckb.dev/forum/forumdisplay.php?fid=166) +------ Forum: Solved Topics (https://lckb.dev/forum/forumdisplay.php?fid=144) +------ Thread: Objects and there Index Numbers ? (/showthread.php?tid=2632) |
- CDWriter - 11-05-2013 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 ? |