JassMax Posted January 27, 2014 Posted January 27, 2014 (edited) where to edit?Thanks in advancewant to make one party member can enter in e tower Edited January 27, 2014 by JassMax Quote
AnnieRuru Posted January 27, 2014 Posted January 27, 2014 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 commandI'm sure you can do this yourself 1 Quote
JassMax Posted January 27, 2014 Author Posted January 27, 2014 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 commandI'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 Quote
AnnieRuru Posted January 28, 2014 Posted January 28, 2014 (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 changehttps://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 January 28, 2014 by AnnieRuru Quote
JassMax Posted January 28, 2014 Author Posted January 28, 2014 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 Quote
AnnieRuru Posted January 28, 2014 Posted January 28, 2014 there is 5 sec delay to appear portal after kill all monster on per stagehow 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 Quote
JassMax Posted January 28, 2014 Author Posted January 28, 2014 (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 minu 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? Edited January 28, 2014 by JassMax Quote
AnnieRuru Posted January 28, 2014 Posted January 28, 2014 show your db\quest_db.txt and your db\re\instance_db.txt Quote
JassMax Posted January 28, 2014 Author Posted January 28, 2014 show your db\quest_db.txt and your db\re\instance_db.txt I don't have instance_db.txt!! quest_db.txt Quote
AnnieRuru Posted January 28, 2014 Posted January 28, 2014 https://github.com/rathena/rathena/blob/master/db/re/instance_db.txt use the latest rathena then we continue ... Quote
JassMax Posted January 28, 2014 Author Posted January 28, 2014 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? Quote
Question
JassMax
where to edit?
Edited by JassMaxThanks in advance
want to make one party member can enter in e tower
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.