Jump to content

Question

Posted

I've try yung this script:

		OnInit:
	waitingroom "FUKING ENCHANTER!",0;
	end; 

to add pub on my Kafra shop but in the end nothing happen how can i add pub on my kafra shop here is the script:

prontera,158,173,4	cashshop	Kafra Shop Employee	116,7179:1000	

please help thank you :)

8 answers to this question

Recommended Posts

  • 0
Posted (edited)

Ah okay, if you just want to add a waiting room to that NPC then the solution is to have the NPC call on a shop. A shop script itself cannot display anything special other than a sprite and a name, unlike other NPCs that can display effects, dialogue boxes, etc. Shop scripts are only for one thing: shops.

 

So! To fix this, we just need to create a regular NPC with that chat room, and then have it call upon a shop.

 

Here is the code:

/////////////////////////////////////////////
// GreenMagic469's Scripts //
///////////////////////////////////////////////////////////
// Kafra Shop (Created 01/08/2016) //
//////////////////////////////////////////////////////////

prontera,158,173,4	cashshop	KShop	-1,7179:1000

prontera,158,173,4	script	Kafra Shop Employee	116,{

OnInit:
waitingroom "FUKING ENCHANTER!",0;

callshop "KShop",-1;
close;
end;

}
Edited by greenmagic469
  • Upvote 1

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