Question

06/29/2015 14:33 lifs2000#1
So I made a "new" dungeon in A9, old one actually that used to be for newbies in 2moons times and dekaron a6.

Anyways I went in.

Than I enter in , talking to the npc and than I get this wierd error, now I debugged it and it something in script, I belive in strings stuff but I cant figure out what...

Images:

[Only registered and activated users can see links. Click Here To Register...]


The Error itself:

[Only registered and activated users can see links. Click Here To Register...]

Someone maybe know where the error comming from which specific file?

Thanks in advance.
06/30/2015 15:55 lifs2000#2
BUMP
07/01/2015 03:49 Dezeiver#3
I am not a csv guy but the first thing that i think for its incorrect configuration of csv file loading quest data (since csv's points exe to read strings from specific txt). See mine script/string/stringtable_conv.txt

Code:
code 23700
{
I'm going to the training area for new meat.
Let's move out.
}

code 23800
{
How's it going? Had enough yet? I can let you
out if you have lost the fortitude to continue.
Do you want to leave?
}
Check inside that file first (just in case) do you have 23800 then look for some csv which contains 23700. The file structure should be something like 23700,23800,0,0,0 etc.. Then check it for errors. Hope it makes it clear a bit.
07/01/2015 15:39 freez00#4
First thing is to do like Dezeiver said and make sure all the messages are in your txt files in script\string. Check the stringtable_dungeon files too. Also, there are requirements to being able to enter and do the dungeon. You have to get some artifacts from killing mobs but you need to get the quest first. That's the reason you are getting this message. If you had the quest items you would be fine. So, to fix this you need to make sure the messages in the string folder txt files are there and you need to fix the npc and quest and make sure the mobs drop the artifact needed.