collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: Instance Bound Tracker b2.x.x  (Read 121784 times)

0 Members and 1 Guest are viewing this topic.

Offline Runemy

  • BeBot Apprentice
  • ***
  • Posts: 97
  • Karma: +0/-0
    • Exalted [Age of Conan guild - Aquilonia EU]
Re: Instance Bound Tracker
« Reply #15 on: November 09, 2009, 12:01:40 pm »
Haha, and the next obvious request is !bound instance InstanceID (Or Instance name) to get a list over all bound chars in the org for the specific instance.

But thanks again Getrix for another useful addition to the bot.
« Last Edit: November 09, 2009, 12:06:01 pm by Runemy »
Wood of Exalted
Age of Conan
Aquilonia - EU

Offline viggen

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Re: Instance Bound Tracker
« Reply #16 on: November 09, 2009, 09:48:23 pm »
Haha, and the next obvious request is !bound instance InstanceID (Or Instance name) to get a list over all bound chars in the org for the specific instance.

But thanks again Getrix for another useful addition to the bot.

A List of all of your alt character's and what they are bound too.
!bound alts


Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: Instance Bound Tracker
« Reply #17 on: November 09, 2009, 10:39:43 pm »
Haha, and the next obvious request is !bound instance InstanceID (Or Instance name) to get a list over all bound chars in the org for the specific instance.

"!bound list <id/shortname>" is aviable in b1.0.3
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline Kyr

  • BeBot Apprentice
  • ***
  • Posts: 177
  • Karma: +0/-0
Not 100% reset?
« Reply #18 on: November 11, 2009, 04:33:47 am »
Did the reset happen for everyone this week?  Some toons with bound instances did not reset on my bot.

Anyone else experiencing this or am I smokin' crack again?

~Kyr

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: Instance Bound Tracker
« Reply #19 on: November 11, 2009, 07:07:57 am »
There isnt a "reset" on bounded chars. It just checks whatever the char has been bounded the current week. To determ the current week it use date('N') (Minus 1week when its a monday).
This looked bulletproof when i made it, but ofc there can be some glitches. Nice if you could provide me with some info from your tables. Is the bound_week set to a correct number? And when typing "!bound" do you get current week number?

And check if your server clock/date is correct.
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline Kyr

  • BeBot Apprentice
  • ***
  • Posts: 177
  • Karma: +0/-0
Re: Instance Bound Tracker
« Reply #20 on: November 11, 2009, 10:24:50 am »
I will pay closer attention for next weeks reset.  Most people seem to have the correct bound settings.  Its possible the one toons locks were added after the reset. 

Thanks for making this awesome module!

~Kyr

Offline Sanrye

  • BeBot Rookie
  • *
  • Posts: 5
  • Karma: +0/-0
Re: Instance Bound Tracker
« Reply #21 on: November 12, 2009, 03:06:52 am »
Could it have something to do with the reset being at a time other than midnight? If someone's clock is on local time, it may not sync well with when the servers actually roll over to the next raid week.

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: Instance Bound Tracker
« Reply #22 on: November 12, 2009, 07:02:17 am »
Yes. This module is using the local server clock to know when a new week starts. This happens Tuesday 00:00.
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline Sanrye

  • BeBot Rookie
  • *
  • Posts: 5
  • Karma: +0/-0
Re: Instance Bound Tracker
« Reply #23 on: November 15, 2009, 03:32:28 am »
Maybe add a setting that you can set through the settings interface so that it persists across updates that allows you to specify a number of hours to add or subtract for the start of a new week so that we can account for the difference between our local time and the AOC server time?

If not I can manually change my copy to do it.

Offline Poonjab

  • BeBot User
  • **
  • Posts: 59
  • Karma: +0/-0
Re: Instance Bound Tracker
« Reply #24 on: November 21, 2009, 03:37:45 am »
I noticed the following error message in the console window when people are using the bound module.

Code: [Select]
Darknessbot [2009-11-21 02:31:07]       [TELL]  [INC]   Shartgasm: !bound add 4

Warning: Missing argument 2 for Bound::bound(), called in C:\xampp\darkbot\custom\modules\Bound.php on line 116 and defined in C:\xampp\darkbot\custom\modules\Bound.php on line 120

Other than seeing the error message it seems to be working, so I'm not sure what's going on there.

Offline Kyr

  • BeBot Apprentice
  • ***
  • Posts: 177
  • Karma: +0/-0
Re: Instance Bound Tracker
« Reply #25 on: November 21, 2009, 07:15:17 am »
Made some minor change to those funciton calls that should fix that. Also some spelling/grammer changes. 

Let me know if it doesn't fix it.  I never really saw it happen.

~Kyr
« Last Edit: November 22, 2009, 02:35:18 am by Kyr »

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: Instance Bound Tracker
« Reply #26 on: November 21, 2009, 11:28:29 am »
Quote
// b1.0.5 - 2009-11-21 Fixed typos
// b1.0.4 - 2009-11-19 Fixed bug in function bound()

@Poonjab: That was fixed with b1.0.4 - 2009-11-19. Forgot to announce it :S

@Kyr: Thanks for the spelling/grammer changes=)
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline Kyr

  • BeBot Apprentice
  • ***
  • Posts: 177
  • Karma: +0/-0
ServerResetTime added
« Reply #27 on: November 24, 2009, 02:50:30 am »
Added a setting for ServerResetTime. 

This will bring up the interface to set it:
  • !settings bound

It defaults to 5, offers settings for hours 1-12, but you can type in anything you like.

For example if your reset was 14 hours after midnight (GMT) you would send this to your bot: 
  • !settings bound ServerResetTime 14
« Last Edit: November 24, 2009, 06:28:21 am by Kyr »

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: Instance Bound Tracker
« Reply #28 on: November 24, 2009, 07:05:20 am »
Thanks kyr, uploaded to host.

Didnt have time to test, but asume you tested it to work as you wanted;)
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline MysterF

  • BeBot User
  • **
  • Posts: 25
  • Karma: +0/-0
Re: Instance Bound Tracker
« Reply #29 on: December 07, 2009, 01:49:14 pm »
I changed my copy of this cool module to say:

Quote
"You have now labeled yourself as being bound to this instance!"

"You already labeled yourself as being bound to this instance."

I think this line can help people  who aren't that smart, to understand what they do when they use !bound, and yes I had to explain to a guy, that  using !bound is not actually binding u to that instance :))


 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 477
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal