Quote:
Originally Posted by shadowkiller990
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