abigail03 Posted May 15, 2014 Posted May 15, 2014 Hi i need an NPC script that will let players buy rental items maximum 7 days. Please PM me your skype and the rate. I need this ASAP Quote
Vidalo Posted May 15, 2014 Posted May 15, 2014 (edited) Hi,I hope that it serves you. Solomodifica Item and Time. And add a txt new_1-1,65,114,7 script XXXXXX 837,2,2,{ if( #Nuevo == 1) { mes "[^FFA500XXXX^000000]"; mes "Hi, Welcome You Ro, ^0000FF" + strcharinfo(0) + "^000000."; next; if( select("No Thx :No") == 2 ) { mes "[^FFA500XXXX^000000]"; mes "Thx!"; close; } warp "prontera",156,172; end; } else { mes "[^FFA500XXXXX^000000]"; mes "Hi, welcome You Ro, ^0000FF" + strcharinfo(0) + "^000000."; mes "New? Rent Equipl"; next; mes "Text...."; next; rentitem 32003,604800; // IDitem/TIme rentitem 32203,604800; rentitem 32103,604800; set zeny, zeny + 1000000; set #Nuevo, 1; warp "prontera",156,172; end; } OnInit: waitingroom "Welcome",0; end; Edited May 18, 2014 by Emistry codebox'd + remove unnecessary ads. Quote
Question
abigail03
Hi i need an NPC script that will let players buy rental items maximum 7 days.
Please PM me your skype and the rate. I need this ASAP
1 answer 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.