Jump to content

Raiden Faxel

Resident
  • Posts

    24
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I totally agree that you have to be careful what objects you give permissions to, and to use such an item is a risky matter, but so is using a rent box, a donation box, a vendor, pretty much anything that requires the transfer of funds. They all require the permission to transfer funds and trust in the scripter is required. I do have other products on the market and not a single one has a bad review. https://marketplace.secondlife.com/p/Raidens-ATM-System/3776835 If a scripter is untrustworthy is very quickly shows in the comments of their products The item is not so you can pay to your alts but rather withdrawn money from your alts. It is similar to in item I have already on the market but this one will hopefully be better. Why not use my alts? As a programmer you should never do the final testing on your own code. The programmer knows what the expected result is and is bias as a tester and often over looks bugs and errors. Getting other people to test the code ensure the tests are genuine and un-bias. I am not asking people to do something they don't feel comfortable doing. If you do feel comfortable then that is perfectly understandable. I thank you for your replies.
  2. Hi there I am a scripter and I am getting close the the first release of a product I am building. It is an ATM which allows the access of lindens across multiple avatars. I am looking for testers to run through some test cases to ensure the product runs as expected. These test cases will be set steps with expected results. Your job will be to ensure these steps work as expected. As a reward for helping you will be provided with the ATM free of charge with lifetime updates. I need people with multiple avatars to enable testing of all sorts of situations Please contact Raiden Faxel to express your interest in helping.
  3. Hey Guys. I have a script connecting to a database outside SL. It goes to the database, gets the stats of the player and then returns the stats to the HUD. The stats are returns like this. ALLGOOD:GET STATS:NONE:HYBRI:11:-3:100:UNKNOWN:BelindaHanson Resident:5:1:Hybrid Lust:9:9:0:1:0:NONE:10:5:10:0:0:1:0:0:0:0:0:0:None:4:1437694980:1 Now this script reads the the return like this... llOwnerSay(body); list results = llParseString2List( body,[":"], [""]); llOwnerSay(llList2String(results, 0)); if(llList2String(results, 0) == "ALLGOOD") { llOwnerSay(llList2String(results, 1)); //================================================== //======== Returned from hud getting stats ========= //================================================== if(llList2String(results, 1) == "GET STATS") { llOwnerSay("Getting"); llSetText("", <255, 255, 255>, 1); lstPlayerDetails = llList2List(results, 3,-1); //Check if out of date string newHUDVersion = llList2String(results, 2); //newHUDVersion = "OUT OF DATE"; llOwnerSay("Yes"); This of course is not the whole script but for some reason its not making it down to the llOwnerSay("Yes"); line. Sometimes it makes it to llOwnerSay("Getting") other times it only gets to llOwnerSay(llList2String(results, 0)); Other Info The script is running in MonoThe script is using approx 62000bytesThe script has 1052 lines of code.If you can see the fault please reply D: EDIT: Trying to save the script with Mono unticked fails with Out Of Memory. Saving in Mono saves fine
  4. I have been trying to think of what to do for chapter 5 but I can't think of anything. Tell me what you want to learn in the next chapter and we can work towards that. Even if it takes a few chapters.
  5. I have added Chapter 3 and 4 to the contents list. I would like to hear who is benefiting from this post. What things are you guys building? And if you have an error with anything, please comment here and I will try my best to help.
  6. I am teaching how to script in my blog. Its easy to understand and follow with examples, and real products. If you want to learn how to script now is your chance. I suggest you start with chapter 1 and work your way through. Some chapters assume you know the things from previous chapters. Chapter 1: The Basics Chapter 2: Lets Make A Key Finder Chapter 3: Let's Make A Personal Microphone Chapter 4: Let's Make A Donation Box
  7. Its not the scripts. I have checked all them. I am assuming its a setting in sl because I have been playing around with them.
  8. I need to make a teleporter that at a single touch the user to teleported to a different sim. I don't want to present them with a landmark or another button to teleport just straight away teleport. Is this posible and how is it done?
×
×
  • Create New...