xin Posted October 24, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 26 Reputation: 1 Joined: 10/19/12 Last Seen: November 9, 2012 Share Posted October 24, 2012 well here's my endless tower it's working well but I wan't it to be able a single player to enter the tower... I tried making it myself, success but it doesn't spawn so here I am asking for help. thanks in advance EndlessTower.txt Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted October 24, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted October 24, 2012 switch(select(.@md_name$ + "Enter the dungeon:Return to Alberta:Cancel")) { case 1: if (has_instance("1@tower") == "") { mes "The memorial dungeon " + .@md_name$ + " does not exist."; mes "The party leader did not generate the dungeon yet."; } else if ((has_instance("1@tower") != "") && (.@partymembercount < 2)) mes "You can enter the dungeon after making a party."; else { mapannounce "e_tower", .@p_name2$ + " of the party, " + .@p_name$ + ", is entering the dungeon, " + .@md_name$ + ".",bc_map,"0x00ff99",FW_NORMAL,12; set etower_timer,gettimetick(2); setquest 60200; setquest 60201; warp "1@tower",52,354; end; } break; the elseif and else part is the one to modify if you want to limit it into only 1 player Quote Link to comment Share on other sites More sharing options...
xin Posted October 24, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 26 Reputation: 1 Joined: 10/19/12 Last Seen: November 9, 2012 Author Share Posted October 24, 2012 yeah I modified all that part, that was a success but the floor's are empty Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted October 24, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted October 24, 2012 (edited) I'm having fun with your script, unedited u know ... it reminds me back in the days when some random members made endless tower b4 eathena has it http://www.eathena.ws/board/index.php?s=&showtopic=183810&view=findpost&p=1010571 in less than 12 hours the topic posted, everyone start play with his script, but I fixed it 1st haha ... some nice old days .. Edited October 24, 2012 by AnnieRuru Quote Link to comment Share on other sites More sharing options...
xin Posted October 24, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 26 Reputation: 1 Joined: 10/19/12 Last Seen: November 9, 2012 Author Share Posted October 24, 2012 oh well I modified this part instead ( set .@partymembercount,2; ) hehe should have seen it earlier Quote Link to comment Share on other sites More sharing options...
Aya Posted October 25, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 125 Reputation: 2 Joined: 08/27/12 Last Seen: June 7, 2023 Share Posted October 25, 2012 I am using your script. Is this okay? Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 25, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 2 hours ago Share Posted October 25, 2012 @Aya make sure you are using ONLY ONE endless tower script.... Quote Link to comment Share on other sites More sharing options...
xin Posted October 25, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 26 Reputation: 1 Joined: 10/19/12 Last Seen: November 9, 2012 Author Share Posted October 25, 2012 yeah having that warning means you have another npc with the same name so it's highly possible that you have another endless script in your server Quote Link to comment Share on other sites More sharing options...
Aya Posted October 25, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 125 Reputation: 2 Joined: 08/27/12 Last Seen: June 7, 2023 Share Posted October 25, 2012 ohh. let me check it =) Quote Link to comment Share on other sites More sharing options...
Question
xin
well here's my endless tower
it's working well but I wan't it to be able a single player to enter the tower... I tried making it myself, success but it doesn't spawn so here I am asking for help. thanks in advance
EndlessTower.txt
Link to comment
Share on other sites
8 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.