Lord Ganja Posted October 28, 2013 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Share Posted October 28, 2013 (edited) Everytime a GM/ADMIN pm's someone, the message is broadcasted to the character that he/she pmned.. How can I remove this? Thank you! Edited October 30, 2013 by Lord Ganja Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted October 30, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted October 30, 2013 (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 October 30, 2013 by QQfoolsorellina Quote Link to comment Share on other sites More sharing options...
Lord Ganja Posted October 29, 2013 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Author Share Posted October 29, 2013 ** BUMP!! Quote Link to comment Share on other sites More sharing options...
LuLu Posted October 29, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted October 29, 2013 (edited) what do you mean annouce/broadcast? maybe that's a script? Edited October 29, 2013 by LuLu Quote Link to comment Share on other sites More sharing options...
karazu Posted October 29, 2013 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 374 Reputation: 5 Joined: 03/09/12 Last Seen: June 19, 2018 Share Posted October 29, 2013 (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 October 29, 2013 by karazu Quote Link to comment Share on other sites More sharing options...
Whathell Posted October 29, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 116 Reputation: 4 Joined: 01/11/12 Last Seen: April 16, 2023 Share Posted October 29, 2013 Yep, but only the receiver sees the 'broadcast form' pm so I dont see any problem with that. And I believe it only applies to GM lvl 99 or so? Quote Link to comment Share on other sites More sharing options...
Lord Ganja Posted October 30, 2013 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Author Share Posted October 30, 2013 Yeah.. Only the receiver can see the broadcast thing.. But is it possible to remove it? How? Anyway, thanks for your replies. Quote Link to comment Share on other sites More sharing options...
Lord Ganja Posted October 30, 2013 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Author Share Posted October 30, 2013 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! Quote Link to comment Share on other sites More sharing options...
Question
Lord Ganja
Everytime a GM/ADMIN pm's someone, the message is broadcasted to the character that he/she pmned..
How can I remove this?
Thank you!
Edited by Lord GanjaLink to comment
Share on other sites
7 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.