mcsteve Posted February 11, 2007 Share Posted February 11, 2007 Mani asked me if I could write a script that would log certain details when players connected to his server. It worked out well, and I use it myself now. It is particularly handy if you submit SS to PBBans, you can get all the information you need from the one file rather than have to go through the pb logs and so I thought I'd share it. Find it here. A file will be created and for each player the following will be logged: Date/time : ETProguid : name : pbguid : IP Note: This is only for ETPro servers. If you dont know how to install lua scripts, please have a read of Bani forums and the wolfwiki first. If you still have problems, catch me in #pbbans. Quote Link to comment Share on other sites More sharing options...
kamaleon Posted February 11, 2007 Share Posted February 11, 2007 Thanks, :) Quote Link to comment Share on other sites More sharing options...
fozzer Posted February 11, 2007 Share Posted February 11, 2007 Mani asked me if I could write a script that would log certain details when players connected to his server. It worked out well, and I use it myself now. It is particularly handy if you submit SS to PBBans, you can get all the information you need from the one file rather than have to go through the pb logs and so I thought I'd share it. Find it here. A file will be created and for each player the following will be logged: Date/time : ETProguid : name : pbguid : IP Note: This is only for ETPro servers. If you dont know how to install lua scripts, please have a read of Bani forums and the wolfwiki first. If you still have problems, catch me in #pbbans. If you submit a pbss via your team account finding log details is not a prob for us anymore .. we have to do the ultra hard work of clicking a button :) Quote Link to comment Share on other sites More sharing options...
Raistlin Posted February 11, 2007 Share Posted February 11, 2007 Heh heh very nice though one question how do you change where the hp is announced? I see on your server its in the left hand side where the kill is announced rather than middle of the screen in banner area Quote Link to comment Share on other sites More sharing options...
mcsteve Posted February 11, 2007 Author Share Posted February 11, 2007 Heh heh very nice though one question how do you change where the hp is announced? I see on your server its in the left hand side where the kill is announced rather than middle of the screen in banner area et.trap_SendServerCommand(victimnum, string.format("cpm \"" .. killername .. "^7 had^o " .. killerhp .. " ^7HP left\n")) That's the line I use in my hpannounce script. The message is sent as "cpm", which appears to the client only on the left hand side of the screen. "cp" will print it in the middle, which I think is how the original script posted on bani forums did it. Quote Link to comment Share on other sites More sharing options...
kamaleon Posted February 11, 2007 Share Posted February 11, 2007 McSteve, Can I ask you a question about a LUA that I am writing??? See this post: http://bani.anime.net/banimod/forums/viewtopic.php?t=6723 Thanks, bye bye, :) Quote Link to comment Share on other sites More sharing options...
Manipulated Posted February 11, 2007 Share Posted February 11, 2007 BIG huge bump for stevey and the script absolutely brilliant for finding peoples info...especially if they have been caught cheating and you need the info to do some detective work to submit to CB/TWL :P Quote Link to comment Share on other sites More sharing options...
jarod Posted February 18, 2007 Share Posted February 18, 2007 (edited) thank you for this nice script. i will use it in combination with our server control panel so my co-admins can lookup users/guids etc :] Edited February 18, 2007 by jarod Quote Link to comment Share on other sites More sharing options...
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.