chang123 Posted December 18, 2018 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 1 Reputation: 0 Joined: 12/04/18 Last Seen: August 10, 2019 Share Posted December 18, 2018 hi im using latest rathena .. can someone please give me script for anti dual / multi cleint in geffen xD Quote Link to comment Share on other sites More sharing options...
0 Zell Posted December 18, 2018 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 412 Reputation: 266 Joined: 04/25/12 Last Seen: Monday at 12:01 AM Share Posted December 18, 2018 You can't really block 100% this. Isn't more nice if you just make the guild pack items not trade able? Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted September 15, 2019 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 13 hours ago Share Posted September 15, 2019 (edited) you can try something like this. - script sample -1,{ OnInit: .map$ = "geffen"; setmapflag .map$, mf_loadevent; end; OnPCLoadMapEvent: if (strcharinfo(3) == .map$) { .@size = query_sql("SELECT c.`account_id` FROM `char` c INNER JOIN `login` acc ON acc.`account_id` = c.`account_id` WHERE c.`account_id` <> "+getcharid(3)+" AND c.`online` = 1 AND acc.`last_ip` = '"+getcharip()+"'", .@aid); .@cid = getcharid(0); for (.@i = 0; .@i < .@size; .@i++) if (attachrid(.@aid)) { if (strcharinfo(3) == .map$) { .@count++; if (.@count >= 2) { warp "SavePoint", 0, 0, .@cid; end; } } } } end; } you should just disable dual client feature when diff the client. and implement client hash checking to avoid other using custom hexed client to bypass that. -- seem like i read wrong the topic contents Edited September 15, 2019 by Emistry Quote Link to comment Share on other sites More sharing options...
-1 HappyMan Posted December 23, 2018 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 191 Reputation: 25 Joined: 07/19/14 Last Seen: June 26, 2019 Share Posted December 23, 2018 i create my own script to detect all dual.. i dont want to share on comment section.. if you are interested message me.. Quote Link to comment Share on other sites More sharing options...
Question
chang123
hi im using latest rathena .. can someone please give me script for anti dual / multi cleint in geffen xD
Link to comment
Share on other sites
3 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.