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: Org. Msg. channel  (Read 3068 times)

0 Members and 1 Guest are viewing this topic.

Offline Wolfbiter

  • Contributor
  • *******
  • Posts: 149
  • Karma: +0/-0
    • KAZE
Org. Msg. channel
« on: December 08, 2005, 01:08:41 pm »
As far as I can tell, bebot doesn't see this channel.
Anyone managed to fix it?
Too many toons.

Offline Zacix

  • Contributor
  • *******
  • Posts: 73
  • Karma: +0/-0
Org. Msg. channel
« Reply #1 on: December 08, 2005, 02:47:00 pm »
Not that I've checked it, but I would assume that "Org. Msg" channel is a group channel. If you want to monitor anything on this channel, your code should use gmsg function to do so.

Code: [Select]
$newmodule =& new NewModule($bot);
$commands["gmsg"]["Org. Msg"][] = &$newmodule;


Any code in gmsg in NewModule should receive Org. Msg messages.
Zacix
Current projects:
RINGBot, BeBot branch
Neutnet, RK2 Neutral massmessage network

Offline Shelnaria

  • BeBot Rookie
  • *
  • Posts: 17
  • Karma: +0/-0
Org. Msg. channel
« Reply #2 on: December 08, 2005, 03:00:12 pm »
Please be sure to log in with the toon account that the bot uses and selece the  channel in chat config. It worked fine for me after doing so.

Offline Wolfbiter

  • Contributor
  • *******
  • Posts: 149
  • Karma: +0/-0
    • KAZE
Org. Msg. channel
« Reply #3 on: December 08, 2005, 03:19:15 pm »
Zacix: The problem is that the bot doesn't see it at all, not that I can't get a script to process the information.

Shelnaria: I tried that, but still doesn't work. I logged in and selected it for the "default window". Not sure if it's something I'm missing...?
Too many toons.

Offline Zacix

  • Contributor
  • *******
  • Posts: 73
  • Karma: +0/-0
Org. Msg. channel
« Reply #4 on: December 08, 2005, 03:33:56 pm »
The org msg messages are in the new format, make sure that the packets are decoded in the proper way.

Edit: Also....might be that bot character have to have some special rank to see org messages.

And as I said, never really tested this...just giving you some clues on what it can be ^^
Zacix
Current projects:
RINGBot, BeBot branch
Neutnet, RK2 Neutral massmessage network

Offline Shelnaria

  • BeBot Rookie
  • *
  • Posts: 17
  • Karma: +0/-0
Org. Msg. channel
« Reply #5 on: December 08, 2005, 04:35:57 pm »
I made sure my bots tooon was at Squad Commander rank or its equal. I havent had the issues since then.

Offline Wolfbiter

  • Contributor
  • *******
  • Posts: 149
  • Karma: +0/-0
    • KAZE
Org. Msg. channel
« Reply #6 on: December 08, 2005, 04:55:17 pm »
It has the rank of veteran, should be able to see things.
I have patched for the new format, so that shouldn't be an issue.
Too many toons.

Offline Blondengy

  • BeBot Creator and Founder
  • BeBot Hero
  • ******
  • Posts: 51
  • Karma: +0/-0
Org. Msg. channel
« Reply #7 on: December 08, 2005, 05:43:56 pm »
Log on and make sure that the toon can acutally see org messages.
If you have an org tax, created a new character, gave him no creds, invited him into guild and then logged out he'll not recieve the guild channel cause he has tax debts... :P

Offline Zarkingu

  • Contributor
  • *******
  • Posts: 34
  • Karma: +0/-0
Org. Msg. channel
« Reply #8 on: December 08, 2005, 06:17:22 pm »
This is not the guild channel though, its a new channel FC made not long ago called Org. Msg.

Every rank has this channel since this is where org tower attack messages, people who join org and people who leave org messages appear.
Zarkingu 210 MP RK2

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Org. Msg. channel
« Reply #9 on: December 09, 2005, 01:49:36 am »
Im not able to check right now. But i do belive the channel name is: [Org. Msg.]

I know the bot can see it as i used it as the testcase when initially getting the new 16.1 parsing working with Bebot (easiest way to generate messages at will, org invite and org kick :) )
BeBot Founder and Fixer Kingpin

Offline Wolfbiter

  • Contributor
  • *******
  • Posts: 149
  • Karma: +0/-0
    • KAZE
Org. Msg. channel
« Reply #10 on: December 09, 2005, 04:50:48 am »
Nothing at all shows up in console when org. msg. happend, and I'm clueless to as why.
The testsubject I used could see the kick msg when I kicked him, as an applicant, so the bot shouldn't have any such issues.
Too many toons.

Offline Blondengy

  • BeBot Creator and Founder
  • BeBot Hero
  • ******
  • Posts: 51
  • Karma: +0/-0
Org. Msg. channel
« Reply #11 on: December 09, 2005, 12:50:43 pm »
Quote from: "Wolfbiter"
As far as I can tell, bebot doesn't see this channel.

The console only shows channels which are beeing monitored by a plugin. Channels which no plugin wants any info on are ignored - otherwise you'd get all the OOC and Shopping channel spam in the console too. ;)
You have to know the name of the channel and have a plugin monitor that - once that's done it'll show up in your console too. Did you do that or where you just looking for that channel in the console so far?

Offline Wolfbiter

  • Contributor
  • *******
  • Posts: 149
  • Karma: +0/-0
    • KAZE
Org. Msg. channel
« Reply #12 on: December 09, 2005, 06:27:18 pm »
I must have been high or drunk when writing my org. msg. script.
It was '$commands["gmsg"]["group"]["Org. Msg."]'... Thanks all.
Too many toons.

 

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