PapaZola Posted December 29, 2011 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 December 29, 2011 hello all i want request some antibot like this this script will work only for job bard,dancer,gpysy,clown if other job online no need type code if job bard,dancer,gpysy,clown online this job will freeze until player enter the code for antibot sorry for my bad english Quote Link to comment Share on other sites More sharing options...
0 ArimaYuudai Posted July 7, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 07/07/17 Last Seen: October 30, 2017 Share Posted July 7, 2017 Where and How can I put it Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 29, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 19 hours ago Share Posted December 29, 2011 try this - script Sample -1,{ OnPCLoginEvent: if( BaseClass == Job_Bard || BaseClass == Job_Dancer ){ atcommand "@option 2"; sc_start SC_BERSERK,10000000,1; mes "Please Red Colour Key in the Code..."; set .Code,rand(1000,99999); mes "^0000FF"+rand(1,9999)+"^FF0000"+.Code+"^0000FF"+rand(1,9999)+"^000000"; input @Code; if( @Code != .Code ){ atcommand "@kick "+strcharinfo(0); }else{ atcommand "@option 0"; sc_end SC_BERSERK; } close; } end; } Quote Link to comment Share on other sites More sharing options...
PapaZola Posted December 30, 2011 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 December 30, 2011 not working sir emistry Quote Link to comment Share on other sites More sharing options...
KeiKun Posted December 30, 2011 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: February 23 Share Posted December 30, 2011 Here Tested with Dancer Character ( first test was dumb i typed wrong number ) test.txt Quote Link to comment Share on other sites More sharing options...
PapaZola Posted December 30, 2011 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 December 30, 2011 now its work thx keikun and sir emistry Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 30, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 19 hours ago Share Posted December 30, 2011 not working sir emistry Aw...sorry..a little mistake.... change if( BaseClass == Job_Bard || BaseClass == Job_Dancer ){ to if( BaseJob == Job_Bard || BaseJob == Job_Dancer ){ then it should be work fine...tested and working ~ Quote Link to comment Share on other sites More sharing options...
Jyabil Posted June 11, 2012 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 89 Reputation: 7 Joined: 02/27/12 Last Seen: July 22, 2014 Share Posted June 11, 2012 Thanks~ Quote Link to comment Share on other sites More sharing options...
Mohawk Posted June 22, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 29 Reputation: 3 Joined: 05/09/12 Last Seen: July 13, 2012 Share Posted June 22, 2012 Can i edit this to make its usefull for all job ?? Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 22, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 22, 2012 @Mohawk: Fairly self-explanatory, remove this line (and the corresponding bracket at the end): if( BaseClass == Job_Bard || BaseClass == Job_Dancer ){ Quote Link to comment Share on other sites More sharing options...
Question
PapaZola
hello all
i want request some antibot like this
this script will work only for job bard,dancer,gpysy,clown
if other job online no need type code
if job bard,dancer,gpysy,clown online this job will freeze until player enter the code for antibot
sorry for my bad english
Link to comment
Share on other sites
9 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.