L* R*
HOME FORUM DOWNLOADS
Content
  Links
     Browse SVN
     SVN Commit log
     Documentation (Wiki)
  Developers
     Taskmanager
User
Welcome, Guest. Please login or register.
Did you miss your activation email?
December 02, 2008, 04:25:43 PM

Login with username, password and session length
Search



Advanced search
Support GoPHP5.org
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Modules > 0.5.x Custom/Unofficial Modules > Topic: Timer for shadowweb spinner
Pages: [1] 2   Go Down
« previous next »
Print
Author Topic: Timer for shadowweb spinner  (Read 1013 times)
0 Members and 1 Guest are viewing this topic.
Alreadythere
BeBot Maintainer
Administrator
Grandmaster
********
Offline Offline

Posts: 1085


Timer for shadowweb spinner
« on: May 10, 2008, 10:39:38 AM »

This module shows the remaining time of shadowweb spinners (can be used for grid armor too).

The bot keeps track of logons/logoffs and holds and restarts the timer as needed. This way it got a pretty close knowledge about the remaining time on the SWS. Of course, due to lag in the buddy list or internal calculation it may be off a few minutes.

The bot sends a notice in a tell to the fixer at 1h, 30min, 15min, 5min, 1min and 30sec remaining time.

Commands:
!sws set sets a personal timer for the fixer calling it.
!sws shows the remaining time on the current timer.
!sws clear removes the current timer.


Download here and save as .php into a module directory.
Logged
Blueeagle
Omnipotent
BeBot Developer
Expert
********
Offline Offline

Gender: Male
Posts: 313



Re: Timer for shadowweb spinner
« Reply #1 on: May 10, 2008, 10:43:04 AM »

This was a neat module. How come I never thought of it? :p
Logged

The only problem that can't be solved by adding another wrapper is having too many wrappers.
Alreadythere
BeBot Maintainer
Administrator
Grandmaster
********
Offline Offline

Posts: 1085


Re: Timer for shadowweb spinner
« Reply #2 on: May 10, 2008, 10:48:09 AM »

Quote from: Blueeagle on May 10, 2008, 10:43:04 AM
This was a neat module. How come I never thought of it? :p
You don't got a fixer prof threatening you with org kicks if you don't write it? Tongue
Logged
Temar
BeBot Developer
Grandmaster
********
Online Online

Gender: Male
Posts: 877



WWW
Re: Timer for shadowweb spinner
« Reply #3 on: May 10, 2008, 11:27:01 AM »

why didn't i think of it iver i got i pvp fixer twink. And i have died because of ga running out

Thank you alreadythere
Logged

MSN messenger: chris_smith96 at hotmain dot com
Xfire: chriss96
Kieba
Freshman
*
Offline Offline

Posts: 9


Re: Timer for shadowweb spinner
« Reply #4 on: June 20, 2008, 06:19:27 AM »

i love this module  Grin

i wrote also a new one (based on that) for our mp's, so they can also handle their shield time (difference here is that the big shields remain 8h and the small shield remain 2h). i did it complete in german, so that i wont post it here, but perhaps alreadythere can do it (including preferrences for the different shield times).

additionally: perhaps u can consider implement in next big release (0.6.x) a multilanguage support. surely i'll translate all strings to german for u. i know a lot of people of other countries using bebot and would be happy if there's multilinguage support.
Logged
Blueeagle
Omnipotent
BeBot Developer
Expert
********
Offline Offline

Gender: Male
Posts: 313



Re: Timer for shadowweb spinner
« Reply #5 on: June 20, 2008, 11:32:38 AM »

Quote from: Kieba on June 20, 2008, 06:19:27 AM
additionally: perhaps u can consider implement in next big release (0.6.x) a multilanguage support. surely i'll translate all strings to german for u. i know a lot of people of other countries using bebot and would be happy if there's multilinguage support.
This has been discussed in another thread.

