DevPortal

Glaznah Gassner

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 47 total)
  • Author
    Posts
  • in reply to: Event: chat_message #250
    Glaznah Gassner
    Keymaster

    Thank you very much. Just fixed this documentation issue.

    in reply to: offerTeleport #244
    Glaznah Gassner
    Keymaster

    Can you please post your script code here (using the “code” button in editor). We will test it manually – according to logs, events arrive from the bot.

    in reply to: offerTeleport #242
    Glaznah Gassner
    Keymaster

    Eggnham, please try this function now. It seems that it was a problem in function names list

    in reply to: Group name issue #230
    Glaznah Gassner
    Keymaster

    Heyter,

    Your group actually contains the trailing space. To check that using Firestorm, open the group profile and click “Copy name”.

    After pasting the name somewhere (for example, to the Notepad) you’ll see the trailing space.

    You can create a Second Life support ticket asking LL to rename the group

    in reply to: name2key question #224
    Glaznah Gassner
    Keymaster

    Heyter,

    Please check new parameter request_case for these commands:

    https://www.mysmartbots.com/dev/docs/HTTP_API/Bot_Commands/name2key
    https://www.mysmartbots.com/dev/docs/HTTP_API/Bot_Commands/key2name

    It ensures the correct name case retrieval

    in reply to: name2key question #221
    Glaznah Gassner
    Keymaster

    Heyter,

    I believe this question relates to HTTP API, so I moved it here.

    The name2key function returns the name exactly as you pass it. Do you mean it should convert the name to its actual Second lower/uppercase view?

    in reply to: Tools to advertise #209
    Glaznah Gassner
    Keymaster

    It all depends on what you’re trying to advertise really. The SecondLife forums are a good way to both help people and share your product with the community, although be careful where you’re posting as some forums do not accept self-promotion. For scripts, this works well as you can freely post your own code, and links to your website which contain tutorials or documentation on how to do things.

    With regards to in-world advertising, a good store setup, ease of use and attractive prices work best. What people don’t realise is that their store gets a lot of impressions, but there can be turn-offs such as a long walk to the products, too many products in one area, resulting in them going away.

    Prices such as L$499 are trying to trick the customer into thinking they’re paying less than they actually are – a price like L$500 may look more expensive, however it’s professional as it gives the impression that you are confident with the price of the item.

    Product images should really focus on the product, not the name of it, the land impact, features… this should all be in the background. A price in a corner usually works well too, as an attractive price on a not-so attractive product, could make it seem more worthwhile purchasing.

    SL advertising is not much different to RL a

    in reply to: New javascript playground #204
    Glaznah Gassner
    Keymaster

    Agree. I’ll also add quick links to Playground commands and events (https://www.mysmartbots.com/dev/docs/Bot_Playground/Commands and https://www.mysmartbots.com/dev/docs/Bot_Playground/Events) while editing Playground scripts. Even I do miss them sometimes.

    in reply to: New javascript playground #193
    Glaznah Gassner
    Keymaster

    Is there any possibility to also be able to include scripts ?

    Like having “lib” script for the bot and be able to use functions, etc.

    Yes, it will be added a bit later. This is essential to develop flexible apps with reusable code.

    in reply to: New javascript playground #188
    Glaznah Gassner
    Keymaster

    https://www.mysmartbots.com/dev/docs/Bot_Playground/Commands/sendNotice

    It say that attachment is not required but .. If we don’t set something “Bot.sendNotice(groupuuid, title, text);” an error occur and the function fail. -> attachment UUID not specified (undefined)

    Right, messed with nonexistent JS variables… fixed, please try again.

    in reply to: New javascript playground #185
    Glaznah Gassner
    Keymaster

    Something that might be cool also:

    Bot.activateGroup(“00000000-0000-0000-0000-000000000000”);

    Setting “none”, “NULL_KEY” or “” might remove the active group, search somewhere “00000000-0000-0000-0000-000000000000” to copy and paste is not really “easy”

    Agree, added to TODO list.

    in reply to: New javascript playground #184
    Glaznah Gassner
    Keymaster

    Probably a website approval for new users and unrestricted access for experienced users. All with limits similar to LSL.

    in reply to: New javascript playground #181
    Glaznah Gassner
    Keymaster

    $.get() is the feature we also need (for example, to communicate with an external storage).

    It is rather easy to implement but I’m afraid of possible abuse attempts yet.

    in reply to: New javascript playground #179
    Glaznah Gassner
    Keymaster

    …if you definitely need the request approval for your projects, we will add it asap.

    in reply to: New javascript playground #178
    Glaznah Gassner
    Keymaster

    Hello Heyter,

    Well, yes – we did not managed to approve/reject the teleport requests yet (as well as group invitation requests). Current implementation of Playground is based on SmartBots HTTP API which does not have this feature.

    However, we plan to make the necessary changes to our bots core software and add teleport approvals.

    P.S. Thank you for your message. I’m personally using Playground for dozens of tasks and glad to see people enjoy using it as well.

Viewing 15 posts - 31 through 45 (of 47 total)