AOWiki :: AODevs Forums :: Arcanum :: AO Official Forums :: AOC US/EU Official Forums
Welcome, Guest. Please login or register.
Did you miss your activation email?
+  AOdevs.com
|-+  AO 3rd Party Dev.» General Discussion» Org. Msg.
Username:
Password:
 
Pages: [1]
  Print  
Author Topic: Org. Msg.  (Read 1549 times)
crazyc94
Guest
« on: August 28, 2007, 00:13:17 »

Well, it seems my current bot stopped getting anything from the Org. Msg. channel.  It used to, but I've only changed a couple of things: 
1) Changed some modules not related to that channel at all.
2) Upgraded to the newest AOChat.php (from BeBot .4, it gets all other channels fine)

I've tried logging ingame to the bot, and leaving/rejoining the org, and that doesn't help either.  Bot is currently a Squad Commander so it can see All Towers.  Anyone have any suggestions?
Logged
Mekon
Rollerrat
*
Offline Offline

Posts: 1


View Profile
« Reply #1 on: August 28, 2007, 00:17:34 »

find where it says "org. msg." and change it to "org msg" worked for me
Logged
Onni
Rollerrat
*
Offline Offline

Posts: 2


View Profile
« Reply #2 on: September 13, 2007, 14:06:15 »

Yes Mekon,

-- Edited .. see below


For Bebot u need to edit "Core\Roster.php"

Code:
Find:
$commands['gmsg']['Org. Msg.'][] = &$roster_core;
Change to:
$commands['gmsg']['Org Msg'][] = &$roster_core;

For Budabot u need to edit "Core\chatbot.php"

Code:
Find:
} elseif($channel == "Org. Msg."){
Change to:
} elseif($channel == "Org Msg"){
« Last Edit: September 13, 2007, 14:23:54 by Onni » Logged
crazyc94
Guest
« Reply #3 on: September 17, 2007, 10:55:48 »

find where it says "org. msg." and change it to "org msg" worked for me

Noticed this a few days ago while I was working on the bot, seems the name of the channel changed (or I messed up w/ the dots somehow Shocked).
Logged
Alreadythere
Rollerrat
*
Offline Offline

Posts: 26


View Profile
« Reply #4 on: September 17, 2007, 11:57:28 »

FC changed it with 17.5 from "Org. Msg." to "Org Msg"
Logged
sailorjupiter4ever
Rollerrat
*
Offline Offline

Posts: 2


View Profile
« Reply #5 on: July 20, 2008, 05:35:09 »

How do I get into my org's roster?



Yes Mekon,

-- Edited .. see below


For Bebot u need to edit "Core\Roster.php"

Code:
Find:
$commands['gmsg']['Org. Msg.'][] = &$roster_core;
Change to:
$commands['gmsg']['Org Msg'][] = &$roster_core;

For Budabot u need to edit "Core\chatbot.php"

Code:
Find:
} elseif($channel == "Org. Msg."){
Change to:
} elseif($channel == "Org Msg"){
Logged
Pages: [1]
  Print  

 
Jump to:  

Page created in 0.246 seconds with 17 queries.