EL Dragon Posted July 2, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share Posted July 2, 2014 setarray .Map$[0],"n_pvp","ufc_pvp2","ufc_pvp3","aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05","gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05","payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05","prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05"; if(strcharinfo(3) == .Map$[0] || strcharinfo(3) == .Map$[1]){ message strcharinfo(0),"This Command goes here not !"; the map does not go coint , it only go n_pvp , ufc_pvp2 , ufc_pvp3 the Guild maps re not going please help me Quote Link to comment Share on other sites More sharing options...
Capuche Posted July 2, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 2, 2014 setarray .Map$[0],"n_pvp","ufc_pvp2","ufc_pvp3","aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05","gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05","payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05","prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05"; .@concat$ = implode( .Map$, "|" ); if( compare( .@concat$, strcharinfo(3) ) == 0 ){ message strcharinfo(0),"This Command goes here not !"; Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted July 2, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Author Share Posted July 2, 2014 (edited) does not go Edited July 3, 2014 by EL Dragon Quote Link to comment Share on other sites More sharing options...
Capuche Posted July 2, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 2, 2014 OnInit: bindatcmd "sleep",strnpcinfo(3)+"::OnSLEEP", 1,100; end;// <-- add this Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted July 2, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Author Share Posted July 2, 2014 still does not work , map server shows 0 error -.- Quote Link to comment Share on other sites More sharing options...
Capuche Posted July 2, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 2, 2014 wut? this script is working from my test.. I have none issue Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted July 2, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Author Share Posted July 2, 2014 the command now only goes on the setarray .Map's but it should not go to the maps .... Quote Link to comment Share on other sites More sharing options...
Capuche Posted July 2, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 2, 2014 alright then replace 0 by 1 in if( compare( .@concat$, strcharinfo(3) ) == 0 ){ 1 Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted July 3, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Author Share Posted July 3, 2014 thanks for the help Capuche Quote Link to comment Share on other sites More sharing options...
Question
EL Dragon
the map does not go coint , it only go n_pvp , ufc_pvp2 , ufc_pvp3 the Guild maps re not going
please help me
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.