arun89 Posted November 14, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 07/05/12 Last Seen: April 25, 2023 Share Posted November 14, 2016 Hi all, im new here so please bear with me.. would like to request script that can exchange 1 item to few options for use to select 1x 2499 for 1x 22000...22001..22002..22003 can only exchange 1 for 1 option each time Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted December 9, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted December 9, 2016 you can try this prontera,155,181,5 script Sample 4_F_KAFRA1,{ mes "Change "+.required_amount+" x "+getitemname( .required_nameid )+" to other item ?"; .@i = select( .menu$ ) - 1; if ( countitem( .required_nameid ) >= .required_amount ) { delitem .required_nameid, .required_amount; getitem .item[.@i],1; mes "Done"; } close; OnInit: .required_nameid = 2499; .required_amount = 1; setarray .item, 22000, 22001, 22002, 22003; .@item_size = getarraysize( .item ); for ( .@i = 0; .@i < .@item_size; .@i++ ) { .menu$ = .menu$ + getitemname( .item[.@i] ) + ":"; } end; } Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted November 14, 2016 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted November 14, 2016 this is euphy multi currency shop script.... you can sell items for particular cash/item in different tabs with different item cash Multi-Shop v1.2.txt Quote Link to comment Share on other sites More sharing options...
0 arun89 Posted November 14, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 07/05/12 Last Seen: April 25, 2023 Author Share Posted November 14, 2016 17 minutes ago, Cyro said: this is euphy multi currency shop script.... you can sell items for particular cash/item in different tabs with different item cash Multi-Shop v1.2.txt hi. i would prefer if the npc is a talking npc and not shop. is there any other? Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted November 14, 2016 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted November 14, 2016 what do you mean by talking npc? you can modify this script and add msgs as you wish! Quote Link to comment Share on other sites More sharing options...
0 arun89 Posted November 14, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 07/05/12 Last Seen: April 25, 2023 Author Share Posted November 14, 2016 46 minutes ago, Cyro said: what do you mean by talking npc? you can modify this script and add msgs as you wish! i got it! thanks ^^ i will modify Quote Link to comment Share on other sites More sharing options...
Question
arun89
Hi all, im new here so please bear with me..
would like to request script that can exchange 1 item to few options for use to select
1x 2499 for
1x 22000...22001..22002..22003
can only exchange 1 for 1 option each time
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.