Jump to content
  • 0

is this correct?


Hatake Kakashi

Question


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.05
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

a Rental Item for 22003 item id.? thanks

- script Freebies -1,{
OnPCLoginEvent:

// 1st: Announce login
if(getgmlevel() > 20) end;
Announce(StrCharInfo(0) + " has logged in.", bc_all);

// 2nd: Check freebies
if(!#FREEBIES)
{
 GetItem(13862, 1);
 GetItem(2357, 1);
 GetItem(2524, 1);
 GetItem(2421, 1);
 GetItem(4047, 1);
 GetItem(4302, 1);
 RentItem(22003, 604800);
Set(#FREEBIES, 1);
}

// Event ends
End();
}

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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...