how to fix this (Geffen magic turnament)

IndieRO

New member
Messages
287
Points
0
Age
34
Location
Indonesia
Discord
RagnaIDN#7960
Emulator
hi all

i try to translate this script from chinese to english when i try to register on npc

i got this message like this

[Error]: script:instance_npcname: invalid instance NPC (instance_id: 0, NPC na
: "Magic Contest Audiences#z1".)
[Debug]: Source (NPC): #hiddenaud at 0001@ge_st (1,1)
[Error]: script:instance_npcname: invalid instance NPC (instance_id: 0, NPC na
: "Magic contest medical class#1".)
[Debug]: Source (NPC): Magic contest medical cl at 0001@ge_st (109,51)
[Error]: script:instance_npcname: invalid instance NPC (instance_id: 0, NPC na
: "Dean of the Geffen magic#1".)
[Debug]: Source (NPC): Dean of the Geffen magic at 0001@ge_st (109,57)
[Error]: quest_add: quest 9315 not found in DB.
[Error]: quest_add: quest 9316 not found in DB.
[Warning]: npc_event: player's event queue is full, can't add event 'dup_0_110
5927::OnTouch' !
[Error]: npc_click: npc_id != 0
[Warning]: npc_event: player's event queue is full, can't add event 'dup_0_110
5925::OnTouch' !
[Error]: npc_click: npc_id != 0
[Warning]: npc_event: player's event queue is full, can't add event 'dup_0_110
5924::OnTouch' !
[Error]: npc_click: npc_id != 0
[Warning]: npc_event: player's event queue is full, can't add event 'dup_0_110
5926::OnTouch' !
[Error]: npc_click: npc_id != 0
how to fix that?


and what that means.
thx


anyone has quest db for this script

i got error like this

[Error]: quest_add: quest 9315 not found in DB.
[Error]: quest_add: quest 9316 not found in DB.
[Error]: quest_add: quest 9288 not found in DB.
 
Last edited by a moderator:
It's basically mentioning you don't have those Quest IDs inside your Quest DB file. The NPC also can't attach the instance to the character because their instance queue is full. Also, you have to be careful when you use translation tools... as when you do so, you run the risk of certain things being translated wrong.

 
I've been fixing all the mistakes at the top but still need quest_db. conf

yeah i forget about quest_db T.T It is unfortunate
default_sad.png


 
Last edited by a moderator:
hi all

i try to translate this script from chinese to english when i try to register on npc

i got this message like this

how to fix that?


and what that means.
thx




anyone has quest db for this script

i got error like this
did you already fix you errors? if yes can you share it... thanks

 
Back
Top