PapaZola Posted September 23, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted September 23, 2012 hello rA me already try 3 times enter endless tower but sometimes it stuck(cant enter portal) and to next level im used original script from rA https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/instances/EndlessTower.txt Quote Link to comment Share on other sites More sharing options...
Spre Posted September 23, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 103 Reputation: 28 Joined: 09/20/12 Last Seen: January 14, 2019 Share Posted September 23, 2012 iROWiki says Warning: Taming any monster or killing the last monster on a floor with a mercenary will cause the instance to not register the kill, and the portal to the next floor will not open. are your players doing this? Quote Link to comment Share on other sites More sharing options...
PapaZola Posted September 23, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted September 23, 2012 portal open but cant enter Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted September 23, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted September 23, 2012 This bug happens when a player stoods in the portal spawn before killing the last monster in that floor... No one can enter the portal.. xD Quote Link to comment Share on other sites More sharing options...
Spre Posted September 23, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 103 Reputation: 28 Joined: 09/20/12 Last Seen: January 14, 2019 Share Posted September 23, 2012 I just went all the way to the top with no issues, but I cheated I made 5 diff test accounts logged them all in, got in and logged all but my main guy off, The only things I couldn't test are the things you can do with more then on person, like what the poster said before this post. Quote Link to comment Share on other sites More sharing options...
PapaZola Posted September 24, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted September 24, 2012 This bug happens when a player stoods in the portal spawn before killing the last monster in that floor... No one can enter the portal.. xD maybe i will try again thx all for reply here some picture Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted September 24, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted September 24, 2012 So you tried what I have said?.. xD Quote Link to comment Share on other sites More sharing options...
PapaZola Posted September 24, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted September 24, 2012 yeah im not stay on portal when portal opened still cant enter Quote Link to comment Share on other sites More sharing options...
Spre Posted September 24, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 103 Reputation: 28 Joined: 09/20/12 Last Seen: January 14, 2019 Share Posted September 24, 2012 is there any errors showing on the map_server scren when you try to enter or when it appears? Check and see and post back. Quote Link to comment Share on other sites More sharing options...
Joseph Posted September 24, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted September 24, 2012 Not sure if this is the cause. r16796 Quote Link to comment Share on other sites More sharing options...
donkeyg Posted January 20, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share Posted January 20, 2013 bump!! Quote Link to comment Share on other sites More sharing options...
Freya Jorgenson Posted July 17, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 146 Reputation: 1 Joined: 11/22/11 Last Seen: April 13 Share Posted July 17, 2013 Hi I got the same issue as well. Anyone can shed a light please? Quote Link to comment Share on other sites More sharing options...
Kido Posted January 8, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share Posted January 8, 2014 my players never had errors there before, maybe this has not much to do but try to tell them to don't use mercenaries, catching monsters, pet monsters or breaking dead branch (if no mapflag setted lol) maybe @reloadscript would help and then wait for the period of time to pass and try to enter again the tower (?) dunno, check the map_server too if you find there any bugs also check for the portal coords and for that level floor, there shouldn't be anything buggy unless you touched something o: i guess not or i hope so good luck with it o: Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted January 10, 2014 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted January 10, 2014 My suggestion is to put 'pushpc' command before enabling the warp points, to clear the spawn point from players. Sometimes I got this issue too, the warp point doesn't work after all monsters are killed, just like what wakoko321 has said This bug happens when a player stoods in the portal spawn before killing the last monster in that floor...No one can enter the portal.. xD Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted January 10, 2014 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 January 10, 2014 (edited) 12,test OnTouch,86400,1@tower,13,384,1@tower prontera,155,180,0 script test 123,{ if ( !getcharid(1) ) { mes "you must form a party"; close; } if ( getstrlen( instance_mapname("1@tower") ) ) { if ( instance_mapname("1@tower") != "1@tower" ) { select "enter", "destroy"; if ( @menu == 1 ) instance_enter "test OnTouch"; else instance_destroy; end; } else { mes "your party is running another instance"; close; } } if ( instance_create( "test OnTouch" ) < 0 ) { mes "failed to create instance"; close; } instance_enter "test OnTouch"; end; OnInit: bindatcmd "me", strnpcinfo(0)+"::Onaaa"; end; Onaaa: getmapxy .@map$, .@x, .@y, 0; dispbottom .@map$ +" "+ .@x +" "+ .@y; end; } 1@tower,12,393,5 script qwer 45,2,2,{ end; OnTouch_: warp "Save",0,0; end; OnInstanceInit: getmapxy .map$, .x, .y, 1; monster .map$, .x, .y, "--ja--", 1002, 1, strnpcinfo(0)+"::Onaaa"; disablenpc instance_npcname( strnpcinfo(0) ); end; Onaaa: warp .map$, .x, .y; setoption 0x4, 1; // tried to do cloak ... also can warp the other player sleep2 2000; // <-- change sleep2 into sleep ==> ERROR no player attach enablenpc instance_npcname( strnpcinfo(0) ); end; }I've tried to replicate the probleminstead, I feel like its not caused by player standing on the portal but rather the instance_npcname script command requires a RID attached ... which doesn't make any sense I remember my old instance script allows *has_instance command without doing a RID attached ... but this doesn't fit the description which say ... like in post#6 here he kills until level 73 ? Edited January 10, 2014 by AnnieRuru Quote Link to comment Share on other sites More sharing options...
Kido Posted January 10, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share Posted January 10, 2014 huh i believe that knowing the version and the script would be helpfull @PapaZola have you touched the script o:? Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted January 10, 2014 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 January 10, 2014 (edited) Sometimes I got this issue too, the warp point doesn't work after all monsters are killed, just like what wakoko321 has said@nanaki can you confirm this bug still exist after instance system rewrite ? this topic is very old from 2012 I couldn't seem to be able to replicate this bug anymore EDIT: I've tried triple client, all characters stands on the portal before the portal enablenpc itself it still warps all my characters also tested with some players has cloaking ... also no bug ... ... testing on rathena endless tower script atm ... same result ... I passed lvl73 ... beaten whole script, no bug found Edited January 10, 2014 by AnnieRuru 1 Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted January 12, 2014 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted January 12, 2014 Hmm until today, I haven't found that issue again, tested with 2013-08-07 Well if anyone hasn't found this issue again, this thread can be be closed to prevent confusion. Quote Link to comment Share on other sites More sharing options...
Question
PapaZola
hello rA
me already try 3 times enter endless tower
but sometimes it stuck(cant enter portal) and to next level
im used original script from rA
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/instances/EndlessTower.txt
Link to comment
Share on other sites
17 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.