(not sure if it's publicly availible tho)
Logged

The only problem that can't be solved by adding another wrapper is having too many wrappers.
Slacklin
Rookie
**
Offline Offline

Posts: 30


Re: Timer for shadowweb spinner
« Reply #6 on: June 20, 2008, 01:34:18 PM »

I tried to use this bot with my existing bebot 4.3 and using the latest 0.5.0 support module and keep getting an error. Do you know if it is compatible with that module currently?
Logged
Alreadythere
BeBot Maintainer
Administrator
Grandmaster
********
Offline Offline

Posts: 1085


Re: Timer for shadowweb spinner
« Reply #7 on: June 22, 2008, 03:13:36 AM »

I don't know if the module can work with 0.4.3 using Temar's 0.5 support class, never tried nor used it. The core modules I use should all be available in 0.4.3 though.

About MP shield times: I'm currently reworking the module to keep track of SB times, adding shield times won't be much trouble afterwards.

About language support: up till now I never had multi-language support on my list. It would involve quiet a lot of recoding though. Personally I don't got the time for it right now.
Logged
Temar
BeBot Developer
Grandmaster
********
Online Online

Gender: Male
Posts: 877



WWW
Re: Timer for shadowweb spinner
« Reply #8 on: June 22, 2008, 09:25:11 PM »

useing this module i have improved the support module and should now work
Logged

MSN messenger: chris_smith96 at hotmain dot com
Xfire: chriss96
Kieba
Freshman
*
Offline Offline

Posts: 9


Re: Timer for shadowweb spinner
« Reply #9 on: June 23, 2008, 03:28:36 AM »

well implement i18n is fairly too much work and surely slow down the bot.

what i'm imagine is to separate the strings of all core things and modules itself. using a setting for lang like "en", "de" etc. and require once in module that file (Trickle.php/Trickle.en/Trickle.de - en/de holding the string in each lang). if *.de not available using default *.en. it should be a solution so that we can still using svn to find differences.

sorry, my english isn't that best, hoping u understand that.

but u r alright, it is much work and u r balance the matter correct if u say other speaking player r the minority.
Logged
Blueeagle
Omnipotent
BeBot Developer
Expert
********
Offline Offline

Gender: Male
Posts: 313



Re: Timer for shadowweb spinner
« Reply #10 on: June 23, 2008, 11:39:35 AM »

For php5 I will not use anything but GNU gettext, however i18n support is planned to be incuded in the core of PHP6, and I for one think it unlikely that i18n will be put into the bot before that time. And that's a looong way off.

As for homegrown i18n solutions I do not care much for them. Especially when GNU gettext is availible for the two major platforms that the bot is running on.
Logged

The only problem that can't be solved by adding another wrapper is having too many wrappers.
Zweiblum
Rookie
**
Offline Offline

Posts: 58


Re: Timer for shadowweb spinner
« Reply #11 on: July 23, 2008, 04:24:16 AM »

hm im getting a "fatal error" on line 6.
it says "Class 'SWSTimer' not found on C:\... on line 6.
anyone else got htis problem?

i think that it might have something todo with the "extends BaseActiveModul"
as the modul Aiboss even doent work but the beastday modul works whos without the extend.

should i have to module somewhere? cant find anything over search function :/
« Last Edit: July 23, 2008, 04:32:44 AM by Zweiblum » Logged
Alreadythere
BeBot Maintainer
Administrator
Grandmaster
********
Offline Offline

Posts: 1085


Re: Timer for shadowweb spinner
« Reply #12 on: July 23, 2008, 05:56:17 AM »

Are you using bebot 0.5.2?
Logged
Zweiblum
Rookie
**
Offline Offline

Posts: 58


Re: Timer for shadowweb spinner
« Reply #13 on: July 23, 2008, 07:12:46 AM »

yes
Logged
Alreadythere
BeBot Maintainer
Administrator
Grandmaster
********
Offline Offline

Posts: 1085


Re: Timer for shadowweb spinner
« Reply #14 on: July 23, 2008, 07:46:45 AM »

Should be in main/ then.
Logged
Pages: [1] 2   Go Up
Print
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Modules > 0.5.x Custom/Unofficial Modules > Topic: Timer for shadowweb spinner
« previous next »
 
Jump to:  

Recent
Log playtime from buddys ...
by IKShadow
[Today at 06:48:12 AM]

[request] Raid timers
by Elesar1
[December 01, 2008, 04:41:09 PM]

Shared DB online list
by Temar
[December 01, 2008, 01:55:47 AM]

relay colors
by Temar
[December 01, 2008, 01:54:56 AM]

BeBot v0.6.0 released
by Alreadythere
[November 30, 2008, 05:32:00 PM]

Change to Bid.php
by Temar
[November 30, 2008, 11:41:44 AM]

OnlineOrg
by Jiheld
[November 29, 2008, 12:44:27 PM]

Silly Newbie Question.
by Temar
[November 29, 2008, 12:00:02 PM]

massive_pvp_time_table 1
by gerborg
[November 29, 2008, 06:55:35 AM]

Bot not see Guild Chat
by Delvar
[November 28, 2008, 08:30:34 AM]
Stats
Members
Total Members: 1244
Latest: Armonkens
Stats
Total Posts: 11145
Total Topics: 1505
Online Today: 25
Online Ever: 168
(July 01, 2007, 09:30:02 PM)
Users Online
Users: 5
Guests: 11
Total: 16
xlDanek
clashbot
gerborg
Temar

Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
TinyPortal v0.9.8 © Bloc | NewDef design by Bloc
Page created in 0.679 seconds with 29 queries. (Pretty URLs adds 0.039s, 4q)
Loading...