Jump to content
  • 0
xlaws27

about quest shop..

Question

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

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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 by xlaws27

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.