Jump to content
  • 0

Kafra Shop/Cashshop


Jerson A Tadios

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  10/28/15
  • Last Seen:  

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 :)

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  157
  • Reputation:   18
  • Joined:  08/18/15
  • Last Seen:  

To be completely honest, I have no freaking clue what you're asking for man lol.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

waiting room dont work on shop npc's. ( probably )

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  10/28/15
  • Last Seen:  

i want to add pub on this NPC :)

fcuker_zpsrw0sxpue.png

 

@greenmagic469 here is the script:

prontera,158,173,4	cashshop	Kafra Shop Employee	116,7179:1000	
Edited by Jerson A Tadios
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  157
  • Reputation:   18
  • Joined:  08/18/15
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  513
  • Reputation:   83
  • Joined:  08/11/12
  • Last Seen:  

instead of NPC sprite #116, try using #111, it's an invisible NPC.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  157
  • Reputation:   18
  • Joined:  08/18/15
  • Last Seen:  

Oops, sloppy me, that was unintentional. I'll edit the script I posted. Good spot!

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