Jump to content

sapiro1403

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by sapiro1403

  1.  

    script error on npc/custom/breaker.txt line 41
        parse_callfunc: expected ')' to close argument list
        38 : {
        39 : if( select( "Rent a Room","View Ladder" ) == 1 ){
        40 :
    *   41 :        if( !instance_id('1') ){
        42 :
        43 :                if( .Cost ){
        44 :                        mes "it cost ^0055FF"+.Cost+" Zeny^000000 to rent a Breaker Room for "+.Minute+" Minutes.";
        45 :                        if( select("Confirm:Cancel") == 2 ) close;
        46 :                }
    [Error]:
    script error on npc/custom/breaker.txt line 155
        parse_callfunc: expected ')' to close argument list
       154 : {
    *  155 : if( !instance_id('1') ) end;
       156 :
       157 : .@mobcount = mobcount( "1@shin",instance_npcname( "Helper#Breaker Room",instance_id(1) )+"::OnMyMobDead" );
       158 :
       159 : switch( select( "^0055FFHeal^000000",
       160 :                                ( getcharid(0) != getpartyleader( getcharid(1),2 ) )? "":( .@mobcount )? "Remove Monster":"Summon Monster",
    
     
    help with this one
×
×
  • Create New...