Jump to content
  • 0

Tools Dealers


max65

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.02
  • Content Count:  120
  • Reputation:   1
  • Joined:  10/02/18
  • Last Seen:  

Hi , rathena.

Can you help me for that?

2049939786_Sanstitre.png.7b09615bc75215c82fc4e3cb5d9b56c9.png

Quote

prontera,156,183,5    script    Tool Dealer#prt    125,{
    mes "What do you like to buy?";
    switch( select( "~~Sell","Consumable", "Miscellaneous", "Nothing" ) ) {
    next;

    case 1:
        ?????????????????
        end;

    case 2:
        callshop "Consumable",1;
        end;
    case 3:
        callshop "Miscellaneous",1;
        end;

    case 4:
        mes "Okay, have a nice day";
        close;
        
    }
}

-    shop    Tool Dealer#shop::Consumable    -1,611:-1,1750:-1,501:-1,502:-1,503:-1,504:-1,506:-1,568:-1,533:-1,645:-

1,656:-1,657:-1,601:-1,602:-1,1065:-1,610:-1
-    shop    Tool Dealer#shop::Miscellaneous    -1,713:-1,717:-1,716:-1,715:-1,12020:-1,523:-

1,12043:25000,12058:25000,12053:25000,12048:25000,12063:25000,12068:25000

 

I need a simple sell option as in the picture.

Thx for your reply ^^

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  97
  • Reputation:   10
  • Joined:  01/21/13
  • Last Seen:  

Try this:

case 1:
callshop "sell",2;
end;
-    shop    sell    -1,512:-1

 

Edited by BrOgBr
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.02
  • Content Count:  120
  • Reputation:   1
  • Joined:  10/02/18
  • Last Seen:  

thank you it works  ^^

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...