Jump to content
  • 0

Endless Tower Quick Edit


Currently

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   1
  • Joined:  12/30/13
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

No no.

Example:

Mes "[Lost Soul]"

Set ____, 1;

Warp alberta,0,0;

End;

How to make that SET variable automatically expires in 4 hours?

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

Set it as the current date+time then use a check if its > 4 hours when needed

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

This variable that u want to expire on 4 hours is an item?

in that case you can use rentitem for 4 hours

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...