Jump to content
  • 0

endless tower ( modification )


xin

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   1
  • Joined:  10/19/12
  • Last Seen:  

well here's my endless tower :P 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


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

                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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   1
  • Joined:  10/19/12
  • Last Seen:  

yeah I modified all that part, that was a success but the floor's are empty :P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

post-8685-0-51328500-1351084715_thumb.jpg

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 by AnnieRuru
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   1
  • Joined:  10/19/12
  • Last Seen:  

oh well I modified this part instead :P ( set .@partymembercount,2; ) hehe should have seen it earlier

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  125
  • Reputation:   2
  • Joined:  08/27/12
  • Last Seen:  

2rpfv6f.png

I am using your script. Is this okay?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

@Aya

make sure you are using ONLY ONE endless tower script....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   1
  • Joined:  10/19/12
  • Last Seen:  

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 :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  125
  • Reputation:   2
  • Joined:  08/27/12
  • Last Seen:  

ohh. let me check it =)

Link to comment
Share on other sites

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.

×
×
  • Create New...