Re: New NPC does not spawn
Quote:
Originally Posted by
Zorno
Heyhou,
another strange thing happens. I made a new NPC in elements, spawned it inworld and it was there. Now i tried to give it a quest. Gave it an ID in elements.data, connected it with an ID in tasks.data and gave it a reward. Now that i try to spawn this NPC with npcgen.data it doesnt show up. Also i cant spawn it ingame with the create monster anymore :(:
Where is he gone ? Walked out to buy some xmas gifts or what ? Any ideas ?
That happen when u did something wrong in elements.data
U need to check:
Recieve and give quest in NPC list correct set?
Did u added Recieve and give to elements.data?
There are 2 lists where u need to add it
Re: New NPC does not spawn
Quote:
Originally Posted by
Eistiger
That happen when u did something wrong in elements.data
U need to check:
Recieve and give quest in NPC list correct set?
Did u added Recieve and give to elements.data?
There are 2 lists where u need to add it
NPC is set as follows:
NPC ID 35010
NPC activate Quest 41002
NPC recieve Quest 41003
in both lists ( activate and recieve ) the ID to tasks.data is 41004
tasks.data is Quest ID 41004 with NPC ID 35010
so i think this is all correct :*:
Re: New NPC does not spawn
Ok then check if the have on field 8 (ronny 7) the 2111.
And the next field the text. That can be an error too.
If the quest isnt exist in elements.data (list for receive and give) then the npc doesnt appear.
Same if u forget the 2111.
Re: New NPC does not spawn
Quote:
Originally Posted by
Eistiger
Ok then check if the have on field 8 (ronny 7) the 2111.
And the next field the text. That can be an error too.
If the quest isnt exist in elements.data (list for receive and give) then the npc doesnt appear.
Same if u forget the 2111.
2111 is the monster thingy i guess. Its there.
I double checked for the IDs of the elements but they are all there :(: looks like i have to start again and try that in another way.
Re: New NPC does not spawn
Also make sure none of the ID's are already in use...
And tasks.data ID's CAN overlap elements.data ID's as they are independent of each other
BUT if you have an ID for an NPC that is the same as any other ID in elements.data (with a few weird exceptions) the NPC will not appear (found that out on my own quite a long time ago)
Re: New NPC does not spawn
Yea be sure that there is no existing NPC with the same ID as your own. Same for quests.
You can have a Mob id:30000, Npc id:30000, Item id:30000, Quest id:30000 it doesn't matter.
But if you have two quests id:30000, it will bug.
Re: New NPC does not spawn
Quote:
Originally Posted by
Romulan
Yea be sure that there is no existing NPC with the same ID as your own. Same for quests.
You can have a Mob id:30000, Npc id:30000, Item id:30000, Quest id:30000 it doesn't matter.
But if you have two quests id:30000, it will bug.
No actually you can't have a mob and npc with the same ID the server will implode on itself
Remember monsters are considered NPC's as well :cool:
Items possibly able to reuse the same ID's not sure (probably)
And quests no it doesn't matter since it's in a different file anyway
Re: New NPC does not spawn
Right I forgot about NPCs and Mobs... ><
Re: New NPC does not spawn
Checked all IDs again but they are all unique. Also tried it again with 36001, 36002 ... etc. But still it does not spawn. Looks like that NPC doesnt like me :D: