Jerson A Tadios Posted January 8, 2016 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
0 GreenMagic793 Posted January 8, 2016 Posted January 8, 2016 To be completely honest, I have no freaking clue what you're asking for man lol. Quote
0 benching Posted January 8, 2016 Posted January 8, 2016 waiting room dont work on shop npc's. ( probably ) Quote
0 Jerson A Tadios Posted January 8, 2016 Author 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
0 GreenMagic793 Posted January 8, 2016 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
0 Ninja Posted January 8, 2016 Posted January 8, 2016 instead of NPC sprite #116, try using #111, it's an invisible NPC. Quote
0 GreenMagic793 Posted January 8, 2016 Posted January 8, 2016 Oops, sloppy me, that was unintentional. I'll edit the script I posted. Good spot! Quote
0 Jerson A Tadios Posted January 9, 2016 Author Posted January 9, 2016 Thank you for helping me Quote
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
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.