Jump to content
  • 0

REQUEST: NPC with Pub ( Not clickable )


Freya Jorgenson

Question


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  146
  • Reputation:   1
  • Joined:  11/22/11
  • Last Seen:  

Hello, may I ask for a script, for;

NPC with pub , not clickable though

I tried this,

prontera,164,169,4    script    Identifier    702,{
   waitingroom "Identifier",0;

but did not work ..

I also tried this;

Welgaia,149,120,5 script Item Shops 857,{
mes "[^FF0000Quest Shops^000000]";
mes "This is where you can purchase your necessities";
end;

.. did not work either ..

tried checking other scripts, but NPC does not really appear =( .. thanks in advance..

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  06/01/12
  • Last Seen:  

try this.

Location<tab>script<tab>Name<tab>Sprite#,{
mes "[ NPCName ]";
mes "Dialogue.";
close;

OnInit:
waitingroom "Room Name Here",0;
end;
}

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