Quest error

12/05/2024 21:45 mohammedelefret#1
quests work fine but there is no info about it and when click on q button to to read info or to know monster location , no info show and message appear with does not have any information about this quest

[Only registered and activated users can see links. Click Here To Register...]
12/05/2024 22:24 Judgelemental#2
Without screenshots + media lines we cannot help you...
12/05/2024 23:00 JohnDornel^#3
Pick a random existing quest for which you also have a lua file, check the strings inside it that start with SN_ and then go to each of these files:

1. textquest_otherstring
2. textquest_queststring
3. textquest_speech&name

Once you know what each string is equal to, using that as an example you can replace/create the strings for your own quest. Regarding the map, that's a bit more complicated, if I remember correctly you need worldmapguidedata and worldmapguidedata_region, similar to previous example, you can use an existing quest to see how it was made and adjust for yours. If you need further help as Judgelemental already said, post everything you have done so far.
12/06/2024 14:35 mohammedelefret#4
how can i cover .sct to .lua to read what inside it

for quest text which is empty i just notice where problem in it's in textquest_otherstring but how can i solve it after i change this file from another client text appears but in Chinese if you can share with me working file with English , and second problem which about monster regions iam still searching
12/06/2024 14:57 NoP!XeLScript#5
might be also quest information wasn't stored correctly on the database.
12/06/2024 15:10 mohammedelefret#6
Quote:
Originally Posted by NoP!XeLScript View Post
might be also quest information wasn't stored correctly on the database.

all quests works fine with no issue but they all have same error when PRess Q button to know info ..just quest name is fine but details not appear btw i add img url you can see

Quote:
Originally Posted by JohnDornel^ View Post
Pick a random existing quest for which you also have a lua file, check the strings inside it that start with SN_ and then go to each of these files:

1. textquest_otherstring
2. textquest_queststring
3. textquest_speech&name

Once you know what each string is equal to, using that as an example you can replace/create the strings for your own quest. Regarding the map, that's a bit more complicated, if I remember correctly you need worldmapguidedata and worldmapguidedata_region, similar to previous example, you can use an existing quest to see how it was made and adjust for yours. If you need further help as Judgelemental already said, post everything you have done so far.


thx bro problem solver after change textquest_otherstring :handsdown:
12/06/2024 17:48 Worshiper#7
How you slove the problem because i have same problem