Rayan Posted February 14, 2013 Posted February 14, 2013 I m requestng a src mod so that if a GM lvl 99 is online and a player PMs him/her or do @request .... It must show player not found or NO GM ONLinE for @request and PMs This can be to whole 99 group or to a particular account.. Pleaes guys help me out!!! Quote
clydelion Posted February 14, 2013 Posted February 14, 2013 Index: clif.c =================================================================== --- clif.c (revision 17128) +++ clif.c (working copy) @@ -10061,7 +10061,10 @@ clif_wis_end(fd, 3); // 3: everyone ignored by target return; } + if (pc_get_group_level(dstsd) == 99){ + clif_wis_end(fd, 1); // 1: target character is not logged in + return; + } // if player is autotrading if( dstsd->state.autotrade == 1 ) { char output[256]; Quote
Rayan Posted February 14, 2013 Author Posted February 14, 2013 thnx a lot!! clydelion Let me try it its working thnx again Quote
Question
Rayan
I m requestng a src mod so that if a GM lvl 99 is online and a player PMs him/her or do @request ....
It must show player not found or NO GM ONLinE for @request and PMs
This can be to whole 99 group or to a particular account..
Pleaes guys help me out!!!
2 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.