Jump to content
  • 0

Endless Tower can be enter every 2 days


Question

4 answers to this question

Recommended Posts

Posted (edited)

/npc/instances/EndlessTower.txt

set .@dun_lim_time,etower_timer+604800; // 1 week

Replace with:

set .@dun_lim_time,etower_timer+172800; // 2 days

/db/quest_db.txt

60200,604800,0,0,0,0,0,0,"Endless Tower Effect"

Replace with:

60200,172800,0,0,0,0,0,0,"Endless Tower Effect"

Edited by darristan
Posted (edited)

how to make it 24 hours or 12 hours?

Here's the calculation of how it goes, so you can do it yourself when it comes.

Total Time = (Amount of Time per day) multiply by (Amount of days)

Example A

1 week = (24 hours * 60 minutes * 60 seconds) x 7 = 604800

Example B

2 days = (24 hours * 60 minutes * 60 seconds) x 2 = 172800

[i'm sure you can do the multiplication now /no1 We're all learning together in rAthena xD )

(Not sure why emoticons not working ._.)

Edited by ToiletMaster

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...