xlaws27 3 Posted April 3, 2015 how can i do this? it is when you click the npc and there will be no categories this is euphy, the thing that i dont like is the categories,, how to remove it? all i want is one click then the quest item will be showed Quote Share this post Link to post Share on other sites
0 Tortoise 1 Posted April 3, 2015 Uhh... As I understand your request, you can try this "Lunar's Dynamic Shop Menu" Fixed by Rikimaru from rAthena. Quote Share this post Link to post Share on other sites
0 xlaws27 3 Posted April 3, 2015 (edited) Uhh... As I understand your request, you can try this "Lunar's Dynamic Shop Menu" Fixed by Rikimaru from rAthena. thank you so much!! but i dont understand where will i put my item. case 1: callsub OnBuyItem,21037,10,1000,"Zeny",6647,1,"announce"; case 2: callsub OnBuyItem,21037,10,6647,1,1000,"Zeny",6641,1,"announce"; i tried changing 21037 to my desired id item but nothing appears (NVM I GOT IT BTW THANKS AGAIN!) Edited April 3, 2015 by xlaws27 Quote Share this post Link to post Share on other sites
0 Litro 45 Posted April 4, 2015 try change code in this part // Shop NPCs -- supplying no argument displays entire menu.// callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}};//============================================================prontera,164,203,6 script Quest Shop#1 4_M_MOCASS2,{ callfunc "qshop"; } callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}}; make it like this prontera,164,203,6 script Quest Shop#1 4_M_MOCASS2,{ callfunc "qshop",1; } it will automaticaly open first category shop without generating category menu, AFAIK CMIIW Quote Share this post Link to post Share on other sites
how can i do this? it is when you click the npc and there will be no categories
this is euphy, the thing that i dont like is the categories,, how to remove it?
all i want is one click then the quest item will be showed
Share this post
Link to post
Share on other sites