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?
September 07, 2008, 10:40:47 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 738 times)
0 Members and 1 Guest are viewing this topic.
Alreadythere
BeBot Maintainer
Administrator
Grandmaster
********
Offline Offline

Posts: 1023


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: 1023


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: 702



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
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: 28


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: 1023


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: 702



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
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: 44


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: 1023


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: 44


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: 1023


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
Help with online info in ...
by Barlyman
[Today at 07:56:24 PM]

BeBot v0.5.3 released (de...
by Temar
[Today at 07:51:18 PM]

Security
by Alreadythere
[September 06, 2008, 10:02:42 AM]

Probs with relay from gue...
by Temar
[September 06, 2008, 09:03:06 AM]

Raid spam in guild chat
by Temar
[September 06, 2008, 09:01:18 AM]

Org Relaying
by Nytridr
[September 06, 2008, 01:34:35 AM]

Link 2 Guilds via 2 Bots?
by Temar
[September 05, 2008, 04:22:40 PM]

SVN download
by clashbot
[September 05, 2008, 05:12:59 AM]

TWC
by Temar
[September 05, 2008, 12:27:23 AM]

How to find the guild ID?...
by Irinir
[September 03, 2008, 02:58:54 PM]
Stats
Members
Total Members: 965
Latest: morisey
Stats
Total Posts: 10414
Total Topics: 1413
Online Today: 18
Online Ever: 168
(July 01, 2007, 09:30:02 PM)
Users Online
Users: 5
Guests: 22
Total: 27
egrath
paranoiak
Zeephonz
Barlyman
Temar

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