Jump to content
  • 0

npc script for rental items


abigail03

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  04/14/14
  • Last Seen:  

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

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  05/10/14
  • Last Seen:  

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 by Emistry
codebox'd + remove unnecessary ads.
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...