[help]Npc looktype....

05/27/2011 05:50 shadowkiller990#1
IM SOOOO CLOSE so lots of it works but my NPC arent showing names or the propper Lookface... i dont know why i looked at all the information over and over and i cant figure it out please help


Code:
300	0	0	Shadow[PM]        	29	3000	0	0	-1	1000	309	405	299	304	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
301	0	0	Peace[PM]       	29	3001	0	0	-1	2000	165	259	306	313	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
302	0	0	Latvietis[MOD]	29	3002	0	0	-1	3000	186	321	315	321	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
303	0	0	Unwanted   	29	3003	0	0	-1	7000	456	518	323	330	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
304	0	0	Jman      	29	3004	0	0	-1	4000	357	311	333	339	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
305	0	0	Serrae      	29	3005	0	0	-1	5000	916	1018	341	0	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
and my npc.ini

Code:
[NpcType3000]
Name=Shadow[PM]
SimpleObjID=714
StandByMotion=0714000100
BlazeMotion=0714000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0714000101
Effect=petdepotnpc
ZoomPercent=110
Note=ShadowLordsQuest
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3

[NpcType3001]
Name=Peace[PM]
SimpleObjID=714
StandByMotion=0714000100
BlazeMotion=0714000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0714000101
Effect=petdepotnpc
ZoomPercent=110
Note=ShadowLordsQuest
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3

[NpcType3002]
Name=Latvietis[MOD]
SimpleObjID=714
StandByMotion=0714000100
BlazeMotion=0714000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0714000101
Effect=petdepotnpc
ZoomPercent=110
Note=ShadowLordsQuest
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3

[NpcType3003]
Name=Unwanted
SimpleObjID=714
StandByMotion=0714000100
BlazeMotion=0714000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0714000101
Effect=petdepotnpc
ZoomPercent=110
Note=ShadowLordsQuest
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3

[NpcType3004]
Name=Jman
SimpleObjID=714
StandByMotion=0714000100
BlazeMotion=0714000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0714000101
Effect=petdepotnpc
ZoomPercent=110
Note=ShadowLordsQuest
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3

[NpcType3005]
Name=Serrae
SimpleObjID=745
StandByMotion=00000745000100
BlazeMotion=00000745000190
BlazeMotion1=00000700000190
BlazeMotion2=00000700000190
RestMotion=00000745000101
Effect=petdepotnpc
ZoomPercent=105
Note=ShadowLordsQuest
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3
05/27/2011 08:42 DuaSelipar#2
see in redline..
7 is a direction of npc.. or you can try num 5,6,7,8

Code:
300	0	0	Shadow[PM]        	29	[COLOR="Red"][B]30007[/B][/COLOR]	0	0	-1	1000	309	405	299	304	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
301	0	0	Peace[PM]       	29	[COLOR="Red"][B]30017[/B][/COLOR]	0	0	-1	2000	165	259	306	313	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
302	0	0	Latvietis[MOD]	29	[COLOR="Red"][B]30027[/B][/COLOR]	0	0	-1	3000	186	321	315	321	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
303	0	0	Unwanted   	29	[COLOR="Red"][B]30037[/B][/COLOR]	0	0	-1	7000	456	518	323	330	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
304	0	0	Jman      	29	[COLOR="Red"][B]30047[/B][/COLOR]	0	0	-1	4000	357	311	333	339	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
305	0	0	Serrae      	29	[COLOR="Red"][B]30057[/B][/COLOR]	0	0	-1	5000	916	1018	341	0	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
05/27/2011 14:42 shadowkiller990#3
Quote:
Originally Posted by UltimateChaos View Post
see in redline..
7 is a direction of npc.. or you can try num 5,6,7,8

