Jump to content
  • 0

Player NOT FOUND!


Rayan

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  188
  • Reputation:   16
  • Joined:  06/12/12
  • Last Seen:  

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!!!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  


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];

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  188
  • Reputation:   16
  • Joined:  06/12/12
  • Last Seen:  

thnx a lot!!

clydelion

 

Let me try it



its working thnx again :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...