AinsLord Posted May 3, 2021 Share Posted May 3, 2021 (edited) so i found this script here any one can help me make this script like asking how many bloody branch to trade in with the correct amount of deadbranch and zennies to deduct this is the NPC script turbo_room,99,113,4 script Build Manager 930,{ mes "1 Bloody Branch = 100 Dead Branch + 100K"; next; if(countitem(604) < 100 || Zeny < 100000) { mes "Not enough requirements"; close; } mes "Here you go"; delitem 604,100; set Zeny,100000; getitem 12103,1; close; } thanks in advance highly appreciate it Edited May 3, 2021 by AinsLord More info Quote Link to comment Share on other sites More sharing options...
0 mR L Posted May 3, 2021 Share Posted May 3, 2021 turbo_room,99,113,4 script Build Manager 930,{ mes "[ Build Manager ]"; mes "1x Bloody Branch"; mes " > 100 Dead Branch"; mes " > 100.000 Zeny"; mes "^FFFFFF_^000000"; mes "How many you want exchange ?"; input [email protected]; next; if(countitem(604) < (100*[email protected]) || Zeny < (100000*[email protected]) || [email protected] < 1) { mes "[ Build Manager ]"; mes "Not enough requirements"; close; } mes "[ Build Manager ]"; mes "Here you go"; delitem 604,(100*[email protected]); set Zeny,Zeny-(100000*[email protected]); getitem 12103,(1*[email protected]); end; } 1 Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted May 3, 2021 Author Share Posted May 3, 2021 1 minute ago, mR L said: turbo_room,99,113,4 script Build Manager 930,{ mes "[ Build Manager ]"; mes "1x Bloody Branch"; mes " > 100 Dead Branch"; mes " > 100.000 Zeny"; mes "^FFFFFF_^000000"; mes "How many you want exchange ?"; input [email protected]; next; if(countitem(604) < (100*[email protected]) || Zeny < (100000*[email protected]) || [email protected] < 1) { mes "[ Build Manager ]"; mes "Not enough requirements"; close; } mes "[ Build Manager ]"; mes "Here you go"; delitem 604,(100*[email protected]); set Zeny,Zeny-(100000*[email protected]); getitem 12103,(1*[email protected]); end; } thansk a lot man appreciate it Quote Link to comment Share on other sites More sharing options...
so i found this script here any one can help me make this script like
asking how many bloody branch to trade in with the correct amount of deadbranch and zennies
to deduct
this is the NPC script
thanks in advance highly appreciate it
Edited by AinsLordMore info
Link to comment
Share on other sites