Jump to content
  • 0

How to remove the broadcast thing when GM pm's someone


Question

7 answers to this question

Recommended Posts

Posted (edited)

clif.c  search this line

 

WFIFOL(fd,28) = (pc_get_group_level(ssd) == 99) ? 1 : 0; // isAdmin; if nonzero, also displays text above char

 

change to

 

WFIFOL(fd,28) = (pc_get_group_level(ssd) == 99) ? 0 : 0; // isAdmin; if nonzero, also displays text above char

 

 

don't forget to recompile

Edited by QQfoolsorellina
Posted (edited)

if the GM will PM you the broadcast thingy will be showed but its not really a broadcast. I think its the new feature so that u can get easily attracted by the PM?


EDIT:
and I think only the person who receive the PM can see the message being in broadcast form.


same in hercules too.

Edited by karazu
Posted

clif.c  search this line

 

WFIFOL(fd,28) = (pc_get_group_level(ssd) == 99) ? 1 : 0; // isAdmin; if nonzero, also displays text above char

 

change to

 

WFIFOL(fd,28) = (pc_get_group_level(ssd) == 99) ? 0 : 0; // isAdmin; if nonzero, also displays text above char

 

 

don't forget to recompile

 

That worked!! Thanks!

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