Jump to content
  • 0

Edless Tower decrease Floor amount


Vincent

Question


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

Hi,

i want that the tower have only 50 Floors. Will it work when i change the script from

 

case 49: warp .@map$,310,12; break; // original code

to

 

case 49: warp .@map$,309,12; break; // edit this is the 99 Floor map coords

So you are directly at floor 99 and the tower are finsihed?

Edited by Loco
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1131
  • Joined:  05/27/12
  • Last Seen:  

No - you have to read your variables. .@map$ refers to the name of the floor ([1-6]@tower) the function is invoked from. Level 49 is on floor 2, while Level 99 is on floor 4.

case 49: warp instance_mapname("4@tower"),309,12; break;
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

Okey thanks the next days i will try it :)



I cant test the change because if i try to enter the Entless Tower at the Tower Protection Stone the Loading Screen comes and then the Client crash's O_o. This is not because of the change but i dont know why ? If i try to @warp to the map is works.

 

What can be the problem?

Edited by Loco
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

No - you have to read your variables. .@map$ refers to the name of the floor ([1-6]@tower) the function is invoked from. Level 49 is on floor 2, while Level 99 is on floor 4.

case 49: warp instance_mapname("4@tower"),309,12; break;

if i use this and enter the ET all warps are open from floor to floor without killing all monster. I tryed it with default script and your suggestion for the floor warp. If i change 

case 49: warp .@map$,310,12; break; // original code

to

case 49: warp instance_mapname("4@tower"),309,12; break;

the warps are opened.

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