Jump to content
  • 0

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


Question

10 answers to this question

Recommended Posts

Posted

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

Posted (edited)

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
Posted

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

Posted

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

Posted (edited)

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

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