Jump to content
  • 0

Endless Tower time sql error


Pneuma

Question


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

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

Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

You're using an older version of the script. I suggest you use the one in the SVN and see if that gives you any error.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

Can you provide a screenshot of the error?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  130
  • Reputation:   43
  • Joined:  12/11/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

i am just telling sir/man...cause i think it really has

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

I have already updated it but right now I cant do anything cause the host in Atlanta is down

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  439
  • Reputation:   29
  • Joined:  12/08/11
  • Last Seen:  

I have already updated it but right now I cant do anything cause the host in Atlanta is down

Well if you have a copy of your server, why not set it up locally? and then try plankt's suggestion.

Edited by Magnetix
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  222
  • Reputation:   35
  • Joined:  12/13/11
  • Last Seen:  

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