Jump to content
  • 0

Endless Tower


Panny

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  11/21/12
  • Last Seen:  

How do i make the cooldown go from 1 week to 48 hours ?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  341
  • Reputation:   43
  • Joined:  01/10/12
  • Last Seen:  

Search for these lines and change 604800 to 172800.

Quest_db:

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

Endless_Tower:

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

dunno why but I also feels ...

there should be a script command like getquestinfo ...

getquestinfo( <quest ID>, <type> );

getquestinfo(60200,1) .. return PLAYTIME

getquestinfo(60200,2) .. return HUNTING field no.1, which is target 1 mob ID

getquestinfo(60200,3) .. return HUNTING field no.1, which is target 1 mob require

getquestinfo(60200,4) .. return HUNTING field no.2, which is target 2 mob ID

getquestinfo(60200,5) .. return HUNTING field no.2, which is target 3 mob require

...

getquestinfo(60200,8) .. return QUEST NAME

if do like this, we only need to change the setting in quest_db.txt

and the script part no need to build bunch of arrays ...

Edited by AnnieRuru
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   4
  • Joined:  08/09/12
  • Last Seen:  

how to make it within 24 hours or 12 hours...better?

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