Set your shop in
// Script Core
//============================================================
- script quest_shop -1,{
Call the shop in
// Shop NPCs -- supplying no argument displays entire menu.
// callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}};
//============================================================
prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop"; } // call all shop
prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop",1; } // call shop number 1
prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop",1,2; } // call shop number 1 and 2