Jezu Posted July 6, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share Posted July 6, 2012 (edited) NOTE: This script was saved from my hardisk and all credits to our good scripter @Chilly for making this such great script! Endless Tower 2: The Endless Cellar A fully instanced custom dungeon containing all monsters, mini bosses, and mvps(with a few exceptions) up to episode 13.2 that were not in Endless Tower. Its a total of 77 floors with mvps being every 4 floors, and on the last floor there are a number of mvp fights in a row including 2 event mvps. Credits to Saithis for his Endless Tower script, most of the code i used came from his script. Dont forget to add the maps: conf\maps_athena.conf map: 1@new map: 2@new map: 3@new map: 4@new map: 5@new db\map_index.txt 1@new 2@new 3@new 4@new 5@new then run mapcache.exe~ Download Link: (Script and Client-side are included on one rar file) http://www.mediafire...a52kaz75u8am238 Endless Cellar.rar Edited July 6, 2012 by Jezu 2 1 Quote Link to comment Share on other sites More sharing options...
Meister Posted July 6, 2012 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted July 6, 2012 I've having error with the script error parse line need ";" at line 311.. Noob question here. Thanks Quote Link to comment Share on other sites More sharing options...
EriN_KillerSoul Posted July 6, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 313 Reputation: 23 Joined: 12/27/11 Last Seen: August 21, 2021 Share Posted July 6, 2012 thx Quote Link to comment Share on other sites More sharing options...
dikapramantya Posted July 14, 2012 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 216 Reputation: 9 Joined: 07/12/12 Last Seen: 21 hours ago Share Posted July 14, 2012 (edited) I've having error with the script error parse line need ";" at line 311.. Noob question here. Thanks I'm too , how to fixed this?? Edited July 14, 2012 by dikapramantya Quote Link to comment Share on other sites More sharing options...
solid2005 Posted October 24, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 147 Reputation: 15 Joined: 01/06/12 Last Seen: 10 hours ago Share Posted October 24, 2012 try to change to this mobcount(.@map$,"") i don't know if event column is needed if not then leave a blank. Quote Link to comment Share on other sites More sharing options...
Erba Posted December 8, 2012 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Share Posted December 8, 2012 (edited) I've having error with the script error parse line need ";" at line 311.. Noob question here. Thanks I'm too , how to fixed this?? I've having error with the script error parse line need ";" at line 311.. Noob question here. Thanks just place ";" a semicolon in the end of the sentence or code.. try to check every code when there is a following code on it, it contains a semicolon on its end before proceeding to the next line Edited December 8, 2012 by 2834 Quote Link to comment Share on other sites More sharing options...
xilence01 Posted December 8, 2012 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 177 Reputation: 4 Joined: 05/23/12 Last Seen: April 16, 2019 Share Posted December 8, 2012 players cant click the angel pori pori? Allows you to use a Dark Ash to skip to floor 40.? Quote Link to comment Share on other sites More sharing options...
Quesooo Posted August 9, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share Posted August 9, 2017 cant click the tomb stone??? i just follow the guide but i dont see also quest db or mob db Quote Link to comment Share on other sites More sharing options...
Rododark Posted August 15, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 51 Reputation: 8 Joined: 06/10/12 Last Seen: 18 hours ago Share Posted August 15, 2017 [Error]: Loading NPC file: npc/ValkyrieRO/Tower Endless 2/EndlessCellar.txt script error on npc/ValkyrieRO/Tower Endless 2/EndlessCellar.txt line 35 parse_callfunc: expected ')' to close argument list 34 : { * 35 : if(EC_Lasttime + $EC_Cooldown > gettimetick(2) && EC_Lasttime < gettimetick(2) || (EC_Lasttime > gettimetick(2) && EC_Lastinstid != instance_id('1') && getgmlevel() < $EC_GM)){ 36 : set .@last,EC_Lasttime + $EC_Cooldown - gettimetick(2); 37 : set .@hours,.@last / 60 / 60; 38 : set .@minutes,.@last / 60 % 60; 39 : set .@seconds,.@last % 60; 40 : mes "Due to the entree aftereffect,"; [Error]: script error on npc/ValkyrieRO/Tower Endless 2/EndlessCellar.txt line 151 parse_callfunc: expected ')' to close argument list 146 : } else 147 : donpcevent instance_npcname("EC_Manager")+"::OnPorDead"; 148 : end; 149 : 150 : OnMobDead: * 151 : set .@i,instance_id('0'); 152 : set 'EC_Mobs,'EC_Mobs-1; 153 : if('EC_Mobs){ 154 : instance_announce .@i,"Monsters remaining on Floor "+'EC_Floor+": "+'EC_Mobs,bc_map,0x00FF00; 155 : end; 156 : } [Error]: script error on npc/ValkyrieRO/Tower Endless 2/EndlessCellar.txt line 294 parse_callfunc: not enough arguments, expected ',' 289 : next; 290 : input .@level,0,77; 291 : if(.@level == 0) close; 292 : } 293 : if(.@level == 77) * 294 : warp has_instance'('"5@new"),156,65; 295 : else { 296 : setarray .@warpx[0],96,184,270,354; 297 : setarray .@warpy[0],393,309,221,137,51; 298 : set .@x,.@warpx[((.@level-1) % 20) % 4]; 299 : set .@y,.@warpy[((.@level-1) % 20) / 4]; [Error]: Someone help me with this error seems to be obsolete script Quote Link to comment Share on other sites More sharing options...
sader1992 Posted August 15, 2017 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 21 hours ago Share Posted August 15, 2017 (edited) 27 minutes ago, Rododark said: [Error]: Loading NPC file: npc/ValkyrieRO/Tower Endless 2/EndlessCellar.txt script error on npc/ValkyrieRO/Tower Endless 2/EndlessCellar.txt line 35 parse_callfunc: expected ')' to close argument list 34 : { * 35 : if(EC_Lasttime + $EC_Cooldown > gettimetick(2) && EC_Lasttime < gettimetick(2) || (EC_Lasttime > gettimetick(2) && EC_Lastinstid != instance_id('1') && getgmlevel() < $EC_GM)){ 36 : set .@last,EC_Lasttime + $EC_Cooldown - gettimetick(2); 37 : set .@hours,.@last / 60 / 60; 38 : set .@minutes,.@last / 60 % 60; 39 : set .@seconds,.@last % 60; 40 : mes "Due to the entree aftereffect,"; [Error]: script error on npc/ValkyrieRO/Tower Endless 2/EndlessCellar.txt line 151 parse_callfunc: expected ')' to close argument list 146 : } else 147 : donpcevent instance_npcname("EC_Manager")+"::OnPorDead"; 148 : end; 149 : 150 : OnMobDead: * 151 : set .@i,instance_id('0'); 152 : set 'EC_Mobs,'EC_Mobs-1; 153 : if('EC_Mobs){ 154 : instance_announce .@i,"Monsters remaining on Floor "+'EC_Floor+": "+'EC_Mobs,bc_map,0x00FF00; 155 : end; 156 : } [Error]: script error on npc/ValkyrieRO/Tower Endless 2/EndlessCellar.txt line 294 parse_callfunc: not enough arguments, expected ',' 289 : next; 290 : input .@level,0,77; 291 : if(.@level == 0) close; 292 : } 293 : if(.@level == 77) * 294 : warp has_instance'('"5@new"),156,65; 295 : else { 296 : setarray .@warpx[0],96,184,270,354; 297 : setarray .@warpy[0],393,309,221,137,51; 298 : set .@x,.@warpx[((.@level-1) % 20) % 4]; 299 : set .@y,.@warpy[((.@level-1) % 20) / 4]; [Error]: Someone help me with this error seems to be obsolete script = the script will no longer work you need to rewrite the script to make it work (or a lot of edits) Edited August 15, 2017 by sader1992 Quote Link to comment Share on other sites More sharing options...
ReSp Posted October 4, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 47 Reputation: 0 Joined: 10/23/15 Last Seen: Thursday at 05:18 PM Share Posted October 4, 2017 Have anyone working script of Endless Cellar? This script dont works. I need in rAthena. Quote Link to comment Share on other sites More sharing options...
Nerks Posted October 26, 2017 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 135 Reputation: 4 Joined: 07/29/17 Last Seen: December 5, 2017 Share Posted October 26, 2017 anyone rewrite this script? Quote Link to comment Share on other sites More sharing options...
ReSp Posted March 26, 2019 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 47 Reputation: 0 Joined: 10/23/15 Last Seen: Thursday at 05:18 PM Share Posted March 26, 2019 how fix this? [Error]: buildin_getmapxy: Player with nick 'ECwarp_1' is not found. [Error]: buildin_getmapxy: Player with map id '0' is not found. [Info]: [Instance] Created: Endless Cellar (1). [Error]: buildin_instance_npcname: Invalid instance NPC (instance_id: 0, NPC name: "ECwarp_1".) Quote Link to comment Share on other sites More sharing options...
care1190 Posted April 4, 2019 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 31 Reputation: 1 Joined: 11/12/18 Last Seen: February 17, 2020 Share Posted April 4, 2019 On 3/26/2019 at 1:49 AM, ReSp said: how fix this? [Error]: buildin_getmapxy: Player with nick 'ECwarp_1' is not found. [Error]: buildin_getmapxy: Player with map id '0' is not found. [Info]: [Instance] Created: Endless Cellar (1). [Error]: buildin_instance_npcname: Invalid instance NPC (instance_id: 0, NPC name: "ECwarp_1".) Haeve the same issue Quote Link to comment Share on other sites More sharing options...
MyNoobScriptz Posted July 29, 2019 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 76 Reputation: 3 Joined: 05/01/15 Last Seen: Friday at 05:22 AM Share Posted July 29, 2019 On 4/5/2019 at 1:24 AM, care1190 said: Haeve the same issue now u can fix this problem ?? i have same issue T T Quote Link to comment Share on other sites More sharing options...
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.