help with brenbot plz [message #407941] |
Wed, 21 October 2009 19:19 |
|
Distrbd21
Messages: 743 Registered: September 2008
Karma: 0
|
Colonel |
|
|
I'm trying to figure out how to install ssgm with Brenbot but i'm getting now where does anyone know how to do it?
I also have this problem.
RANK PLUGIN :: FTP :: Login Successful
RANK PLUGIN :: FTP :: Path '/dabomb.dsgaming.us/rank' does not exist!
RANK PLUGIN :: FTP :: Disconnected
FDS STATUS PLUGIN :: FTP :: Login Successful
FDS STATUS PLUGIN :: FTP :: Path '/dabomb.dsgaming.us/rank' does not exist!
FDS STATUS PLUGIN :: FTP :: Disconnected
i have it set up right here is the files.
This one is the Rank system and i have it all put in there right i think.
<?xml version="1.0" ?>
<plugin name="rank">
<command name="rank">
<permission level="1"/>
<syntax value="!rank"/>
<help value="Player rankings"/>
<enabled value="1"/>
<group>ingame</group>
<group>irc</group>
<renguard required="1"/>
</command>
<command name="top">
<permission level="2"/>
<syntax value="!top [<number>]"/>
<help value="Shows top x players. <number> can be between 1 and 10, defaults to 3."/>
<enabled value="1"/>
<group>irc</group>
</command>
<command name="rankstats">
<permission level="1"/>
<syntax value="!rankstats <playername>"/>
<help value="Shows detailed statistics for the specified player."/>
<enabled value="1"/>
<group>ingame</group>
<group>irc</group>
<renguard required="1"/>
</command>
<command name="update">
<permission level="3"/>
<syntax value="!update"/>
<help value="Forces an update of the statistics website"/>
<enabled value="1"/>
<group>irc</group>
</command>
<command name="rankignore">
<permission level="3"/>
<syntax value="!rankIgnore <playername>"/>
<help value="Ignores the specified player when calculating ranks."/>
<enabled value="1"/>
<group>irc</group>
<group>ingame</group>
<renguard required="0"/>
</command>
<command name="rankallow">
<permission level="3"/>
<syntax value="!rankAllow <playername>"/>
<help value="Stops the specified player being ignored calculating ranks."/>
<enabled value="1"/>
<group>irc</group>
<group>ingame</group>
<renguard required="0"/>
</command>
<command name="rankmerge">
<permission level="1"/>
<syntax value="!rankMerge <playername>"/>
<help value="Merges your rank data with that of another account"/>
<enabled value="1"/>
<group>ingame</group>
<renguard required="0"/>
</command>
<command name="delrank">
<permission level="4"/>
<syntax value="delRank <playername>"/>
<help value="Deletes all rank data for the specified player."/>
<enabled value="1"/>
<group>irc</group>
</command>
<events>
<event>mapload</event>
<event>command</event>
<event>playerjoin</event>
<event>gameresult</event>
</events>
<config>
<!-- Shows a players rank when they join the server.
Set to 1 to enable, 0 to disable -->
<cvar name="showRankOnJoin" value="1"/>
<!-- Delay before sending, in seconds. -->
<cvar name="showRankOnJoinDelay" value="10"/>
<!-- Play siren when players above this rank join
Set to 0 to disable -->
<cvar name="sirenMinRank" value="3"/>
<!--Minimum score players must have before they are
ranked. Players with less than this will be ignored. -->
<cvar name="rankingMinScore" value="50"/>
<!-- Path to where you want your ranks.txt file to be output.
This path will NOT be checked by the plugin, so make sure its correct. -->
<cvar name="sitePath" value="./"/>
<!-- FTP SETTINGS -->
<cvar name="enableFTP" value="1"/>
<!-- FTP Server -->
<cvar name="ftpServer" value="ftp42.bravehost.com"/>
<!-- Username -->
<cvar name="ftpUsername" value="Distrbd21-3109448889"/>
<!-- Password -->
<cvar name="ftpPassword" value="********"/>
<!-- Path to place uploaded files
Must start with /, but does not need a / on the end -->
<cvar name="ftpPath" value="/dabomb.dsgaming.us/rank"/>
<!-- Ranking Mode
1 = AOW, ranked by Score
2 = Snipe, ranked by Kills
3 = Snipe, ranked by K/D
4 = Rank Points - See settings below
-->
<cvar name="rankMode" value="4"/>
<!-- Settings to setup rank scoring (rankMode 4 ONLY) -->
<cvar name="scorePerRankPoint" value="2500"/>
<cvar name="killsPerRankPoint" value="6"/>
<cvar name="deathsPerMinusRankPoint" value="12"/>
<cvar name="buildingKillsPerRankPoint" value="1"/>
<cvar name="buildingRepairPerRankPoint" value="1200"/>
<cvar name="vehicleKillsPerRankPoint" value="3"/>
<cvar name="vehicleRepairPerRankPoint" value="900"/>
</config>
<!-- DO NOT CHANGE THESE! -->
<gamelog_regex_hooks>
<hook event="GL_buildingKill" regex="KILLED;BUILDING;"/>
<hook event="GL_buildingRepair" regex="DAMAGED;BUILDING;\d+;[^;]+;-?\d+;-?\d+;-?\d+;-?\d+;\d+;[^;]+;-?\d+;-?\d+;-?\d+;-?\d+;(-\d+\.\d+);\d+;\d+;\d+"/>
<!-- KILLED;VEHICLE;1500000930;CnC_GDI_Medium_Tank;-132;4;-2;142;1500000189;CnC_GDI_Engineer_0;-116;0;-3;-86;CnC_Weapon_MineRemote_Player_2Max;Medium Tank;Engineer/Remote C4 -->
<hook event="GL_vehicleKill" regex="KILLED;VEHICLE;"/>
<!-- DAMAGED;VEHICLE;1500000930;CnC_GDI_Medium_Tank;-132;4;-2;142;1500000189;CnC_GDI_Engineer_0;-127;4;-3;-92;-2.000000;400;390;0 -->
<hook event="GL_vehicleRepair" regex="DAMAGED;VEHICLE;\d+;[^;]+;-?\d+;-?\d+;-?\d+;-?\d+;\d+;[^;]+;-?\d+;-?\d+;-?\d+;-?\d+;(-\d+\.\d+);\d+;\d+;\d+"/>
</gamelog_regex_hooks>
</plugin>
this one is the fds reporter i belive i have it set right.
<?xml version="1.0" ?>
<plugin name="fds_status_reporter">
<command name="seen">
<!-- No Commands -->
</command>
<events>
<!-- No Events -->
</events>
<config>
<!-- Time in minutes between each update of the FDS status -->
<cvar name="updateInterval" value="15"/>
<!-- FTP Server -->
<cvar name="ftpServer" value="ftp42.bravehost.com"/>
<!-- Username -->
<cvar name="ftpUsername" value="Distrbd21-3109448889"/>
<!-- Password -->
<cvar name="ftpPassword" value="***********"/>
<!-- Path to place uploaded file
Must start with /, but must not have a / on the end -->
<cvar name="ftpPath" value="/dabomb.dsgaming.us/rank"/>
<!-- Name for the uploaded file (useful if you have
multiple servers) -->
<cvar name="filename" value="fdsstatus.txt"/>
</config>
</plugin>
Live Your Life Not Some one Else's.| Sharing Is Caring
Cookie Jar<glome> Who stole the cookie from the cookie jar?!
<content> glome stole the cookie from the cookie jar!
<glome> Who me?!
<content> Yes you!
<glome> Couldn't be!
<content> Then WHO?!!
<glome> Woody stole the cookie from the cookie jar!
*** glome has been kicked by DrWoody (fuck you i didn't touch the motherfucking cookie, bitch
Suicide<TB> I was depressed last night so I called the Suicide Life Line.
<TB> I reached a call center in Pakistan.
<TB> I told them I was suicidal.
<TB> They got all excited and asked if I could drive a truck
[Updated on: Wed, 21 October 2009 20:04] Report message to a moderator
|
|
|
|
Re: help with brenbot plz [message #407973 is a reply to message #407941] |
Thu, 22 October 2009 07:14 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma: 0
|
General (5 Stars) |
|
|
Also you must manually create the folders you want the FTP upload to place the files into, it will not do it automatically.
As for SSGM... BRenBot 1.52's full installer will install SSGM for you. What exactly are you having difficulty with regarding this?
[Updated on: Thu, 22 October 2009 07:14] Report message to a moderator
|
|
|
Re: help with brenbot plz [message #407996 is a reply to message #407941] |
Thu, 22 October 2009 11:04 |
|
Distrbd21
Messages: 743 Registered: September 2008
Karma: 0
|
Colonel |
|
|
i have ssgm installed i used the full installer of brenbot when i load the server nothing happens with ssgm, now will it install a new copy over my alrdy congif copy? is so i will reconfig it.
i think i figured out my ftp problem i will check it out in a bit when i can get on my user account.
Ok i have the plugins working now my other thing is if i can't figure it out how do i get the uploaded files as html and not txt?
Ok so i got ssgm to work it installed a new copy of it over my copy.
How would i shut off Renguard all the way so it don't nag people about not having it?
Live Your Life Not Some one Else's.| Sharing Is Caring
Cookie Jar<glome> Who stole the cookie from the cookie jar?!
<content> glome stole the cookie from the cookie jar!
<glome> Who me?!
<content> Yes you!
<glome> Couldn't be!
<content> Then WHO?!!
<glome> Woody stole the cookie from the cookie jar!
*** glome has been kicked by DrWoody (fuck you i didn't touch the motherfucking cookie, bitch
Suicide<TB> I was depressed last night so I called the Suicide Life Line.
<TB> I reached a call center in Pakistan.
<TB> I told them I was suicidal.
<TB> They got all excited and asked if I could drive a truck
[Updated on: Thu, 22 October 2009 14:31] Report message to a moderator
|
|
|
|
Re: help with brenbot plz [message #408039 is a reply to message #407941] |
Thu, 22 October 2009 19:09 |
|
Distrbd21
Messages: 743 Registered: September 2008
Karma: 0
|
Colonel |
|
|
where is that at?
Live Your Life Not Some one Else's.| Sharing Is Caring
Cookie Jar<glome> Who stole the cookie from the cookie jar?!
<content> glome stole the cookie from the cookie jar!
<glome> Who me?!
<content> Yes you!
<glome> Couldn't be!
<content> Then WHO?!!
<glome> Woody stole the cookie from the cookie jar!
*** glome has been kicked by DrWoody (fuck you i didn't touch the motherfucking cookie, bitch
Suicide<TB> I was depressed last night so I called the Suicide Life Line.
<TB> I reached a call center in Pakistan.
<TB> I told them I was suicidal.
<TB> They got all excited and asked if I could drive a truck
|
|
|
Re: help with brenbot plz [message #408054 is a reply to message #407941] |
Thu, 22 October 2009 23:31 |
|
Goztow
Messages: 9738 Registered: March 2005 Location: Belgium
Karma: 13
|
General (5 Stars) Goztoe |
|
|
In brenbot.cfg, disable the RG warnings and then apply what above poster said to commands.xml.
Also: read the readme.txt...
You can find me in The KOSs2 (TK2) discord while I'm playing. Feel free to come and say hi! TK2 discord
|
|
|
|
Re: help with brenbot plz [message #408096 is a reply to message #407941] |
Fri, 23 October 2009 08:19 |
|
Distrbd21
Messages: 743 Registered: September 2008
Karma: 0
|
Colonel |
|
|
i found a plugin that disables it.
Live Your Life Not Some one Else's.| Sharing Is Caring
Cookie Jar<glome> Who stole the cookie from the cookie jar?!
<content> glome stole the cookie from the cookie jar!
<glome> Who me?!
<content> Yes you!
<glome> Couldn't be!
<content> Then WHO?!!
<glome> Woody stole the cookie from the cookie jar!
*** glome has been kicked by DrWoody (fuck you i didn't touch the motherfucking cookie, bitch
Suicide<TB> I was depressed last night so I called the Suicide Life Line.
<TB> I reached a call center in Pakistan.
<TB> I told them I was suicidal.
<TB> They got all excited and asked if I could drive a truck
|
|
|