Lord Ganja Posted October 28, 2013 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
QQfoolsorellina Posted October 30, 2013 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
LuLu Posted October 29, 2013 Posted October 29, 2013 (edited) what do you mean annouce/broadcast? maybe that's a script? Edited October 29, 2013 by LuLu Quote
karazu Posted October 29, 2013 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
Whathell Posted October 29, 2013 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
Lord Ganja Posted October 30, 2013 Author 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
Lord Ganja Posted October 30, 2013 Author 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
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 Ganja7 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.