Jump to content

RunawayBunny

Resident
  • Posts

    285
  • Joined

  • Last visited

Everything posted by RunawayBunny

  1. Superpower- Shape reality at will and create my own altered reality AKA: Schizophrenia Music- 2 Cellos for now probably I will keep listening classic music remake. Show- I need suggestion alternatives for Breaking Bad (somewhat dram series but also interesting story) / Fringe (mixed sci-fi I think.)
  2. It is complicated I think and it probably requires lawyer's expertise. But long story short: Online games gives you "virtual currency have no cash value" with small amount (10 virtual currency every week) but you can purchase large amount of "virtual currency have no cash value" try your luck for "rare with lootbox" which most likely performs better than other items or have unique and different design. Based on this example SL gacha directly falling to same category online slot machine (aka lootbox / gacha) with "virtual currency have no cash value" and you will want to get "rare" from gacha which have more marketing value.. and overall better design or a key element in item set. I don't understand how this is different from each other.. It is a glorified slot machine
  3. There is plenty nonsense gadgets exist to auto ban you for various reasons (avatar age / avatar height / script count / memory usage etc..).. perhaps land owner not even aware of your ban. They can also ban you for no specific reason or some other "hidden reason" (half naked avatar, inappropriate profile etc.) instead of wasting your time to figure it out why you are banned.. carry on to next land / next adventure. There is plenty places to go for fish hunt / relax / socialization.
  4. Might be viewer problem which viewer you are using? From programmer perspective it appears viewer parsing old messages as new entry. Clearing cache (or simply clearing local chat history from chat logs) might do the trick if it is a viewer problem.
  5. I believe he is asking for simple rental system? If you are looking free one http://wiki.secondlife.com/wiki/Rental_Cube Basically when user pays money rental box will start a countdown timer when time is up it will inform you and user. Rental management usually maintained by group: Create a group and assign it to your land (not deed to group but assign group as land group) and give group members object entry rights. You will have to invite renters to your group so they can rez their products. You can do it manually or you can use bot for group invite but it requires scripting knowledge and a computer for hosting bot.
  6. Using external database good option for storing large data. Personal choice but IMO google services not reliable way to store your data.. they can change their APIs w/o any notice or make it prepaid subscription based or they might completely remove it (It happened with multiple APIs in the past: https://developers.google.com/+/api-shutdown) If you are planing store large amount of data PHP / Mysql on private server safest way. If you are not storing large data I recommend using prim description for data storage and retrieval: // Set prim description for no 2 link My_Options_Waiting_For_Parser llSetLinkPrimitiveParams(2, [PRIM_DESC,"My_Options_Waiting_For_Parser"]); // Get prim description from link no 2 string Ineedparsethis = llGetLinkPrimitiveParams(2, [PRIM_DESC]); Wiki: http://wiki.secondlife.com/wiki/LlSetPrimitiveParams http://wiki.secondlife.com/wiki/LlGetPrimitiveParams Hope it helps
  7. I think you need to explain more you want to teleport grid wide or inside SIM. Teleports uses different methods for different teleport requirement. Known methods: User sits on object object changes location and un-sits user.. its kind of... teleports (current SIM only) http://wiki.secondlife.com/wiki/LlSitTarget Teleports user based on given landmark requires permission to teleport (grid wide or current SIM) http://wiki.secondlife.com/wiki/LlTeleportAgent Brings up map so user can see where he is going or alter destination (grid wide or current SIM) http://wiki.secondlife.com/wiki/LlMapDestination Playing sound in LSL simple http://wiki.secondlife.com/wiki/LlPlaySound You will probably want to preload your sound file for more better interaction http://wiki.secondlife.com/wiki/LlPreloadSound Hope it helps..
  8. I have mixed memories 10+ avatar sitting one chair.. chair text changes "sit here 2 minutes for L$5" immediately 20 avatar sits on chair with a mixed glitch/stack. Strange old times
  9. Çeviri ile ticket atmak tek çareniz çünki bloku LL den başkası kaldıramaz. Bu tür konularda eğer tickete dönüş olmuyorsa TOS ile ilgili bir ihlal oluştuğu anlamına geliyor. Liste uzun ve bazı hatalarda ikaz edilmeden bloke olmak mümkün: https://www.lindenlab.com/legal/second-life-terms-and-conditions
  10. Otomatikleştirilmiş formlar email aracılığı ile yollanmış.. bu muhtemelen bir test aynı forum test edildikden sonra websitesine entegre edilecek. Dilerim bu son test olur ve otomasyon artık entegre edilir.
  11. This review 1 star user using a foreign language google translate can't detect. What exactly I am supposed to do? Tried contact with costumer but no answer. Flagged review but no result
  12. I think it depends time you spend on it.. What will you charge hourly scripting job.. and how much time you spend while creating your script (exclude lazy times ). Also you will probably have to offer support after sale so consider adding extra price for support or.. pre-include support cost to your product. If you are worried about your script or idea gets copied create API-like script.. so user uses it like a API function. and they cant see the actual script content.. just a idea You can take example from casper API you cant see script but you can use its APIs.
  13. I don't understand what you mean but here is a example for displaying dialog box based on inventory listing: http://wiki.secondlife.com/w/index.php?title=User:Susie_Chaffe Credits: Susie Chaffe
  14. Sorry I don't know how to do it but they do have a discord: https://discord.gg/rxKQMG7 Perhaps they can help you in discord?
  15. It is partially true if you like item in a gacha machine only possible way to obtain it playing game. In online games company also says same thing.. you don't have to buy loot boxes for playing our game but truth is you will / want to play it if something catches your eye. This is a dirty marketing strategy IMO.
  16. I think fishing games and other similar games coins etc. all of them clone from old camping system with a fancy website interface and database.
  17. If you are wearing a scripted object that reports your location after teleport anyone who gets this information can follow you, bot or a player. Try to reset default avatar (this will remove any scripted objects) and see if bot or person able to follow you after reverting default avatar
  18. I think gacha not different than gaming loot boxes which considered gambling in some countries.. In those games they put random items in the box but only one item actually good / useful because of their nature (dopamine rush) it will cause addiction on player and they will keep trying.
  19. Not everyone coming SL to make friends or have chat & good time: - Some people using it as a development and design platform. - Some people offering services here or selling their products. - I also meet university students who using SL as their research platform for their study "social relations in virtual reality" So its not correct to categorize everyone under 1 title and ask them why they are hiding behind avatar.. They don't hide anything they simply don't have anything to share with strangers and here for different reasons.
  20. Thanks for all answers figured out what went wrong appears already on bug tracker. -User forced teleport by security gadget but their home location under restart.. resulting with viewer crash or HUB teleport.. resulting with all scripts permanently change their state "not running". -User viewer crashes while teleporting all of their current worn scripts no longer functioning. Feedback from users pointing similar event: https://jira.secondlife.com/browse/BUG-41379
  21. Thanks for answer. ... Apparently its not the cause, after teleporting "no-script" SIM and teleporting to "script-allowed" SIM script working as intended (triggering CHANGED_REGION event) and functioning normally.
  22. I forgot to add... this script worked fine until AWS merge / server deploy. It worked like 2-3 years now something seems changed and I am unable to figure out what changed. Also double checked to be sure my loops does not contain any infinite loop.
  23. Hello! Randomly after teleportation script losing default state.. and no longer trigger events like CHANGED_OWNER, CHANGED_REGION also its no longer listening... -224. Script permanently stuck and no longer reacting to events. This problem happens like 1 in 400 teleports (Based from user feedback I never managed to replicate same problem.) default { state_entry() { llListen(-224, "", llGetOwner(), ""); } listen(integer channel, string name, key id, string message) { //do things but keep listening } changed(integer change) { if (change & CHANGED_OWNER) { llResetScript(); } if (change & CHANGED_REGION) { llSetLinkPrimitiveParams(7, [PRIM_NAME,"10"]); llResetScript(); } } } My script only have default state there is no additional states. My questions: -Is it possible a preassigned variable value revert to NULL (example: llGetOwner()) after teleportation? -Is it possible to lose listen event after teleportation? Thank you.
×
×
  • Create New...