[Question] NPC direction IDs

06/05/2009 02:38 ~*Dutchess*~#1
I was wondering and hoping anyone knew the direction ID of the compose item box for the wuxing oven. I know 1 is a shop 2 is dialouge and so on. If anyone is nice enough to answer that lil question for me id be very greatful :D
06/05/2009 10:01 yuko#2
its the same thing like the warehouse.
Code:
case 35016:
                    {
                        CSocket.Send(ConquerPacket.General(CSocket.Client.ID, 1, 0, 0, 0, 0, Struct.DataType.Dialog));
                        break;
                    }
just need for the over the packets
"packet to handle = 2036"