Jump to content

Question

Posted

[Error]: 
script error on npc/merchants/advanced_refiner.txt line 43
    parse_line: expected ';'
    38 :        next;
    39 : 
    40 :        setarray .@indices[1], EQI_HEAD_TOP, EQI_ARMOR, EQI_HAND_L, EQI_HAND_R, EQI_GARMENT, EQI_SHOES, EQI_ACC_L, EQI_ACC_R, EQI_HEAD_MID, EQI_HEAD_LOW;
    41 :        for(set .@i,1; .@i<=10; set .@i,.@i+1) {
    42 :                if (getequipisequiped(.@indices[.@i])) {
*   43 :                        set .@menu$, .@menu$ + F_getpositionname'('.@indices[.@i]) + "-[" + getequipname(.@indices[.@i]) + "]";
    44 :                        set .@equipped,1;
    45 :                }
    46 :                set .@menu$, .@menu$ + ":";
    47 :        }
    48 :        if (.@equipped == 0) {
[Error]: 
script error on npc/merchants/refine.txt line 575
    parse_line: expected ';'
   570 :        next;
   571 : 
   572 :        setarray .@indices[1], EQI_HEAD_TOP, EQI_ARMOR, EQI_HAND_L, EQI_HAND_R, EQI_GARMENT, EQI_SHOES, EQI_ACC_L, EQI_ACC_R, EQI_HEAD_MID, EQI_HEAD_LOW;
   573 :        for(set .@i,1; .@i<getarraysize(.@indices); set .@i,.@i+1) {
   574 :                if(getequipisequiped(.@indices[.@i])) {
*  575 :                        set .@menu$, .@menu$ + F_getpositionname'('.@indices[.@i]) + "-[" + getequipname(.@indices[.@i]) + "]";
   576 :                        set .@equipped,1;
   577 :                }
   578 :                set .@menu$, .@menu$ + ":";
   579 :        }
   580 :        if (.@equipped == 0) {
[Error]: 
script error on npc/quests/seals/mjolnir_seal.txt line 1951
    parse_line: expected ';'
  1946 :                                next;
  1947 : 
  1948 :                                setarray .@indices[1], EQI_HEAD_TOP, EQI_ARMOR, EQI_HAND_L, EQI_HAND_R, EQI_GARMENT, EQI_SHOES, EQI_ACC_L, EQI_ACC_R, EQI_HEAD_MID, EQI_HEAD_LOW;
  1949 :                                for(set .@i,1; .@i <= 10; set .@i,.@i+1) {
  1950 :                                        if (getequipisequiped(.@indices[.@i]))
* 1951 :                                                set .@menu$, .@menu$ + F_getpositionname'('.@indices[.@i]) + "-[" + getequipname(.@indices[.@i]) + "]";
  1952 :                                        set .@menu$, .@menu$ + ":";
  1953 :                                }
  1954 :                                set .@part, .@indices[ select(.@menu$) ];
  1955 : 
  1956 :                                if (getequipisequiped(.@part) == 0)
[Error]: buildin_callfunc: Function not found! [F_GetNumSuffix]
[Error]: buildin_callfunc: Function not found! [F_GetNumSuffix]
[Error]: buildin_callfunc: Function not found! [F_GetNumSuffix]
[Error]: buildin_callfunc: Function not found! [F_GetNumSuffix]
[Error]: buildin_callfunc: Function not found! [F_GetNumSuffix]
[Error]: buildin_callfunc: Function not found! [F_GetNumSuffix]
 

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...