Jump to content
  • 0

Need Scripting Support :)


Kenzin

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  03/26/15
  • Last Seen:  

Hello, i'm Newbiew here... and i need help to solve my problem.

 

i have this error with one of my npc, 

    parse_line: expect command, missing function name or calling undeclared function
    31 :                        if (.@party_leader != getcharid(0)) {
    32 :                                mes "You have to be a party leader to register.";
    33 :                                mes "or ask your party leader to register.";
    34 :                                close;
    35 :                        }
*   36 :                        'p'arty_unlock;
    37 :                        mes "Let me check your last session.";
    38 :                        .@res = checkquest($@CY_INSDUN_QID,PLAYTIME);
    39 :                        if (.@res == 0 || .@res == 1) {
    40 :                                .@wait = CY_INSDUN_LAST-gettimetick(2);
    41 :                                .@hrs = .@wait/3600;
 
thanks for ur help ^^
Edited by Emistry
Please use CODEBOX.
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

add the missing script command  *party_unlock

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  03/26/15
  • Last Seen:  

I still have problem with my dungeon script. I am willing to pay for someone who can help me fix thia dungeon problem. or for the better one ^^

 

Thanks

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...