dikapramantya Posted August 11, 2012 Posted August 11, 2012 hi guys, can you help me to disable commands @mail in 1 map only, example : i can't use commands @mail in map prtg_cas03 but i can use in another map ?? thanks for your answer Quote
Emistry Posted August 11, 2012 Posted August 11, 2012 disable your @mail commands in your group.conf setting..and load this script. - script Sample -1,{ OnInit: bindatcmd("mail","Sample::OnAtcommand"); end; OnAtcommand: if( strcharinfo(3) == "mapname" ){ message strcharinfo(0),"Mail Disabled here."; }else openmail; end; } Quote
dikapramantya Posted August 11, 2012 Author Posted August 11, 2012 disable your @mail commands in your group.conf setting..and load this script. - script Sample -1,{ OnInit: bindatcmd("mail","Sample::OnAtcommand"); end; OnAtcommand: if( strcharinfo(3) == "mapname" ){ message strcharinfo(0),"Mail Disabled here."; }else openmail; end; } umm where can i find the group.conf setting Quote
Emistry Posted August 11, 2012 Posted August 11, 2012 you didnt know how to add a @mail command ? then how come this will work on your normal player in game ? hi guys, can you help me to disable commands @mail in 1 map only, https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/groups.conf main: true Quote
Question
dikapramantya
hi guys, can you help me to disable commands @mail in 1 map only,
example : i can't use commands @mail in map prtg_cas03 but i can use in another map ?? thanks for your answer
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.