Jump to content
  • 0

Player NOT FOUND!


Question

Posted

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

Posted


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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...