Vincent Posted July 4, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Share Posted July 4, 2013 Hi, i am looking for a script where i can set the maps where dual client get kicked. I want to add this to WoE Maps so Player can play with dual client but if they want to enter WoE maps they get kicked. Quote Link to comment Share on other sites More sharing options...
Skorm Posted December 27, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: Friday at 02:41 AM Share Posted December 27, 2013 think I better bump this topic rather than post in other member's topic the answered sql query is quite unoptimized I'll avoid using IN command because it always execute very slow using JOIN statement is much faster than IN here because the account_id column has been indexed http://stackoverflow.com/questions/4771183/sql-fixed-value-in-vs-inner-join-performance http://stackoverflow.com/questions/12172931/mysql-performance-use-in-or-join this query should be faster .@len = query_sql("select account_id from `char` right join login on login.account_id = `char`.account_id where `char`.online = 1 and login.last_ip = '"+ getcharip() +"'" ) http://rathena.org/board/topic/73169-player-checker-npc/?p=150983 <-- just some info about an indexed table Thanks I'll keep that in mind. 1 Quote Link to comment Share on other sites More sharing options...
RedRumPie Posted February 25, 2014 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 76 Reputation: 1 Joined: 01/21/14 Last Seen: September 14, 2014 Share Posted February 25, 2014 (edited) v4 is not working for me .. anyways , how can I set this at mac address ? EDIT :Oh , I need harmony for mac address to work . can this be done on Internal Guard ? Edited February 25, 2014 by iMrFreeziNg Quote Link to comment Share on other sites More sharing options...
fallen0519 Posted March 7, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 52 Reputation: 2 Joined: 02/15/14 Last Seen: May 10, 2017 Share Posted March 7, 2014 Hello, may I have a favor that related to this dual client script, I will explain what I need in the following. I am using the default custom Battle Ground with rAthena database, and I am using this dual client script which kick people who are having dual login in certain map. There are people who abuse the battleground script because even I had set the map ip restriction, but what they do is getting the reward continuously. Lets say players 3v3 with the Flag Battle Ground, when 6 of the players enter the BG map, 5 of them who with the same IP kicked out, and yet the only remaining 1 person hit the enemy flag and won the BG reward. I am thinking of added the IP restriction to the chatting room which waiting for players, so they totally fail to join the BG event because chatroom will kick him out or any otehr way that is useful., Kindly waiting for your all support, please help me regarding this issue. Thanks much !! Quote Link to comment Share on other sites More sharing options...
nesotomayor Posted July 21, 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 21, 2014 what will happen to the players who played in the shop? they are all the same ip. does it mean that in the shop only 1 player can play? pls correct me if im worong. thanks, Quote Link to comment Share on other sites More sharing options...
Skorm Posted July 23, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: Friday at 02:41 AM Share Posted July 23, 2014 what will happen to the players who played in the shop? they are all the same ip. does it mean that in the shop only 1 player can play? pls correct me if im worong. thanks, If one of the shop maps are set then yes... I would just recommend not setting vending maps. :0 This is more for woe, pvp, or pve. Quote Link to comment Share on other sites More sharing options...
DawnRO Posted November 10, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 11/22/13 Last Seen: June 9, 2016 Share Posted November 10, 2014 what will happen to the players who played in the shop? they are all the same ip. does it mean that in the shop only 1 player can play? pls correct me if im worong. thanks, If one of the shop maps are set then yes... I would just recommend not setting vending maps. :0 This is more for woe, pvp, or pve. @skorm, what he meant was "what will happen to the players who played in on computer/internet cafe? they are all having a one ip address. does it mean that one player in the same ip address can play since the computer or internet cafe / shop was using one ip address. Quote Link to comment Share on other sites More sharing options...
Skorm Posted November 10, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: Friday at 02:41 AM Share Posted November 10, 2014 @skorm, what he meant was "what will happen to the players who played in on computer/internet cafe? they are all having a one ip address. does it mean that one player in the same ip address can play since the computer or internet cafe / shop was using one ip address. Yeah unless you're using harmony and mac address. Quote Link to comment Share on other sites More sharing options...
Question
Vincent
Hi,
i am looking for a script where i can set the maps where dual client get kicked. I want to add this to WoE Maps so Player can play with dual client but if they want to enter WoE maps they get kicked.
Link to comment
Share on other sites
32 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.