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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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