Most of the plugins here are made by B3 users and the authors may not visit frequently. If you need support for plugins or if questions remain unanswered, you will have to contact the author directly. Read the full Support Disclaimer here
NOTE: Do not attach plugins to your forumtopics! Attachements are periodically removed by maintenance tasks. Upload your plugins to our Downloads section instead!

You are here: Big Brother Bot ForumAdd-OnsPlugins DiscussionPlugin Releases! (Moderator: MordyT)follow users plugin
Pages: 1 2 [3]   Go Down
  Print  
Author Topic: follow users plugin  (Read 6950 times) Bookmark and Share
Beta Testers
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 244
Offline Offline
« Reply #30 on: May 04, 2011, 07:04:50 AM »

Hello!

I've been reviewing logs from B3 and i noticed that fragment http://www.pastie.org/private/sfmcsqtjtpwuroqiy2qmw . The follow plugin seems to work without any problems in game, but I'm worried about this line:
Code:
AttributeError: FollowPlugin instance has no attribute 'client'

Can I fix it somehow? Or it's normal behavior of the plugin? This error occures several times in my log file. I'm using plugin in version 1.1.4.

Thanks in advance:)
Logged


Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #31 on: May 04, 2011, 07:43:23 AM »

Hi, could you post a full b3.log showing B3 starting and that line please ?
Logged

Beta Testers
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 244
Offline Offline
« Reply #32 on: May 04, 2011, 08:20:48 AM »

Sure: http://pastebin.com/h0bZD0Bs

I hope that's what you want, because its over 2000 lines of log. The error occures at line 2155.
Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #33 on: May 04, 2011, 08:50:19 AM »

Here is a quick fix for you to try :

in follow.py, search for :
Code: python
self.console.queueEvent(self.console.getEvent('EVT_FOLLOW_CONNECTED', (client.var(self, 'follow_data').value,), self.client))
replace with :
Code: python
self.console.queueEvent(self.console.getEvent('EVT_FOLLOW_CONNECTED', (client.var(self, 'follow_data').value,), client))
« Last Edit: May 04, 2011, 08:52:19 AM by Courgette » Logged

Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: alterIW
Posts: 652
Offline Offline
WWW
« Reply #34 on: June 08, 2011, 03:40:17 PM »

Nice plugin. I just found this. Works great on B3 1.5.0 (I haven't had time or desire to upgrade to 1.6.1).

One thing I noticed, when you use the !ckf command, it lists who is online that is being followed, and also seems to be able to give a reason for the follow, but when I tried adding a reason (!ff name reason), it didn't display with the !ckf command.
Logged
XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #35 on: July 08, 2011, 01:25:58 AM »

@sgt: do you have a github repo for this plugin?
Logged

B3 Contrib/Support
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 67
Offline Offline
« Reply #36 on: July 12, 2011, 04:59:49 AM »

Updated the plugin to the last version and added some fixes by Freelander.

Thank you.
Logged
Newbie
*
OS: --No B3 installed--
Type: Renting Server with B3
Gameservers: UrT
Posts: 3
Offline Offline
« Reply #37 on: September 17, 2011, 08:25:47 PM »

I installed the plugin on my server and when i try to use the commands it says unrecognized command
Logged
Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #38 on: September 18, 2011, 03:21:08 PM »

try !help and see if you see follow in the list.

Otherwise post a b3.log
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
Newbie
*
OS: Linux
Type: Renting Server with B3
Gameservers: COD5, BF3
Posts: 5
Offline Offline
« Reply #39 on: February 21, 2012, 01:49:03 PM »

Hello,

Being new to B3 and plugins I prepared to ask a very noobish question... Embarrassed

Running B3 1.7.1 on a rented Windows system, for a CoD5 game.

How to install the "Follow" plugin.  I can see where the follow.py and follow.xml are placed in their respective folders within extplugins & /conf.  And I have tried placing addreason.sql and following.sql in both the sql folder, as well as the servers root... neither accomplished anything.

Being new I realize I'm missing some simple but critical steps, and have been unable to locate a how too regarding some of these plugins.

Any assistance would be greatly appreciated.

Oaker
Logged
B3 Contrib/Support
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 67
Offline Offline
« Reply #40 on: February 21, 2012, 01:53:25 PM »

Hello,

Being new to B3 and plugins I prepared to ask a very noobish question... Embarrassed

Running B3 1.7.1 on a rented Windows system, for a CoD5 game.

How to install the "Follow" plugin.  I can see where the follow.py and follow.xml are placed in their respective folders within extplugins & /conf.  And I have tried placing addreason.sql and following.sql in both the sql folder, as well as the servers root... neither accomplished anything.

Being new I realize I'm missing some simple but critical steps, and have been unable to locate a how too regarding some of these plugins.

Any assistance would be greatly appreciated.

Oaker

First you need to know how to install plugins http://wiki.bigbrotherbot.net/support:plugins Smiley

Regarding the sql files, those scripts need to be executed in your b3 database (using phpmyadmin for example)

Once all done, restart your b3 bot.
Logged
Tags: follow 
Pages: 1 2 [3]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal