Hatake Kakashi Posted October 27, 2012 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Share Posted October 27, 2012 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(); } Quote Link to comment Share on other sites More sharing options...
Question
Hatake Kakashi
a Rental Item for 22003 item id.? thanks
Link to comment
Share on other sites
0 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.