vBrenth 39 Posted June 1, 2014 (edited) The @accinfo sourcecode are different from the one i use from IND I want to enable @accinfo for lower-gm levels by not showing the password only GM 99 can see the password by using @accinfo (can't find it.) Edited June 1, 2014 by Godric Quote Share this post Link to post Share on other sites
0 hemagx 69 Posted June 1, 2014 (edited) Try this. diff --git a/src/login/login.c b/src/login/login.cindex 43883c6..6c5b567 100644--- a/src/login/login.c+++ b/src/login/login.c@@ -845,7 +845,7 @@ int parse_fromchar(int fd) WFIFOHEAD(fd,183); WFIFOW(fd,0) = 0x2737; safestrncpy((char*)WFIFOP(fd,2), acc.userid, NAME_LENGTH);- if (u_group >= acc.group_id) {+ if (u_group >= 98) { safestrncpy((char*)WFIFOP(fd,26), acc.pass, 33); } safestrncpy((char*)WFIFOP(fd,59), acc.email, 40); Edited June 2, 2014 by hemagx Quote Share this post Link to post Share on other sites
0 vBrenth 39 Posted June 2, 2014 (edited) Thanks hemagx! ~> IRC: http://upaste.me/r/e910126983da2c784 Edited June 2, 2014 by Godric Quote Share this post Link to post Share on other sites
The @accinfo sourcecode are different from the one i use from IND
I want to enable @accinfo for lower-gm levels by not showing the password only GM 99 can see the password by using @accinfo (can't find it.)
Edited by GodricShare this post
Link to post
Share on other sites