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

Recent Posts

Pages: [1] 2 3 ... 10
1
Feedback and Suggestions / Re: [AoC] special char for items module
« Last post by bitnykk on February 09, 2024, 09:41:18 pm »
I see your problem, here's a quick sandbox patch so you can test see if it fixes it :
https://github.com/bitnykk/BeBot/commit/82f8326b58898032220928dc51ab5a96be93b634
2
Feedback and Suggestions / Re: [AoC] special char for items module
« Last post by MAGE on February 09, 2024, 08:29:24 pm »
For example with a linked item named "armoise":
Code: [Select]
***bot [2024-02-09 19:16:46]    [GROUP] [MSG]   [***] ***: <a style="text-decoration:none" href="itemref://1093810/1093810/0/50/2ca099a2:b92fa2f6:837737bb:273058d2/2ca099a2:b92fa2f6:837737bb:273058d2/2ca099a2:b92fa2f6:837737bb:273058d2">[Armoise][/link]
*** [2024-02-09 19:16:46]    [Items] [URL]   https://***/index.php?lowid=1093810&highid=1093810&lowlvl=0&highlvl=50&lowcrc=2ca099a2%3Ab92fa2f6%3A837737bb%3A273058d2&midcrc=2ca099a2%3Ab92fa2f6%3A837737bb%3A273058d2&highcrc=2ca099a2%3Ab92fa2f6%3A837737bb%3A273058d2&color=b7b7b7&name=Armoise&server=***&guildname=***&botname=***&username=***&checksum=d7277160bbb88744dbaf6befc0489f4e
***[2024-02-09 19:16:46]    [TELL]  [OUT]   -> ***: Error: Item Database returned Error (Info: ).

For example with a linked item named "Attaches de qualité supérieure":
Code: [Select]
*** [2024-02-09 19:20:10]    [GROUP] [MSG]   [***] ***: <a style="text-decoration:none" href="itemref://3987670/3987670/0/40/8dddae4d:ddcf8b1a:6129cf35:89b47efc/8dddae4d:ddcf8b1a:6129cf35:89b47efc/8dddae4d:ddcf8b1a:6129cf35:89b47efc">[Attaches de qualit suprieure][/link]
Then bot dont do anything



(posted with firefox)
3
Feedback and Suggestions / [AoC] special char for items module
« Last post by MAGE on February 09, 2024, 07:28:32 pm »
Hi,

When you send an item in the chat where the bot is, the bot is able to interpret it. However, I noticed that this system does not work with certain items. I realized that these were the items whose names had a special character!

Perhaps the system is like this to avoid URL issues?

Would it be possible to correct this for future versions (note that AoC is in French, German, Polish and also in Russian, in addition to English of course :D)?
4
AoC 0.8 support / 0.8.x updates for AoC
« Last post by bitnykk on January 30, 2024, 11:16:08 pm »
------------------------
Release 0.8.0 - Feb 2024
------------------------

This is a major patch also marking 20th year of Bebot's existence !

- For both games:
   PHP 8.2/8.3 supports have both been prepared and extensively tested
   Docker (win/nux) is now supported & documented with a dedicated config repository
   improvements across mysql, irc/discord, raid, recruit, admins, mail, ts & defreeze

- For AoC only:
   craftclasses, whois and blacklist fixed

Thanks to the beta team for helping/testing, congrats to all that participated Bebot since 2004.
5
AO 0.8 support / 0.8.x updates for AO
« Last post by bitnykk on January 30, 2024, 11:15:37 pm »
------------------------
Release 0.8.0 - Feb 2024
------------------------

This is a major patch also marking 20th year of Bebot's existence !

- For both games:
   PHP 8.2/8.3 supports have both been prepared and extensively tested
   Docker (win/nux) is now supported & documented with a dedicated config repository
   improvements across mysql, irc/discord, raid, recruit, admins, mail, ts & defreeze

- For AO only:
   loot disclaimer added ; items & its cidb updated ; sm, taraviza & orgs improved

