Blog tools

Blog archives

SmartBots Official Blog

Subscribe now: important notifications and discount coupons!

RLV Improved: keeping your roleplay smooth and seamless

SmartBots RLV Add-on lets your bots, babies, dragons, and collar-wearing companions live with you, support your business, and bring life to your Second Life experience.

We added support for a wider range of RLV devices, improved how bot performs RLV commands, changes outfits, teleports and obeys restrictions.

(more…)

Webhooks available at Bots Playground

Incoming webhooks are now available at Bots Playground, giving your scripts an ability to receive data directly from your servers:

const webhook = await http.requestWebhook();

Bot.on("playground_webhook", (event) => {
  console.log("Data received:", event);
});

This addition opens up a wide range of possibilities:

  • receive remote commands,
  • integrate with third-party services (like Discord),
  • create two-way communication bridges between your servers and Second Life.
(more…)

SmartBots back at 100% – taking care of your bots, babies and business

Dear SmartBots users,

Thank you for keeping your bots with SmartBots. We launched SmartBots 15 years ago – we know Second Life inside out, and we work every day to make the service better for you.

Recently, we (and you) experienced some unexpected outages. We underestimated the risk to part of our infrastructure, assuming that backups and a replacement hardware would be enough. Unfortunately, this time they weren’t.

We want to explain what happened, what we’ve done about it and what we are doing next to improve SmartBots for you.

(more…)

Bots Playground: new user settings and categories

We’ve released a set of updates aimed at making the SmartBots Playground more reliable and easier to tailor to individual scripts.

What’s new:

  • New versioning
  • New features
  • Bug fixes
  • Store updates
(more…)
Older Posts »