Jump to content
  • 0

help for 2 error in script pls


domez86

Question


  • Group:  Members
  • Topic Count:  85
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   0
  • Joined:  06/11/13
  • Last Seen:  

hi, could you correct the errors in these 2 strings please?

[Error]: script error on npc/re/miei/CharlestonCrisis_RA.txt line 2309 parse_simpleexpr: unmatched ')'
* 2309  if(questprogress'('13185)) erasequest 13185;

[Error]: script error on npc/re/miei/CharlestonCrisis_RA.txt line 2768 parse_line: expect command, missing function name or calling undeclared function
* 2768 :        .@huntsystem = questprogress('1'3188,PLAYTIME); //20 Horas

tnx!
 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   14
  • Joined:  11/17/17
  • Last Seen:  

hi, you need to change

questprogress(13185)
to
isbegin_quest(13185)

questprogress(13188,PLAYTIME)
to
checkquest(13188, PLAYTIME )

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  85
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   0
  • Joined:  06/11/13
  • Last Seen:  

1 hour ago, rongmauhong said:

hi, you need to change

questprogress(13185)
to
isbegin_quest(13185)

questprogress(13188,PLAYTIME)
to
checkquest(13188, PLAYTIME )

ok thanks, but now you give me 2 more errors:


[Error]: script error on npc/re/miei/CharlestonCrisis_RA.txt line 620 parse_line: expected ';'
*  620 :  emotion ET_QUESTION,0','instance_npcname("Charleston 1#1_00y");
[Error]: script error on npc/re/miei/CharlestonCrisis_RA.txt line 791 parse_line: expected ';'
*  791 emotion ET_THINK,0','instance_npcname("Charleston 2#0_00y");
 

tnx!

Edited by domez86
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...