Thanks to the beta team for helping/testing, congrats to all that participated Bebot since 2004.
6
News / BeBot still alive & kicking !
« Last post by bitnykk on December 17, 2023, 12:58:44 am »
This message just to witness Bebot's legacy is still alive :
The current team has just patched & tested the bot within PHP 8.2/3 context.

So we'll soon publish patch 0.8.0 in 2024 meaning ... bot is nearly 20 YEARS OLD since its release in 2004 O_o !

And as a special christmas/birthday gift, we'll also announce Bebot is getting ready to be Docker runnable soon - http://wiki.bebot.link/index.php/Docker

By the way, feel free to pay us a visit in the forum.
We also have a discord channel (and a private dev group) we can invite you in.

Hoping to hear from you, have a nice year's ending and take care :)
7
General discussion / Re: Bebot and Rasberry
« Last post by bitnykk on November 29, 2023, 11:04:14 pm »
Heya Mage and thanks for your interest in Bebot.

First gotta say i'm no Rasberry hardware expert, but from what i can see here https://www.raspberrypi.com/software/operating-systems/ its OS/software is debian-like so very common nux family of commands should work in it.

Therefore, you should be able to follow the usual Bebot install steps that are detailed in both :
- README of the official distro https://github.com/J-Soft/BeBot/#readme
- Installation page of the new wiki http://wiki.bebot.link/index.php/Installation
To sum this all up you'll have to :
- get PHP in a compatible version (anything from 5.4 upto 8.1 should work, yet we're preparing some patches for 8.2/3) to run bot code itself
- run a local SQL-like service (e.g. Mysql or Mariadb) in which your bot will store its long term memory/settings/etc and retrieve all its datas.

Now, hardware wise i think most Rasberry should be able to run it all :
- for CPU anything over 1 Ghz works (x64 best but x86 can work with old versions)
- OS itself should require like 500 Mo RAM + 850 Mo HD
- an SQL service should take from 50 Mo upto 150 Mo of RAM
- each PHP Bebot will need even less, say 10 Mo of RAM
- for hard disk SQL+PHP+Bebot will require respectively 200+100+50 Mo of HD
=> so count at least (to be comfortable) 1 Go of RAM + 1,5 Go of HD (or more)

Hope this all helps and covers your questions.

As an ITC teacher myself, though, i'd advice you do NOT front all aspects together at once immediately.
Follow a tutorial for each part based on upper README/wiki + some searchengine results first.
Once you think you're comfortable with each part, only, you may try to assemble them all to run your first bot and make it come to life (online !).

Also beware we provide some support via Discord. I'm giving you the link in private to avoid getting fishy spammers there (gotta filter them subscribing here already xD).

TC & TTYL !
8
General discussion / Bebot and Rasberry
« Last post by MAGE on November 24, 2023, 11:29:38 am »
Hi,

I would like to know if it is possible to use a raspberry for Bebot. I only found one topic with no real information on the subject :/.

Is it possible to have more information?
- Does it work ?
- Which raspberry (or other) is needed?
- Possibly a small tutorial (for noob...) for the procedure to follow on how to do it?

THANKS
9
AO 0.7 support / Re: 0.7.x updates for AO
« Last post by bitnykk on September 09, 2023, 07:12:06 pm »
-------------------------
Release 0.7.27 - Sep 2023
-------------------------
- For both: relay, count, mail & discord fixed ; raidhelp & raidtool/clear added
- For AO: raidloot, lc/hot/plant, defreezer, apf & raidhistory improved
10
AoC 0.7 support / Re: 0.7.x updates for AoC
« Last post by bitnykk on September 09, 2023, 07:12:00 pm »
-------------------------
Release 0.7.27 - Sep 2023
-------------------------
- For both: relay, count, mail & discord fixed ; raidhelp & raidtool/clear added
- For AoC: no news in this version
Pages: [1] 2 3 ... 10
* 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: 473
  • 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