Jump to content
  • 0

NPC chatroom error


Question

Posted

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

7 answers to this question

Recommended Posts

Posted
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
  • 0
Posted
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!

Posted

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;
}

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