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: Add Guild Members.. and guild stuff + city  (Read 3059 times)

0 Members and 1 Guest are viewing this topic.

Offline jimango

  • BeBot User
  • **
  • Posts: 36
  • Karma: +0/-0
Add Guild Members.. and guild stuff + city
« on: September 10, 2008, 08:29:15 am »
Hi..  again I got the Bebot up and running now :)

but I have a lot of questions still and more will probably come later on..

The first problem I have is: That Im not able to add members correctly i think..

when I type: /tell "botname" !member add "membername" it say that i added the member but it doesn't show up at the memberlist...

Some how i managed to add myself though .. after some struggle..

will it add guildmembers automatic when they log in or do i have to activate something? I have guildbot set as true.

I also dont seem to get the guild city registered and nothing from the guild bank..

jim

 
« Last Edit: September 10, 2008, 08:32:10 am by jimango »

Offline Nytridr

  • BeBot Expert
  • ****
  • Posts: 262
  • Karma: +0/-0
    • Rising Sun
Re: Add Guild Members.. and guild stuff + city
« Reply #1 on: September 10, 2008, 08:48:19 am »
do the command  !rosterupdate    it will go out and update the roster.. NOTE: the bot should of already done this.

when it does rosterupdates it takes a long time sometimes.. and as far as adding yourself you probably added your name to your Bot.conf file as owner.. so ofc you would have access. 

!member add  {name}  is correct.. but again you should have to do that.  when the bot starts up be patient ... roster updates can take a long time.   on my org bot it takes sometimes 15 to 20 minutes to update on a new bot.
Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)

Offline Zeephonz

  • BeBot User
  • **
  • Posts: 43
  • Karma: +0/-0
Re: Add Guild Members.. and guild stuff + city
« Reply #2 on: September 10, 2008, 09:32:36 am »
Ya, and if I recall, if you don't do the roster update then the manually added member won't show unless you do a "!notify on <membername>"

Offline Nytridr

  • BeBot Expert
  • ****
  • Posts: 262
  • Karma: +0/-0
    • Rising Sun
Re: Add Guild Members.. and guild stuff + city
« Reply #3 on: September 10, 2008, 10:40:46 am »
it may be that your bot toon is to new.. how long ago did you make it.  normally if FC web site db cant find it then you will have problems with members and other related stuff.

when adding members they are automatically put on notify.   Now you can put non members on notify, like for towers we will put people on notify that like to attack us.  We do not keep them there but just while we feel they may hit again type of thing.

Also I am assuming this is an org bot for ao?   In your configuration file is everything correct?

check the follow just to be sure

Code: [Select]
  $ao_username = "";               // Account username
  $ao_password = "";               // Account password
  $bot_name = "";                  // Name of the bot-character
  $dimension = "";                 // The name of the server you play on, or (1, 2 or 3 for AO)
  $guild = "";                     // Name of the guild running the bot (AOC only)

.......

  $guildbot = true;                // false if its a raidbot.
  $guild_id = 00000001;            // only if its a guildbot.


Make sure all those are correct.   

I am just trying to touch on the basics just to make sure.  to find the guild_id go here and search for a member in that org and were the link is for the org name that is where you will see the guild id at.. if you right click on the link and click on copy link.. you can paste it to a text file for you can see the numbers you need. 

like for my org my link is
http://people.anarchy-online.com/org/stats/d/1/name/6709250

the numbers in red is what I would need for my bot.

Hope this helps.

Nyt
Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)

Offline jimango

  • BeBot User
  • **
  • Posts: 36
  • Karma: +0/-0
Re: Add Guild Members.. and guild stuff + city
« Reply #4 on: September 10, 2008, 11:34:50 am »
Ok.. Thanks for the reply.. I am using bebot for AoC..  forgot to say  :-[

I have done this in my file

Code: [Select]
  $ao_username = "Username";               // Account username
  $ao_password = "PASSWORD";               // Account password
  $bot_name = "Botcharacter";                  // Name of the bot-character
  $dimension = "Servername";                 // The name of the server you play on, or (1, 2 or 3 for AO)
  $guild = "The Guildname";                     // Name of the guild running the bot (AOC only)

.......

  $guildbot = true;                // false if its a raidbot.
  $guild_id = 00000001;            // only if its a guildbot.


Am i to put the "guild_id = The Guildname;" as well?
If so I get an error when i start the bot, it might be because of the SPACE in the name then.. what do i do about this?

I also didn't get any outcome message from the rosterupdate.. I waited 50min or so with no message of how it went.. it did say that it started..

I found out that i might have to put some extensions into my php.ini file.. is this correct?  I am running Debian linux server..

BeBot v0.5.3 is the version ;)

thanks..


jim
« Last Edit: September 10, 2008, 11:37:03 am by jimango »

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: Add Guild Members.. and guild stuff + city
« Reply #5 on: September 10, 2008, 02:43:12 pm »
AoC doesnt have a Roster XML but does have a module monitoring chat and checking and adding users
when u do !member add <name> i see no reason why that user woldnt be on the list if the bot says it added the user
check your console for errors

Offline Nytridr

  • BeBot Expert
  • ****
  • Posts: 262
  • Karma: +0/-0
    • Rising Sun
Re: Add Guild Members.. and guild stuff + city
« Reply #6 on: September 11, 2008, 03:21:18 am »
ok since it is aoc disregard what I said.. :)  I have no idea how that side of the bot works. 
Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)

Offline jimango

  • BeBot User
  • **
  • Posts: 36
  • Karma: +0/-0
Re: Add Guild Members.. and guild stuff + city
« Reply #7 on: September 11, 2008, 11:38:28 am »
Some how it registrate members after adding twice.. can someone explain?

Modified: (it finds guild.. np) 

But it does not update to what we have in guildbank or the buildings we have built.
Is this normal? 

Do i have to add and remove all items being taken inn and out of guildbank manually?
 

thx   jim 


« Last Edit: September 11, 2008, 04:39:52 pm by jimango »

Offline jimango

  • BeBot User
  • **
  • Posts: 36
  • Karma: +0/-0
Re: Add Guild Members.. and guild stuff + city
« Reply #8 on: September 11, 2008, 04:44:41 pm »
the !rosterupdate command never gives an outcome message..
And I have no idea to find the log for it?  ???

I try to look at the screen when the bot start up.. but cant see any errors.
But it goes a bit fast so i cant read all of it.. is it stored somewhere so i can read it all?



jimango sais thanks


Offline clashbot

  • BeBot Expert
  • ****
  • Posts: 295
  • Karma: +0/-0
    • Ascension's Home
Re: Add Guild Members.. and guild stuff + city
« Reply #9 on: September 11, 2008, 04:54:14 pm »
turn on your logs inside the bot config file, and make sure it is set to log everything, then you can go to the log directory and view the logs

 

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