nesotomayor Posted July 28, 2014 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 122 Reputation: 0 Joined: 06/08/14 Last Seen: October 2, 2014 Share Posted July 28, 2014 Hi rAthena, Requesting for a script that will auto kick the player with dual account. the checking is via MAC address not IP. Please advise, Thanks, Quote Link to comment Share on other sites More sharing options...
Skorm Posted August 5, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: 10 hours ago Share Posted August 5, 2014 - script dualclientkicker2 -1,{ OnPCLoginEvent: set .@len, query_sql("SELECT DISTINCT `account_id` FROM `char` WHERE `account_id` IN "+ "(SELECT `account_id` FROM `login` WHERE `last_mac` = "+ "(SELECT `last_mac` FROM `login` WHERE `account_id`="+getcharid(3)+")) AND `online` <> 0;",.@a); sleep2 1000; if( .@len > .max ) atcommand "@kick "+strcharinfo(0); end; OnInit: set .max, 2; //Max Connections. } 1 Quote Link to comment Share on other sites More sharing options...
Skorm Posted July 28, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: 10 hours ago Share Posted July 28, 2014 You need Harmony. Quote Link to comment Share on other sites More sharing options...
nesotomayor Posted July 28, 2014 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 122 Reputation: 0 Joined: 06/08/14 Last Seen: October 2, 2014 Author Share Posted July 28, 2014 Hi Sir Skorm, yes i'll buy harmony. im still waiting to install it on my server. thanks, Quote Link to comment Share on other sites More sharing options...
nesotomayor Posted August 5, 2014 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 122 Reputation: 0 Joined: 06/08/14 Last Seen: October 2, 2014 Author Share Posted August 5, 2014 Hi, Following this up please. i already have harmony. Please advise, Thanks, Quote Link to comment Share on other sites More sharing options...
krayzie1027 Posted August 5, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 06/19/14 Last Seen: May 31, 2015 Share Posted August 5, 2014 how to use this script sir? where to put this one? Thanks. Quote Link to comment Share on other sites More sharing options...
Skorm Posted August 5, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: 10 hours ago Share Posted August 5, 2014 how to use this script sir? where to put this one? Thanks. Anywhere just add it as an npc and load it. Quote Link to comment Share on other sites More sharing options...
krayzie1027 Posted August 6, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 06/19/14 Last Seen: May 31, 2015 Share Posted August 6, 2014 Thanks sir Skorm. Quote Link to comment Share on other sites More sharing options...
rans Posted August 9, 2014 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 429 Reputation: 60 Joined: 08/19/12 Last Seen: Tuesday at 02:33 PM Share Posted August 9, 2014 lolno need to use script if you own a harmonyCheck your conf/harmony.conf ///////////////// // Multiclient: PC limit ///////////////// // Number of connections allowed per physical computer // Use -1 to disable this check. // Default: -1 (unlimited) max_connections_per_pc: -1you just need to edit it there xD Quote Link to comment Share on other sites More sharing options...
Skorm Posted August 9, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: 10 hours ago Share Posted August 9, 2014 lol no need to use script if you own a harmony Check your conf/harmony.conf Good point I actually own harmony and remember seeing that at one point... Although I don't recommend Harmony to anyone. Quote Link to comment Share on other sites More sharing options...
rans Posted August 10, 2014 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 429 Reputation: 60 Joined: 08/19/12 Last Seen: Tuesday at 02:33 PM Share Posted August 10, 2014 lol no need to use script if you own a harmony Check your conf/harmony.conf Good point I actually own harmony and remember seeing that at one point... Although I don't recommend Harmony to anyone. Yep. other player can bypass it now. xD Quote Link to comment Share on other sites More sharing options...
Question
nesotomayor
Hi rAthena,
Requesting for a script that will auto kick the player with dual account. the checking is via MAC address not IP.
Please advise,
Thanks,
Link to comment
Share on other sites
10 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.