Jump to content
  • 0

Endless Tower time sql error


Question

Posted

For some reason when setting the time between each Endless Tower to 12 hours generates an error with the time left before you can use the dungeon again...

Here is the script we're using

I dont know what went wrong but I was hoping someone could fix it.

It generates random negative numbers

11 answers to this question

Recommended Posts

Posted (edited)

First of all, when changing the time in the script, did you also change the time in 'dbquest_db.txt' for:

60200,604800,0,0,0,0,0,0,"Endless Tower Effect"
60201,14400,0,0,0,0,0,0,"Endless Tower Time Limit"

If that didn't work, try this:

Change this line:

(Line number 363 @ https://rathena.svn....ndlessTower.txt)

else if ((.@etower_timer >= 0) && (.@etower_timer < 2) && (.@etower_timer2 == 2)) {

To this:

else if ((.@etower_timer >= 0) && (.@etower_timer < 2) && (.@etower_timer2 == 2) && (.@dun_ent_t > 0)) {

If it didn't work, does the script work for a new character? It seems the variable 'etower_timer' is messed up on your character from the old script. This leading to a time given which breaks the code.

Edited by plankt
Posted

i think the new svn has endless tower already in it..you just need to activate it

Your Really Just Spamming to get Post Counts

or your Just Stupid you

I just updated and its still causing error; even with doubling the time

  • Upvote 1
Posted

this might be a little off topic but, glemor, your a member since yesterday and u have more posts than me, what are u trying to accomplish with ur post count, having a post count doesnt make u a community contributer. Lol

  • Upvote 1

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...