Jump to content

Recommended Posts

Posted (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 by Jezu
  • Upvote 2
  • MVP 1
  • 3 months later...
  • 1 month later...
Posted (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 by 2834
  • 4 years later...
Posted
[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 

Posted (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 by sader1992
  • 1 month later...
  • 3 weeks later...
  • 1 year later...
Posted

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

  • 2 weeks later...
Posted
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

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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