Jerson A Tadios Posted January 8, 2016 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 10/28/15 Last Seen: January 30, 2016 Share Posted January 8, 2016 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 Quote Link to comment Share on other sites More sharing options...
0 GreenMagic793 Posted January 8, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 157 Reputation: 19 Joined: 08/18/15 Last Seen: April 5, 2023 Share Posted January 8, 2016 To be completely honest, I have no freaking clue what you're asking for man lol. Quote Link to comment Share on other sites More sharing options...
0 benching Posted January 8, 2016 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 350 Reputation: 43 Joined: 09/07/12 Last Seen: August 30, 2019 Share Posted January 8, 2016 waiting room dont work on shop npc's. ( probably ) Quote Link to comment Share on other sites More sharing options...
0 Jerson A Tadios Posted January 8, 2016 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 10/28/15 Last Seen: January 30, 2016 Author Share Posted January 8, 2016 (edited) i want to add pub on this NPC @greenmagic469 here is the script: prontera,158,173,4 cashshop Kafra Shop Employee 116,7179:1000 Edited January 8, 2016 by Jerson A Tadios Quote Link to comment Share on other sites More sharing options...
0 GreenMagic793 Posted January 8, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 157 Reputation: 19 Joined: 08/18/15 Last Seen: April 5, 2023 Share Posted January 8, 2016 (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 January 8, 2016 by greenmagic469 1 Quote Link to comment Share on other sites More sharing options...
0 Ninja Posted January 8, 2016 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 513 Reputation: 84 Joined: 08/11/12 Last Seen: July 4, 2024 Share Posted January 8, 2016 instead of NPC sprite #116, try using #111, it's an invisible NPC. Quote Link to comment Share on other sites More sharing options...
0 GreenMagic793 Posted January 8, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 157 Reputation: 19 Joined: 08/18/15 Last Seen: April 5, 2023 Share Posted January 8, 2016 Oops, sloppy me, that was unintentional. I'll edit the script I posted. Good spot! Quote Link to comment Share on other sites More sharing options...
0 Jerson A Tadios Posted January 9, 2016 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 10/28/15 Last Seen: January 30, 2016 Author Share Posted January 9, 2016 Thank you for helping me Quote Link to comment Share on other sites More sharing options...
0 GreenMagic793 Posted January 10, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 157 Reputation: 19 Joined: 08/18/15 Last Seen: April 5, 2023 Share Posted January 10, 2016 No problem! :-) Quote Link to comment Share on other sites More sharing options...
Question
Jerson A Tadios
I've try yung this script:
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:
please help thank you
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.