Akkarin Posted July 30, 2012 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3145 Reputation: 1633 Joined: 03/26/12 Last Seen: 3 hours ago Share Posted July 30, 2012 Anyone know if it's possible to have an item with type 11, but it'll remove itself on the 10th (or whatever) use? I've put this in here instead of DB support as I'm assuming I'd need to call a function. Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 30, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 07:13 PM Share Posted July 30, 2012 ........{ if( @used < 10 ) set @used,@used + 1; else delitem <itemID>,1; },{},{} Quote Link to comment Share on other sites More sharing options...
Akkarin Posted July 30, 2012 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3145 Reputation: 1633 Joined: 03/26/12 Last Seen: 3 hours ago Author Share Posted July 30, 2012 I love you Quote Link to comment Share on other sites More sharing options...
Question
Akkarin
Anyone know if it's possible to have an item with type 11, but it'll remove itself on the 10th (or whatever) use?
I've put this in here instead of DB support as I'm assuming I'd need to call a function.
Link to comment
Share on other sites
2 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.