Jump to content
  • 0

Emp Room Breaker error on npcload


sapiro1403

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

 

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
Edited by Patskie
Change to code
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


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

my emperium breaker doesnt work in latest rathena since they changed the instance system and i havent update it.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

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