Currently Posted September 22, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Share Posted September 22, 2015 For the Lost Soul NPC at the end of the Endless Tower, it gives an item to the player.. But the time limit is 4 hours so they can go back and forth to the tower and get the item. How can I add a variable to the Lost Soul NPC so they can't repeatedly get the item and it will automatically delete every after 4 hours? Quote Link to comment Share on other sites More sharing options...
trickerytrickery Posted September 22, 2015 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 41 Reputation: 1 Joined: 12/30/13 Last Seen: Wednesday at 02:36 PM Share Posted September 22, 2015 Just to get it right. You want to delete the Item after 4 Hours.. ? You want to disable ET for a longer Time? You want to disable "the Item" for an extra Time but people can still get into ET? Quote Link to comment Share on other sites More sharing options...
Currently Posted September 22, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Author Share Posted September 22, 2015 No no. Example: Mes "[Lost Soul]" Set ____, 1; Warp alberta,0,0; End; How to make that SET variable automatically expires in 4 hours? Quote Link to comment Share on other sites More sharing options...
Stolao Posted September 22, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: March 19 Share Posted September 22, 2015 Set it as the current date+time then use a check if its > 4 hours when needed Quote Link to comment Share on other sites More sharing options...
Promise Posted September 22, 2015 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 386 Reputation: 38 Joined: 04/28/13 Last Seen: March 22, 2024 Share Posted September 22, 2015 This variable that u want to expire on 4 hours is an item? in that case you can use rentitem for 4 hours Quote Link to comment Share on other sites More sharing options...
Currently Posted September 22, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Author Share Posted September 22, 2015 This variable that u want to expire on 4 hours is an item? in that case you can use rentitem for 4 hours Yeah that's what I thought awhile ago. Thank you guys. Quote Link to comment Share on other sites More sharing options...
Question
Currently
For the Lost Soul NPC at the end of the Endless Tower, it gives an item to the player..
But the time limit is 4 hours so they can go back and forth to the tower and get the item.
How can I add a variable to the Lost Soul NPC so they can't repeatedly get the item and it will automatically delete every after 4 hours?
Link to comment
Share on other sites
5 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.