Jump to content
  • 0
bWolfie

What value do I need to reset for Endless Tower timer?

Question

As title says - I want to make an npc that can reset your endless tower timer. Which values do I need to set for this?

 

Thanks

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

If you want to keep testing endless tower go in game and type:

@set etower_timer 0


Oooh you want an NPC....


@etreset (endless tower reset) for your convenience if you forget the etower_timer variable...
 

-    script    EndlessTReset    -1,{
 
OnAtInstanceReset:
etower_timer = 0;
dispbottom "Endless Tower re-entrance timer deleted.";
end;
 
OnInit:
bindatcmd "etreset",strnpcinfo(0)+"::OnAtInstanceReset";
end;
}

Share this post


Link to post
Share on other sites
  • 0

If you want to keep testing endless tower go in game and type:

 

@set etower_timer 0

 

Oooh you want an NPC....

 

 

@etreset (endless tower reset) for your convenience if you forget the etower_timer variable...

-    script    EndlessTReset    -1,{
 
OnAtInstanceReset:
etower_timer = 0;
dispbottom "Endless Tower re-entrance timer deleted.";
end;
 
OnInit:
bindatcmd "etreset",strnpcinfo(0)+"::OnAtInstanceReset";
end;
}

 

 

PexKm8s.png Edited by True Zeal

Share this post


Link to post
Share on other sites
  • 0
etower_timer = 0;
erasequest 60200;
erasequest 60201;
party_instance_id = 0;

try it or use NPC Purification Stone#et2 in endless_tower script

Edited by Hirist

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.