chang123 Posted December 18, 2018 Posted December 18, 2018 hi im using latest rathena .. can someone please give me script for anti dual / multi cleint in geffen xD Quote
0 Zell Posted December 18, 2018 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
0 Emistry Posted September 15, 2019 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
-1 HappyMan Posted December 23, 2018 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
Question
chang123
hi im using latest rathena .. can someone please give me script for anti dual / multi cleint in geffen xD
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.