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: Alliance Guild Chat  (Read 9071 times)

0 Members and 1 Guest are viewing this topic.

Offline Margon

  • BeBot Apprentice
  • ***
  • Posts: 80
  • Karma: +0/-0
Alliance Guild Chat
« on: November 28, 2009, 06:32:28 pm »
removed
« Last Edit: February 10, 2011, 11:14:19 pm by Margon »

Offline Drizzurdeen

  • BeBot Apprentice
  • ***
  • Posts: 193
  • Karma: +0/-0
    • Obsidian-Cult
Re: Alliance Guild Chat
« Reply #1 on: November 29, 2009, 01:05:04 am »
hi margon sounds nice the module ... i will try it tomorrow ...

Offline Drizzurdeen

  • BeBot Apprentice
  • ***
  • Posts: 193
  • Karma: +0/-0
    • Obsidian-Cult
Re: Alliance Guild Chat
« Reply #2 on: November 29, 2009, 01:04:55 pm »
ok works fine ... but it would be nice when u could change the mod so taht every guild is able to add guild in the module by ex. !ally add [guildbot] and remove with !ally rem [guildbot]

so long Drizz

Offline Margon

  • BeBot Apprentice
  • ***
  • Posts: 80
  • Karma: +0/-0
Re: Alliance Guild Chat
« Reply #3 on: November 29, 2009, 06:10:11 pm »
new version released
Quote
v. 1.1
- no need to edit the allychat.php
- possible to add and remove allied guildbots ingame
- change your guildname ingame

Offline Drizzurdeen

  • BeBot Apprentice
  • ***
  • Posts: 193
  • Karma: +0/-0
    • Obsidian-Cult
Re: Alliance Guild Chat
« Reply #4 on: November 29, 2009, 08:59:17 pm »
perfect ;) ...

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: Alliance Guild Chat
« Reply #5 on: November 30, 2009, 03:02:02 pm »
Just some observations

Code: [Select]
      if (!empty($result2))
      {
      foreach ($result2 as $val2)
         {
         $this->bot->send_tell($val2[0], $allymsg, 0, false);
         sleep(1); // spamprotection
         }
      }

Why not use the built in chat queue and spam protection instead of "hanging" the entire bot for one second at a time?

Code: [Select]
      if (!empty($result2))
      {
      foreach ($result2 as $val2)
         {
         $this->bot->send_tell($val2[0], $allymsg, 1, false);
         }
      }

Also, i as always highly urge against using tells for relays on any relays which get any serious amount of traffic. Funcom have stated in the past that they will not hesitate to ban bots abusing /tells and they have done so in the past as well.
BeBot Founder and Fixer Kingpin

Offline WeZoN

  • Global Moderator
  • *****
  • Posts: 92
  • Karma: +0/-0
Re: Alliance Guild Chat
« Reply #6 on: December 04, 2009, 02:02:20 pm »
Me and my alliance have been using something like this for a couple of months now..

It's stable and we haven't had any trouble with it or funcom.


Answer on the delay question: If you rely on the spam protection you may end up not receiving the message that was sent. And i would guess Funcom is monitoring the spam. So if you do not "hit" the spam protection you stay unnoticed.


If you'd like i can post the code we use

Offline Margon

  • BeBot Apprentice
  • ***
  • Posts: 80
  • Karma: +0/-0
Re: Alliance Guild Chat
« Reply #7 on: December 08, 2009, 03:01:18 pm »
Why not use the built in chat queue and spam protection instead of "hanging" the entire bot for one second at a time?

fixed and

Quote
v. 1.2
- fixed some description errors
- added an overview of your alliance-settings

Offline goldorius

  • BeBot Rookie
  • *
  • Posts: 3
  • Karma: +0/-0
    • www.arkenstone-guilde.com
Re: Alliance Guild Chat
« Reply #8 on: January 12, 2010, 02:58:54 pm »
Really excellent work!

We use it and everyone is delighted to finally possess a alliance channel.

An interesting feature is, can we have a list of all connected to an alliance? thank you for your responses and sorry for my bad english...  :)

Offline Margon

  • BeBot Apprentice
  • ***
  • Posts: 80
  • Karma: +0/-0
Re: Alliance Guild Chat
« Reply #9 on: January 12, 2010, 03:05:29 pm »
with !alliance you will get a list of the added bots.

what kind of list do you mean?

Offline goldorius

  • BeBot Rookie
  • *
  • Posts: 3
  • Karma: +0/-0
    • www.arkenstone-guilde.com
Re: Alliance Guild Chat
« Reply #10 on: January 12, 2010, 04:08:03 pm »
a list of online gamers throughout the alliance. But I imagine that it's more complicated  :D

Offline WeZoN

  • Global Moderator
  • *****
  • Posts: 92
  • Karma: +0/-0
Re: Alliance Guild Chat
« Reply #11 on: January 13, 2010, 12:01:56 am »
Our alliance chat module might be released to the public,, but i'm awaiting permission from the one who made it :P


You can send message to all bots in the alliance or specify the bot you want the message sent too

It has online list..

example:

!alliance online botname

it will return a list of all online players on the bot you specify.


This alliance chat works with multiple bots. We are currently 4 guilds with each our bot running this module.




The module is made by Borgan of BotGC @ EU-Aquilonia

Stay tuned..

Offline goldorius

  • BeBot Rookie
  • *
  • Posts: 3
  • Karma: +0/-0
    • www.arkenstone-guilde.com
Re: Alliance Guild Chat
« Reply #12 on: January 13, 2010, 04:06:18 am »
This is good news! I look forward to this module;)

Offline WeZoN

  • Global Moderator
  • *****
  • Posts: 92
  • Karma: +0/-0
Re: Alliance Guild Chat
« Reply #13 on: January 13, 2010, 11:20:33 am »
Borgan has said that he happily will release it to the public. But he wants to improve it even more before that :P

good news:
it will be even better when it's released

Bad news:
might take some time
« Last Edit: January 13, 2010, 11:22:51 am by WeZoN »

Offline Yite

  • BeBot Apprentice
  • ***
  • Posts: 152
  • Karma: +0/-0
    • Niflheim - Crom
Re: Alliance Guild Chat
« Reply #14 on: January 29, 2010, 12:49:28 pm »
Would be very interested in this, any update on a public release yet?
-Yite [Crom]

 

* 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: 334
  • 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