dikapramantya Posted August 11, 2012 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 216 Reputation: 9 Joined: 07/12/12 Last Seen: April 27 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted August 11, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Thursday at 03:04 PM Share 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 Link to comment Share on other sites More sharing options...
dikapramantya Posted August 11, 2012 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 216 Reputation: 9 Joined: 07/12/12 Last Seen: April 27 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted August 11, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Thursday at 03:04 PM Share 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 Link to comment Share on other sites More sharing options...
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
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.