Jump to content
  • 0

NPC chatroom error


uDe

Question


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

Error from SSH :

[Error]: chat_createnpcchat: npc 'Mall Warper' already has a chatroom, cannot create new one!

The mall script :

prontera.gat,164,174,3	script	Mall Warper	478,{
shop:	warp "quiz_02.gat" ,338,74;

OnInit:
waitingroom "NeutralRO Mall",0,0;
end;
}	


quiz_02.gat,335,74,5	script	Exit	478,{
warp "prontera.gat" ,155,178;

}

The script working perfectly on the server but the error makes feeling uncomfortable. /wah

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


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

prontera.gat,164,174,3 script Mall Warper 478,{
shop: warp "quiz_02.gat" ,338,74;
end;   <----------------- ADD THIS

OnInit:
waitingroom "NeutralRO Mall",0,0;
end;
}

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  11/15/17
  • Last Seen:  

On 21/09/2012 at 3:04 PM, Emistry said:

prontera.gat,164,174,3 script Mall Warper 478,{
shop: warp "quiz_02.gat" ,338,74;
end;   <----------------- ADD THIS

OnInit:
waitingroom "NeutralRO Mall",0,0;
end;
}
 

Thank's guy, you helped me!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  615
  • Reputation:   201
  • Joined:  11/09/11
  • Last Seen:  

is this script duplicated?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

is this script duplicated?

There just 1 mall only in my server.

I don't think it's comes from this script :

quiz_02,338,78,4    script    Board#mall    857,{
mes "Hello ^00aa00"+strcharinfo(0)+"^000000! ";
mes "Welcome to NeutralRO Mall.";
mes " ";
mes "If you need zeny to buy anything here, please type ^ff0000@zeny^000000 ^0000ff<zeny amount>^000000. ";
mes "Max amount of zeny is 2 Billion.";
mes " ";
mes "Happy shopping! XD";
close;

OnInit:
   waitingroom "Mall Info",0,0;
   end;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  615
  • Reputation:   201
  • Joined:  11/09/11
  • Last Seen:  

Damn u emistry i just noticed that too haha

Link to comment
Share on other sites


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

@z3r0

too late for you .... /gg

/me laughing /heh

/oops /oops /oops /oops /oops

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

Thanks guys. Problem solved! /no1

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