about quest shop..

xlaws27

New member
Messages
225
Points
0
how can i do this? it is when you click the npc and there will be no categories

2eoe8gn.png


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

2z6ftj5.png


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

 
Last edited by a moderator:
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

 
Back
Top