Issue Information
-
#008376
-
0 - None Assigned
-
New
Issue Confirmations
-
Yes (0)No (0)
Hi everyone, Im having problems with the quest log system which is not major but having some map server errors, I created a npc that use the quest log system but when I test my script this shows up
my questdb is set and quest.h and I already check 5 times, try to make a very simple quest and try it out, Im sure that it will probably show this error too, I made 5 quest already and all scripts shows the same errors, thanks in advance
my questdb is set and quest.h and I already check 5 times, try to make a very simple quest and try it out, Im sure that it will probably show this error too, I made 5 quest already and all scripts shows the same errors, thanks in advance
That simply means a player already have quest id 65000, and you are trying to do setquest 65000; on him,
would you share your script that you used for testing so we can tell proper error?
Or is it from some official script?
Also quest id 71000 dowsnt exist in your questdb.txt
would you share your script that you used for testing so we can tell proper error?
Or is it from some official script?
Also quest id 71000 dowsnt exist in your questdb.txt
hello there mate, actually I have 6 chain quest npc and I got that error on my 3rd npc, but there is no 65000 quest id that I check or call on my 3rd npc and it exist on the 4th, 5th and 6th npc, mind if I compress my npc and quest_db and send you the link?
changed status to: New
the error didn't specified it was 3rd npc, so it might be the 4th npc which was called by player?hello there mate, actually I have 6 chain quest npc and I got that error on my 3rd npc, but there is no 65000 quest id that I check or call on my 3rd npc and it exist on the 4th, 5th and 6th npc, mind if I compress my npc and quest_db and send you the link?
and I won't mind if you compress it and send the link.
the error didn't specified it was 3rd npc, so it might be the 4th npc which was called by player?
hello there mate, actually I have 6 chain quest npc and I got that error on my 3rd npc, but there is no 65000 quest id that I check or call on my 3rd npc and it exist on the 4th, 5th and 6th npc, mind if I compress my npc and quest_db and send you the link?
and I won't mind if you compress it and send the link.
here it is mate