mrlongshen 22 Posted June 25, 2015 Hi all, I want to request simple item effect Each kill give 30% more base experience Each kill give 20% more job level experience This item have a times. For example player get the item from npc, the item can only used 7 days only, (Expired date) After player reach max level of level, 255 based and 150 job, the item remove automatically and cannot be used. Quote Share this post Link to post Share on other sites
0 Oxxy 24 Posted June 25, 2015 1,2) you could use my modits outdated tho, but if you have some skills, it will be easy to you, and then you could use 2 new variables to manage player's exp. :> 3. when you give item do something like expireDate = gettimetick(2) + (3600 * 24 * 7); then OnPCLoginEvent:if(expireDate <= gettimetick(2)) { delitem <item_id>,<amount>; dispbottom "Your item has expired"; end;} also you could use rentitem.4) OnPCBaseLvUp:if(BaseLevel == 255 && JobLevel == 150) delitem <item_id>,<amount>; Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted July 2, 2015 @@Oxxy thanks will tested it. Quote Share this post Link to post Share on other sites
Hi all, I want to request simple item effect
Share this post
Link to post
Share on other sites