NPC Direction

04/11/2011 20:49 F i n c h i#1
The picture says everything related to my problem.

[Only registered and activated users can see links. Click Here To Register...]
04/11/2011 21:03 pro4never#2
The direction does not matter in the database. It's simply the last number in the mesh for the npc.

So 10 becomes 12, 15, 17 etc where the direction in those cases is 0, 2, 5, 7.
04/11/2011 21:33 F i n c h i#3
Thanks...and where I am supposed to modify that? o.o
04/11/2011 23:46 thesamuraivega#4
Quote:
Originally Posted by alexalx View Post
Thanks...and where I am supposed to modify that? o.o
in the navicat

For example:

INSERT INTO `npcs` VALUES ('447835', '447835', '1067', 'Freecps', '1002', '438', '384', '2', '2');

in the number:

1067

or

1067

:)
04/12/2011 00:02 F i n c h i#5
Quote:
Originally Posted by thesamuraivega View Post
in the navicat

For example:

INSERT INTO `npcs` VALUES ('447835', '447835', '1067', 'Freecps', '1002', '438', '384', '2', '2');

in the number:

1067

or

1067

:)
Thats the mesh ID not the direction.
04/12/2011 00:15 thesamuraivega#6
Quote:
Originally Posted by alexalx View Post
Thats the mesh ID not the direction.
try it, man;)
04/12/2011 00:17 nTL3fTy#7
Quote:
Originally Posted by alexalx View Post
Thats the mesh ID not the direction.
The mesh and direction are combined in that value (1067).
04/12/2011 00:28 F i n c h i#8
Never mind, I got it,Thanks Chris and other people for help.

#Solved
#Request closed.
04/12/2011 00:46 pro4never#9
No, looks like 3 is the default direction on all your npcs. Replace the 3 with the direction you want them to be displayed at.