DevPortal

Developers Forum

Recent Forum Posts

Viewing 15 topics - 1 through 15 (of 48 total)
Viewing 15 topics - 1 through 15 (of 48 total)

status – new API and Playgrounds function

The new function has been added to SmartBots HTTP API and Bots Playground: status. The function returns: bot details, current bot’s online status: is it logging in, offline or online, the current location if the bot is online in-world. Check the related documentation pages: HTTP API “status” reference, Bots Playgrounds “status” reference, status API function example for usage…

New HTTP API command: listgroups_extended

We’ve added a new HTTP API command, listgroups_extended. This command allows retrieving additional bot’s groups details: group fee amount, bot’s permissions and free-to-join status. { “action”: “listgroups_extended”, “result”: “OK”, “groups”: [ { “name”: “Earn2Life – earn L$500-1000 a day”, “uuid”: “41ff4c6b-e3c0-a2b9-f53b-797e78532374”, “fee”: “0”, “open”: 0, “permissions”: “Invite,Eject,MemberVisible” } ] } P.S. This is the first API command…

HTTP API: JSON support and set_parcel_info command

Making SmartBots comfortable for developers is one of our primary targets. Our bots are developing, new features are being added. We are glad to release the very important update to SmartBots API. JSON support We’ve reworked all HTTP API commands to return a more convenient response – JSON (this is optional update, all existing LSL scripts will keep working!).…

The development of a new Local Chat add-on

We’ve just released the renewed Local Chat add-on for SmartBots (see the official blog post for a whats-new list). This article explains the update from the technical point of view. Besides of a really cool new functionality (scheduled messaging, automatic greeter), this is a completely new experience for us. LocalChat is the first third-party fully-functional add-on…