Code:
300	0	0	Shadow[PM]        	29	[COLOR="Red"][B]30007[/B][/COLOR]	0	0	-1	1000	309	405	299	304	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
301	0	0	Peace[PM]       	29	[COLOR="Red"][B]30017[/B][/COLOR]	0	0	-1	2000	165	259	306	313	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
302	0	0	Latvietis[MOD]	29	[COLOR="Red"][B]30027[/B][/COLOR]	0	0	-1	3000	186	321	315	321	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
303	0	0	Unwanted   	29	[COLOR="Red"][B]30037[/B][/COLOR]	0	0	-1	7000	456	518	323	330	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
304	0	0	Jman      	29	[COLOR="Red"][B]30047[/B][/COLOR]	0	0	-1	4000	357	311	333	339	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
305	0	0	Serrae      	29	[COLOR="Red"][B]30057[/B][/COLOR]	0	0	-1	5000	916	1018	341	0	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
no still not working :( lol showing now as a differnt npc lol
05/27/2011 16:23 Eurion#4
Quote:
Originally Posted by shadowkiller990 View Post
no still not working :( lol showing now as a differnt npc lol
That would be because npc's 3000,3001,3002,3003,3004,30005 all exist already. You will need to make unique ones.

Something like this should work

cq_npc
Code:
300	0	0	Shadow[PM]        	29	6000	0	0	-1	1000	309	405	299	304	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
301	0	0	Peace[PM]       	29	6001	0	0	-1	2000	165	259	306	313	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
302	0	0	Latvietis[MOD]	29	6002	0	0	-1	3000	186	321	315	321	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
303	0	0	Unwanted   	29	6003	0	0	-1	7000	456	518	323	330	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
304	0	0	Jman      	29	6004	0	0	-1	4000	357	311	333	339	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
305	0	0	Serrae      	29	6005	0	0	-1	5000	916	1018	341	0	0	0	0	0	0	0	0	0	5	5	ÎÞ	0	0	0	0	1	0	3	3	3	3
npc.ini
Code:
[NpcType6000]
Name=Shadow[PM]
SimpleObjID=714
StandByMotion=0714000100
BlazeMotion=0714000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0714000101
Effect=petdepotnpc
ZoomPercent=110
Note=ShadowLordsQuest
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3

[NpcType6001]
Name=Peace[PM]
SimpleObjID=714
StandByMotion=0714000100
BlazeMotion=0714000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0714000101
Effect=petdepotnpc
ZoomPercent=110
Note=ShadowLordsQuest
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3

[NpcType6002]
Name=Latvietis[MOD]
SimpleObjID=714
StandByMotion=0714000100
BlazeMotion=0714000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0714000101
Effect=petdepotnpc
ZoomPercent=110
Note=ShadowLordsQuest
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3

[NpcType6003]
Name=Unwanted
SimpleObjID=714
StandByMotion=0714000100
BlazeMotion=0714000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0714000101
Effect=petdepotnpc
ZoomPercent=110
Note=ShadowLordsQuest
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3

[NpcType6004]
Name=Jman
SimpleObjID=714
StandByMotion=0714000100
BlazeMotion=0714000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0714000101
Effect=petdepotnpc
ZoomPercent=110
Note=ShadowLordsQuest
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3

[NpcType6005]
Name=Serrae
SimpleObjID=745
StandByMotion=00000745000100
BlazeMotion=00000745000190
BlazeMotion1=00000700000190
BlazeMotion2=00000700000190
RestMotion=00000745000101
Effect=petdepotnpc
ZoomPercent=105
Note=ShadowLordsQuest
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3
05/27/2011 17:24 shadowkiller990#5
kk ill try again lol :D thanks

Edit

Now it shows the first npc in my npc.ini file whitch is

Code:
[NpcType8898]
Name=HurdleRace
SimpleObjID=704
StandByMotion=0704000100
BlazeMotion=0704000190
BlazeMotion1=0704000190
BlazeMotion2=0704000190
RestMotion=0704000101
Effect=none
ZoomPercent=100
now if i change that so does my npc for my quest, so they always change to this first one in the list of npc.ini.... lol im stuck haha