Vincent Posted July 18, 2013 Posted July 18, 2013 (edited) 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 July 18, 2013 by Loco Quote
Euphy Posted July 18, 2013 Posted July 18, 2013 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; 1 Quote
Vincent Posted July 19, 2013 Author Posted July 19, 2013 (edited) 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 July 19, 2013 by Loco Quote
Vincent Posted August 2, 2013 Author Posted August 2, 2013 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. Quote
Question
Vincent
Hi,
i want that the tower have only 50 Floors. Will it work when i change the script from
to
So you are directly at floor 99 and the tower are finsihed?
Edited by Loco3 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.