Jump to content
  • 0

NPC With Chat over him


Werdio

Question


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

How the topic title it says, I tried to make a NPC, which have a Chatroom over him.

Here my "noob" script: /swt

anymap,22,168,6 script Store Row 1 800
chat "Store Row 1"

I want to add this features:

-No Speak to NPC

-No Name Showing

-Only Chat over the NPC

-Cant Enter Chat

soFar~

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


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

waitingroom "Store Row 1",0;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

I'm sorry but it didn't work. Please explain or show me <.<

My noob script(s):

anymap,31,165,6 waitingroom "Store Row 1",0; {

anymap,31,165,6 waitingroom "Store Row 1",0; 999

anymap,22,168,6 script Store Row 1 800
waitingroom "Store Row 1",0;

....

Yes, I'm a noob :)

Edited by Nochii
Link to comment
Share on other sites


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

prontera,155,181,5    script    Sample    757,{
end;

OnInit:
waitingroom "Store Row 1",0;
end;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  341
  • Reputation:   43
  • Joined:  01/10/12
  • Last Seen:  

Something like this?

map,x,y,z script #Chat 100,{
end;

OnInit:
 waitingroom "Chatroom",0;
 end;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

Thank ya ! :D

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