Akkarin Posted July 30, 2012 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: April 15 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: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 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: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: April 15 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.