Npc`s problem ?

05/18/2012 12:11 Jack Sparrow#1
i got weird problem in my server, everytime i add an npc it shows the "100" blue thing not the lookface i used for it , here is how my cq-npc and npc.ini for one of these npc`s look like

Code:
88790	0	0	VIPTele	2	88790	0	0	-1	1000	288	469	5991100	0	0	0	0	0	0	0	0	0	0	0	нч	0	0	0	0	1	0	0	0	0	0


[NpcType88790]
Name=Courtney
SimpleObjID=745
StandByMotion=0745000100
BlazeMotion=0745000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0745000101
Effect=none
ZoomPercent=105
Note=VIPTeleporter
05/18/2012 13:07 Soul[PM]#2
Quote:
Originally Posted by Jack Sparrow View Post
i got weird problem in my server, everytime i add an npc it shows the "100" blue thing not the lookface i used for it , here is how my cq-npc and npc.ini for one of these npc`s look like

Code:
88790	0	0	VIPTele	2	88790	0	0	-1	1000	288	469	5991100	0	0	0	0	0	0	0	0	0	0	0	нч	0	0	0	0	1	0	0	0	0	0


[NpcType88790]
Name=Courtney
SimpleObjID=745
StandByMotion=0745000100
BlazeMotion=0745000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0745000101
Effect=none
ZoomPercent=105
Note=VIPTeleporter
Hi This is my anwer for you
BlazeMotion1=0700000190
BlazeMotion2=0700000190
This above not like the other lines you must add the rest numbner like this one & if not show then chack the look face in ini folder i hope i did help you
BlazeMotion1=0745000190
BlazeMotion2=0745000190

GL if i help click thanks
05/18/2012 16:00 Jack Sparrow#3
Quote:
Originally Posted by Soul[PM] View Post
Hi This is my anwer for you
BlazeMotion1=0700000190
BlazeMotion2=0700000190
This above not like the other lines you must add the rest numbner like this one & if not show then chack the look face in ini folder i hope i did help you
BlazeMotion1=0745000190
BlazeMotion2=0745000190

GL if i help click thanks
doesnt work :(
05/18/2012 22:58 SoulNecturn#4
Jack ... I believe your problem is inside NPC.ini just - its not about your DB npc ....

But as well your problem is not with the NPC you have the issue :) What I mean is that the problem lies in other NPC that is above this one in your npc.ini .... it can be missing line ... can be messed line and client is not correctly getting info about the last npc ...

So check your previous npcs that are before this one that acting wrong ;)
(to confirm this search you can just put this npc you provided on top of the whole list of npc's in your npc.ini .... if will work ok then search for that I desribed in the end or in place where the problem start)

cheers
05/19/2012 00:17 XxFearReaperXx#5
Change your Lookface. there is no 88790 in the client
05/19/2012 01:16 no_1#6
Code:
88790	0	0	VIPTele	2	88790	0	0	-1	1000	288	469	5991100	0	0	0	0	0	0	0	0	0	0	0	нч	0	0	0	0	1	0	0	0	0	0


[NpcType88790]
[/QUOTE]

the problem is you have lookface 88790 in db.
so you need to add NpcType 8879 in the npc ini

Why? the 0 in the db is to tell what way your npc is looking at.
Take a look here [Only registered and activated users can see links. Click Here To Register...]

Regards SweetCandy[PM]

Quote:
Originally Posted by XxFearReaperXx View Post
Change your Lookface. there is no 88790 in the client
:o
its this what could affect that
SimpleObjID=745
05/19/2012 02:27 Jack Sparrow#7
Quote:
Originally Posted by SoulNecturn View Post
Jack ... I believe your problem is inside NPC.ini just - its not about your DB npc ....

But as well your problem is not with the NPC you have the issue :) What I mean is that the problem lies in other NPC that is above this one in your npc.ini .... it can be missing line ... can be messed line and client is not correctly getting info about the last npc ...

So check your previous npcs that are before this one that acting wrong ;)
(to confirm this search you can just put this npc you provided on top of the whole list of npc's in your npc.ini .... if will work ok then search for that I desribed in the end or in place where the problem start)

cheers

Wow! that worked! i never knew npc.ini works like this never thought a messed up line would make it stop reading , i moved my npc`s to the top (second from the top so it wont mess up the "100" blue npc ) and it worked perfectly , thank you so much :)


Quote:
Originally Posted by XxFearReaperXx View Post
Change your Lookface. there is no 88790 in the client
iam sure there is because thats cronus teleporter `s normal lookface , thank you so much for your reply :)
Quote:
Originally Posted by no_1 View Post
Code:
88790	0	0	VIPTele	2	88790	0	0	-1	1000	288	469	5991100	0	0	0	0	0	0	0	0	0	0	0	нч	0	0	0	0	1	0	0	0	0	0


[NpcType88790]
the problem is you have lookface 88790 in db.
so you need to add NpcType 8879 in the npc ini

Why? the 0 in the db is to tell what way your npc is looking at.
Take a look here [Only registered and activated users can see links. Click Here To Register...]

Regards SweetCandy[PM]



:o
its this what could affect that
SimpleObjID=745[/QUOTE]

i tried that before but it never worked so i thought thats not the problem , the problem was as soul said up there , thank you so much for your reply :)
05/19/2012 08:32 XxFearReaperXx#8
lol candy just said the same thing that i did in more detail xD