Jump to content
  • 0

how do i make if party member is offline i still can enter in endless tower?


JassMax

Question


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

where to edit?

Thanks in advance

want to make one party member can enter in e tower

Edited by JassMax
Link to comment
Share on other sites

10 answers to this question

Recommended Posts


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

	if (!instance_check_party(.@party_id,2)) {
		mes "Make or join a party with more than 1 member and try again.";
		close;
	}
read script_commands.txt for the explanation of this command

I'm sure you can do this yourself

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

	if (!instance_check_party(.@party_id,2)) {
		mes "Make or join a party with more than 1 member and try again.";
		close;
	}
read script_commands.txt for the explanation of this command

I'm sure you can do this yourself

 

Hi Annie, Thanks for Replying!

I changed 

 

if (!instance_check_party(.@party_id,2)) {

In to 

 

if (!instance_check_party(.@party_id,0)) {

and its working i can get in Tower if party member is offline..

Thanks a lot!

How do i increase Time? i wanna make 3 hrs time limit

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:  

you mean to increase or decrease it ?

https://github.com/rathena/rathena/blob/master/db/re/instance_db.txt#L6

because the original time limit is 14400 seconds = 4 hours

if you want 3 hours then make it 10800 seconds

from PM

want to know how i could increase time for playing E tower

after i warp to main town .. then again it wont letting me enter in tower

also change

https://github.com/rathena/rathena/blob/master/db/quest_db.txt#L2944

into

60200,1,0,0,0,0,0,0,"Endless Tower Effect"
60201,10800,0,0,0,0,0,0,"Endless Tower Time Limit"
Edited by AnnieRuru
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

Hmm something wrong then!

cuz when i able to go in E tower without any party member online

after one stage i warp to home town and log out

then when i relogin

 

it wont let me in

 

its say you already generated

but when i click on endless tower it wont letting me in 


there is 5 sec delay to appear portal after kill all monster on per stage

 

where i i can edit? script is to big hard to find it

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:  

there is 5 sec delay to appear portal after kill all monster on per stage

how do you get this message ?

I can't find this too

any screenshot ?

I'm able to get in this endless tower unlimited as long as I still have checkquest(60201,PLAYTIME) < 2

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

w8 i think it not appearance again since i change 

if (!instance_check_party(.@party_id,2)) {

in to 

 

if (!instance_check_party(.@party_id,1)) {

it was.................. if (!instance_check_party(.@party_id,0)) {



This is what i was wanted to say.. i mean there is time limit  for Dungeon  Generated.

i think i wont able to go after 10 min

u know that box appears at right top side that says dungeon will be get close it bla bla time..

thats the one.. it disappear after 10 min if im not in tower... 

​possible to increase that time?
 

post-17166-0-54247500-1390925515_thumb.jpg

post-17166-0-55944700-1390925524_thumb.jpg

Edited by JassMax
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:  

show your db\quest_db.txt

and your db\re\instance_db.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

show your db\quest_db.txt

and your db\re\instance_db.txt

 

I don't have instance_db.txt!!

post-17166-0-89528600-1390930255_thumb.jpg

quest_db.txt

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:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

https://github.com/rathena/rathena/blob/master/db/re/instance_db.txt

use the latest rathena then we continue ...

do i have to make instance_db.txt ? or get latest rAthena? 

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